Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit46c786b

Browse files
committed
Fixing specification of compiler flags in tests
SCFLAGS should be used by individual tests to specify required compiler or fsi flagsISCFLAGS and IFSIFLAGS should be reserved only for infrastructure use, they apply globallyISCFLAGS was populated with '-g --optimize' (emit debug info and enableoptimizations), but is now clear. A few tests now need to specifythese flags explicitly. This is a better default - tests should not needto rely on or know about globally defined flags.
1 parent118c1f0 commit46c786b

File tree

61 files changed

+605
-605
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+605
-605
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
SOURCE=AsyncExpressionSteppingTest1.fsISCFLAGS="-a -g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd AsyncExpressionSteppingTest1.dll NetFx40"# AsyncExpressionSteppingTest1.fs - NetFx40
1+
SOURCE=AsyncExpressionSteppingTest1.fsSCFLAGS="-a -g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd AsyncExpressionSteppingTest1.dll NetFx40"# AsyncExpressionSteppingTest1.fs - NetFx40
22

3-
SOURCE=AsyncExpressionSteppingTest2.fsISCFLAGS="-a -g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd AsyncExpressionSteppingTest2.dll NetFx40"# AsyncExpressionSteppingTest2.fs - NetFx40
3+
SOURCE=AsyncExpressionSteppingTest2.fsSCFLAGS="-a -g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd AsyncExpressionSteppingTest2.dll NetFx40"# AsyncExpressionSteppingTest2.fs - NetFx40
44

5-
SOURCE=AsyncExpressionSteppingTest3.fsISCFLAGS="-a -g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd AsyncExpressionSteppingTest3.dll NetFx40"# AsyncExpressionSteppingTest3.fs - NetFx40
5+
SOURCE=AsyncExpressionSteppingTest3.fsSCFLAGS="-a -g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd AsyncExpressionSteppingTest3.dll NetFx40"# AsyncExpressionSteppingTest3.fs - NetFx40
66

7-
SOURCE=AsyncExpressionSteppingTest4.fsISCFLAGS="-a -g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd AsyncExpressionSteppingTest4.dll NetFx40"# AsyncExpressionSteppingTest4.fs - NetFx40
8-
SOURCE=AsyncExpressionSteppingTest5.fsISCFLAGS="-a -g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd AsyncExpressionSteppingTest5.dll NetFx40"# AsyncExpressionSteppingTest5.fs - NetFx40
9-
SOURCE=AsyncExpressionSteppingTest6.fsISCFLAGS="-a -g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd AsyncExpressionSteppingTest6.dll NetFx40"# AsyncExpressionSteppingTest6.fs - NetFx40
7+
SOURCE=AsyncExpressionSteppingTest4.fsSCFLAGS="-a -g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd AsyncExpressionSteppingTest4.dll NetFx40"# AsyncExpressionSteppingTest4.fs - NetFx40
8+
SOURCE=AsyncExpressionSteppingTest5.fsSCFLAGS="-a -g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd AsyncExpressionSteppingTest5.dll NetFx40"# AsyncExpressionSteppingTest5.fs - NetFx40
9+
SOURCE=AsyncExpressionSteppingTest6.fsSCFLAGS="-a -g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd AsyncExpressionSteppingTest6.dll NetFx40"# AsyncExpressionSteppingTest6.fs - NetFx40
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SOURCE=Default.fsISCFLAGS="-a -g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd Default.dll"# Default.fs
2-
SOURCE=Field.fsISCFLAGS="-a -g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd Field.dll"# Field.fs
3-
SOURCE=Property.fsISCFLAGS="-a -g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd Property.dll"# Property.fs
1+
SOURCE=Default.fsSCFLAGS="-a -g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd Default.dll"# Default.fs
2+
SOURCE=Field.fsSCFLAGS="-a -g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd Field.dll"# Field.fs
3+
SOURCE=Property.fsSCFLAGS="-a -g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd Property.dll"# Property.fs
44

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
SOURCE="CCtorDUWithMember01a.fs CCtorDUWithMember01.fs"ISCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd CCtorDUWithMember01.exe NetFx40"# CCtorDUWithMember01.fs - NetFx40
1+
SOURCE="CCtorDUWithMember01a.fs CCtorDUWithMember01.fs"SCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd CCtorDUWithMember01.exe NetFx40"# CCtorDUWithMember01.fs - NetFx40
22

3-
SOURCE="CCtorDUWithMember02a.fs CCtorDUWithMember02.fs"ISCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd CCtorDUWithMember02.exe"# CCtorDUWithMember02.fs
4-
SOURCE="CCtorDUWithMember03a.fs CCtorDUWithMember03.fs"ISCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd CCtorDUWithMember03.exe"# CCtorDUWithMember03.fs
5-
SOURCE="CCtorDUWithMember04a.fs CCtorDUWithMember04.fs"ISCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd CCtorDUWithMember04.exe"# CCtorDUWithMember04.fs
3+
SOURCE="CCtorDUWithMember02a.fs CCtorDUWithMember02.fs"SCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd CCtorDUWithMember02.exe"# CCtorDUWithMember02.fs
4+
SOURCE="CCtorDUWithMember03a.fs CCtorDUWithMember03.fs"SCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd CCtorDUWithMember03.exe"# CCtorDUWithMember03.fs
5+
SOURCE="CCtorDUWithMember04a.fs CCtorDUWithMember04.fs"SCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd CCtorDUWithMember04.exe"# CCtorDUWithMember04.fs
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
SOURCE=CompiledNameAttribute01.fsISCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd CompiledNameAttribute01.exe"# CompiledNameAttribute01.fs
2-
SOURCE=CompiledNameAttribute02.fsISCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd CompiledNameAttribute02.exe"# CompiledNameAttribute02.fs
3-
SOURCE=CompiledNameAttribute03.fsISCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd CompiledNameAttribute03.exe"# CompiledNameAttribute03.fs
1+
SOURCE=CompiledNameAttribute01.fsSCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd CompiledNameAttribute01.exe"# CompiledNameAttribute01.fs
2+
SOURCE=CompiledNameAttribute02.fsSCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd CompiledNameAttribute02.exe"# CompiledNameAttribute02.fs
3+
SOURCE=CompiledNameAttribute03.fsSCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd CompiledNameAttribute03.exe"# CompiledNameAttribute03.fs
44

5-
SOURCE=CompiledNameAttribute04.fsISCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd CompiledNameAttribute04.exe NetFx40"# CompiledNameAttribute04.fs - NetFx40
5+
SOURCE=CompiledNameAttribute04.fsSCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd CompiledNameAttribute04.exe NetFx40"# CompiledNameAttribute04.fs - NetFx40
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# These might become handly one day...
22
#
33

4-
SOURCE=ComputationExprLibrary.fsISCFLAGS="-a --optimize-"SCFLAGS=" " COMPILE_ONLY=1# ComputationExprLibrary.fs (setup)
4+
SOURCE=ComputationExprLibrary.fsSCFLAGS="-a --optimize-" COMPILE_ONLY=1# ComputationExprLibrary.fs (setup)
55

6-
SOURCE=ComputationExpr01.fsISCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize- -r:ComputationExprLibrary.dll" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd ComputationExpr01.exe"# ComputationExpr01.fs
7-
SOURCE=ComputationExpr02.fsISCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize- -r:ComputationExprLibrary.dll" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd ComputationExpr02.exe"# ComputationExpr02.fs
8-
SOURCE=ComputationExpr03.fsISCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize- -r:ComputationExprLibrary.dll" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd ComputationExpr03.exe"# ComputationExpr03.fs
9-
SOURCE=ComputationExpr04.fsISCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize- -r:ComputationExprLibrary.dll" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd ComputationExpr04.exe"# ComputationExpr04.fs
10-
SOURCE=ComputationExpr05.fsISCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize- -r:ComputationExprLibrary.dll" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd ComputationExpr05.exe"# ComputationExpr05.fs
11-
SOURCE=ComputationExpr06.fsISCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize- -r:ComputationExprLibrary.dll" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd ComputationExpr06.exe"# ComputationExpr06.fs
12-
SOURCE=ComputationExpr07.fsISCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize- -r:ComputationExprLibrary.dll" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd ComputationExpr07.exe"# ComputationExpr07.fs
6+
SOURCE=ComputationExpr01.fsSCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize- -r:ComputationExprLibrary.dll" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd ComputationExpr01.exe"# ComputationExpr01.fs
7+
SOURCE=ComputationExpr02.fsSCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize- -r:ComputationExprLibrary.dll" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd ComputationExpr02.exe"# ComputationExpr02.fs
8+
SOURCE=ComputationExpr03.fsSCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize- -r:ComputationExprLibrary.dll" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd ComputationExpr03.exe"# ComputationExpr03.fs
9+
SOURCE=ComputationExpr04.fsSCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize- -r:ComputationExprLibrary.dll" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd ComputationExpr04.exe"# ComputationExpr04.fs
10+
SOURCE=ComputationExpr05.fsSCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize- -r:ComputationExprLibrary.dll" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd ComputationExpr05.exe"# ComputationExpr05.fs
11+
SOURCE=ComputationExpr06.fsSCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize- -r:ComputationExprLibrary.dll" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd ComputationExpr06.exe"# ComputationExpr06.fs
12+
SOURCE=ComputationExpr07.fsSCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize- -r:ComputationExprLibrary.dll" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd ComputationExpr07.exe"# ComputationExpr07.fs
1313

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
SOURCE=DoNotBoxStruct_ArrayOfArray_FSInterface_NoExtMeth.fsISCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd DoNotBoxStruct_ArrayOfArray_FSInterface_NoExtMeth.exe"# DoNotBoxStruct_ArrayOfArray_FSInterface_NoExtMeth.fs
2-
SOURCE=DoNotBoxStruct_Array_FSInterface_NoExtMeth.fsISCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd DoNotBoxStruct_Array_FSInterface_NoExtMeth.exe"# DoNotBoxStruct_Array_FSInterface_NoExtMeth.fs
1+
SOURCE=DoNotBoxStruct_ArrayOfArray_FSInterface_NoExtMeth.fsSCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd DoNotBoxStruct_ArrayOfArray_FSInterface_NoExtMeth.exe"# DoNotBoxStruct_ArrayOfArray_FSInterface_NoExtMeth.fs
2+
SOURCE=DoNotBoxStruct_Array_FSInterface_NoExtMeth.fsSCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd DoNotBoxStruct_Array_FSInterface_NoExtMeth.exe"# DoNotBoxStruct_Array_FSInterface_NoExtMeth.fs
33

4-
SOURCE=DoNotBoxStruct_MDArray_FSInterface_NoExtMeth.fsISCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd DoNotBoxStruct_MDArray_FSInterface_NoExtMeth.exe NetFx40"# DoNotBoxStruct_MDArray_FSInterface_NoExtMeth.fs - NetFx40
4+
SOURCE=DoNotBoxStruct_MDArray_FSInterface_NoExtMeth.fsSCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd DoNotBoxStruct_MDArray_FSInterface_NoExtMeth.exe NetFx40"# DoNotBoxStruct_MDArray_FSInterface_NoExtMeth.fs - NetFx40
55

6-
SOURCE=DoNotBoxStruct_NoArray_FSInterface_NoExtMeth.fsISCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd DoNotBoxStruct_NoArray_FSInterface_NoExtMeth.exe NetFx40"# DoNotBoxStruct_NoArray_FSInterface_NoExtMeth.fs - NetFx40
6+
SOURCE=DoNotBoxStruct_NoArray_FSInterface_NoExtMeth.fsSCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd DoNotBoxStruct_NoArray_FSInterface_NoExtMeth.exe NetFx40"# DoNotBoxStruct_NoArray_FSInterface_NoExtMeth.fs - NetFx40
77

8-
SOURCE=DoNotBoxStruct_ArrayOfArray_CSInterface.fsISCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd DoNotBoxStruct_ArrayOfArray_CSInterface.exe"# DoNotBoxStruct_ArrayOfArray_CSInterface.fs
8+
SOURCE=DoNotBoxStruct_ArrayOfArray_CSInterface.fsSCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd DoNotBoxStruct_ArrayOfArray_CSInterface.exe"# DoNotBoxStruct_ArrayOfArray_CSInterface.fs
99

10-
SOURCE=DoNotBoxStruct_ArrayOfArray_FSInterface.fsISCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd DoNotBoxStruct_ArrayOfArray_FSInterface.exe NetFx40"# DoNotBoxStruct_ArrayOfArray_FSInterface.fs - NetFx40
10+
SOURCE=DoNotBoxStruct_ArrayOfArray_FSInterface.fsSCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd DoNotBoxStruct_ArrayOfArray_FSInterface.exe NetFx40"# DoNotBoxStruct_ArrayOfArray_FSInterface.fs - NetFx40
1111

12-
SOURCE=DoNotBoxStruct_Array_CSInterface.fsISCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd DoNotBoxStruct_Array_CSInterface.exe"# DoNotBoxStruct_Array_CSInterface.fs
12+
SOURCE=DoNotBoxStruct_Array_CSInterface.fsSCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd DoNotBoxStruct_Array_CSInterface.exe"# DoNotBoxStruct_Array_CSInterface.fs
1313

14-
SOURCE=DoNotBoxStruct_Array_FSInterface.fsISCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd DoNotBoxStruct_Array_FSInterface.exe NetFx40"# DoNotBoxStruct_Array_FSInterface.fs - NetFx40
14+
SOURCE=DoNotBoxStruct_Array_FSInterface.fsSCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd DoNotBoxStruct_Array_FSInterface.exe NetFx40"# DoNotBoxStruct_Array_FSInterface.fs - NetFx40
1515

16-
SOURCE=DoNotBoxStruct_MDArray_CSInterface.fsISCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd DoNotBoxStruct_MDArray_CSInterface.exe NetFx40"# DoNotBoxStruct_MDArray_CSInterface.fs - NetFx40
16+
SOURCE=DoNotBoxStruct_MDArray_CSInterface.fsSCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd DoNotBoxStruct_MDArray_CSInterface.exe NetFx40"# DoNotBoxStruct_MDArray_CSInterface.fs - NetFx40
1717

18-
SOURCE=DoNotBoxStruct_MDArray_FSInterface.fsISCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd DoNotBoxStruct_MDArray_FSInterface.exe NetFx40"# DoNotBoxStruct_MDArray_FSInterface.fs - NetFx40
18+
SOURCE=DoNotBoxStruct_MDArray_FSInterface.fsSCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd DoNotBoxStruct_MDArray_FSInterface.exe NetFx40"# DoNotBoxStruct_MDArray_FSInterface.fs - NetFx40
1919

20-
SOURCE=DoNotBoxStruct_NoArray_CSInterface.fsISCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd DoNotBoxStruct_NoArray_CSInterface.exe"# DoNotBoxStruct_NoArray_CSInterface.fs
20+
SOURCE=DoNotBoxStruct_NoArray_CSInterface.fsSCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd DoNotBoxStruct_NoArray_CSInterface.exe"# DoNotBoxStruct_NoArray_CSInterface.fs
2121

22-
SOURCE=DoNotBoxStruct_NoArray_FSInterface.fsISCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd DoNotBoxStruct_NoArray_FSInterface.exe NetFx40"# DoNotBoxStruct_NoArray_FSInterface.fs - NetFx40
22+
SOURCE=DoNotBoxStruct_NoArray_FSInterface.fsSCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd DoNotBoxStruct_NoArray_FSInterface.exe NetFx40"# DoNotBoxStruct_NoArray_FSInterface.fs - NetFx40
2323

24-
SOURCE=DoNotBoxStruct_ToString.fsISCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd DoNotBoxStruct_ToString.exe"# DoNotBoxStruct_ToString.fs
24+
SOURCE=DoNotBoxStruct_ToString.fsSCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd DoNotBoxStruct_ToString.exe"# DoNotBoxStruct_ToString.fs
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
SOURCE=GenIter01.fsISCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd GenIter01.exe NetFx40"# GenIter01.fs - NetFx40
3-
SOURCE=GenIter02.fsISCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd GenIter02.exe NetFx40"# GenIter02.fs - NetFx40
4-
SOURCE=GenIter03.fsISCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd GenIter03.exe NetFx40"# GenIter03.fs - NetFx40
5-
SOURCE=GenIter04.fsISCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd GenIter04.exe NetFx40"# GenIter04.fs - NetFx40
2+
SOURCE=GenIter01.fsSCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd GenIter01.exe NetFx40"# GenIter01.fs - NetFx40
3+
SOURCE=GenIter02.fsSCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd GenIter02.exe NetFx40"# GenIter02.fs - NetFx40
4+
SOURCE=GenIter03.fsSCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd GenIter03.exe NetFx40"# GenIter03.fs - NetFx40
5+
SOURCE=GenIter04.fsSCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd GenIter04.exe NetFx40"# GenIter04.fs - NetFx40
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
SOURCE=InequalityComparison01.fsISCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd InequalityComparison01.exe"# x <= y
2-
SOURCE=InequalityComparison02.fsISCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd InequalityComparison02.exe"# x >= y
3-
SOURCE=InequalityComparison03.fsISCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd InequalityComparison03.exe"# x < y
4-
SOURCE=InequalityComparison04.fsISCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd InequalityComparison04.exe"# x > y
5-
SOURCE=InequalityComparison05.fsISCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd InequalityComparison05.exe"# if (x > y) then ... else ...
1+
SOURCE=InequalityComparison01.fsSCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd InequalityComparison01.exe"# x <= y
2+
SOURCE=InequalityComparison02.fsSCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd InequalityComparison02.exe"# x >= y
3+
SOURCE=InequalityComparison03.fsSCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd InequalityComparison03.exe"# x < y
4+
SOURCE=InequalityComparison04.fsSCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd InequalityComparison04.exe"# x > y
5+
SOURCE=InequalityComparison05.fsSCFLAGS="-g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd InequalityComparison05.exe"# if (x > y) then ... else ...

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp