forked fromdotnet/fsharp
- Notifications
You must be signed in to change notification settings - Fork0
Commit35e6a00
Fixdotnet#123 - Union types without sub-classes should be sealed
fixesdotnet#123closesdotnet#143commit 5566c99ebc936ad16081dda5f9a6c9754d4e095dAuthor: latkin <latkin@microsoft.com>Date: Fri Feb 13 12:55:07 2015 -0800 Workaround for lack of Type.IsSealed in some portable profilescommit7bf077fAuthor: Don Syme <dsyme@microsoft.com>Date: Fri Feb 13 10:53:42 2015 +0000 fix codegen testscommitcec8adaMerge:95cc10dac85db7Author: Don Syme <dsyme@microsoft.com>Date: Fri Feb 13 09:57:44 2015 +0000 Merge branch 'fsharp4' ofhttp://github.com/Microsoft/visualfsharp into fix-123commit95cc10dAuthor: Don Syme <dsyme@microsoft.com>Date: Fri Jan 30 08:30:24 2015 +0000 update baselinescommit3050f4fAuthor: Don Syme <dsyme@microsoft.com>Date: Thu Jan 29 16:27:55 2015 +0000 fix test mistakecommit5be64f6Author: Don Syme <dsyme@microsoft.com>Date: Thu Jan 29 12:50:07 2015 +0000 update baselines of testscommit99a552cMerge:d91cb38d17d429Author: Don Syme <dsyme@microsoft.com>Date: Thu Jan 29 12:22:05 2015 +0000 Merge branch 'fsharp4' ofhttp://github.com/Microsoft/visualfsharp into fix-123commitd91cb38Author: Don Syme <dsyme@microsoft.com>Date: Thu Jan 29 10:18:54 2015 +0000 NOP commit to run appveyorcommit426f2a2Author: Don Syme <dsyme@microsoft.com>Date: Tue Jan 27 16:43:43 2015 +0000 add extra tests for IsSealedcommit8dc04abAuthor: Don Syme <dsyme@microsoft.com>Date: Tue Jan 27 16:36:41 2015 +0000Fixdotnet#123 - Union types without sub-classes should be sealed1 parent36e0ec8 commit35e6a00
File tree
35 files changed
+94
-67
lines changed- src/ilx
- tests
- fsharpqa/Source
- CodeGen/EmittedIL
- CCtorDUWithMember
- Misc
- SerializableAttribute
- SteppingMatch
- TestFunctions
- Optimizations/GenericComparison
- fsharp/core/array
35 files changed
+94
-67
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1059 | 1059 | | |
1060 | 1060 | | |
1061 | 1061 | | |
1062 | | - | |
1063 | | - | |
1064 | | - | |
1065 | 1062 | | |
1066 | 1063 | | |
1067 | 1064 | | |
| |||
1095 | 1092 | | |
1096 | 1093 | | |
1097 | 1094 | | |
1098 | | - | |
1099 | | - | |
| 1095 | + | |
1100 | 1096 | | |
1101 | 1097 | | |
1102 | 1098 | | |
1103 | 1099 | | |
1104 | 1100 | | |
1105 | 1101 | | |
1106 | | - | |
| 1102 | + | |
1107 | 1103 | | |
1108 | 1104 | | |
1109 | 1105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1419 | 1419 | | |
1420 | 1420 | | |
1421 | 1421 | | |
| 1422 | + | |
| 1423 | + | |
| 1424 | + | |
| 1425 | + | |
| 1426 | + | |
| 1427 | + | |
| 1428 | + | |
| 1429 | + | |
| 1430 | + | |
| 1431 | + | |
| 1432 | + | |
| 1433 | + | |
| 1434 | + | |
| 1435 | + | |
| 1436 | + | |
| 1437 | + | |
| 1438 | + | |
| 1439 | + | |
| 1440 | + | |
| 1441 | + | |
| 1442 | + | |
| 1443 | + | |
| 1444 | + | |
| 1445 | + | |
| 1446 | + | |
| 1447 | + | |
| 1448 | + | |
| 1449 | + | |
| 1450 | + | |
| 1451 | + | |
| 1452 | + | |
1422 | 1453 | | |
1423 | 1454 | | |
1424 | 1455 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
850 | 850 | | |
851 | 851 | | |
852 | 852 | | |
853 | | - | |
| 853 | + | |
854 | 854 | | |
855 | 855 | | |
856 | 856 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
836 | 836 | | |
837 | 837 | | |
838 | 838 | | |
839 | | - | |
| 839 | + | |
840 | 840 | | |
841 | 841 | | |
842 | 842 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
845 | 845 | | |
846 | 846 | | |
847 | 847 | | |
848 | | - | |
| 848 | + | |
849 | 849 | | |
850 | 850 | | |
851 | 851 | | |
| |||
1643 | 1643 | | |
1644 | 1644 | | |
1645 | 1645 | | |
1646 | | - | |
| 1646 | + | |
1647 | 1647 | | |
1648 | 1648 | | |
1649 | 1649 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
831 | 831 | | |
832 | 832 | | |
833 | 833 | | |
834 | | - | |
| 834 | + | |
835 | 835 | | |
836 | 836 | | |
837 | 837 | | |
| |||
1615 | 1615 | | |
1616 | 1616 | | |
1617 | 1617 | | |
1618 | | - | |
| 1618 | + | |
1619 | 1619 | | |
1620 | 1620 | | |
1621 | 1621 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments
Comments
(0)