forked fromfsharp/fsharp
- Notifications
You must be signed in to change notification settings - Fork0
Commit6cbf78a
Fix for generic constraint evaluation error in FSI (#2590)
* Add a test to reproduce the issue* proposed fix for #2411* do not try to check non nominal argument types* move local functions out (temporarily)* try other fsimode???* * try to move back local functions, adding type annotation might help with proto compiler* disable test through pipe, no clue why it fails in fsharqa, works locally* fix naming for policheck1 parent4a43f48 commit6cbf78a
File tree
5 files changed
+63
-7
lines changed- src/absil
- tests/fsharpqa/Source
- InteractiveSession/Misc/GenericConstraintWoes/issue2411
5 files changed
+63
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
662 | 662 | | |
663 | 663 | | |
664 | 664 | | |
665 | | - | |
666 | 665 | | |
667 | | - | |
| 666 | + | |
668 | 667 | | |
669 | 668 | | |
670 | 669 | | |
| |||
675 | 674 | | |
676 | 675 | | |
677 | 676 | | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
678 | 698 | | |
679 | 699 | | |
680 | 700 | | |
| 701 | + | |
681 | 702 | | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
682 | 719 | | |
683 | 720 | | |
684 | 721 | | |
685 | 722 | | |
686 | 723 | | |
687 | 724 | | |
688 | | - | |
689 | | - | |
690 | | - | |
691 | 725 | | |
692 | 726 | | |
693 | 727 | | |
694 | | - | |
695 | | - | |
| 728 | + | |
696 | 729 | | |
697 | 730 | | |
698 | 731 | | |
| |||
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| 254 | + | |
254 | 255 | | |
255 | 256 | | |
256 | 257 | | |
| |||
0 commit comments
Comments
(0)