forked from dotnet/fsharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.lst
More file actions
18 lines (15 loc) · 1.41 KB
/
env.lst
File metadata and controls
18 lines (15 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SOURCE=E_mlExtention01.ml COMPILE_ONLY=1 SCFLAGS="--warnaserror --test:ErrorRanges" # E_mlExtention01.ml
SOURCE=mlExtention02.ml COMPILE_ONLY=1 SCFLAGS="--warnaserror --mlcompatibility" # mlExtention02.ml
SOURCE=W_mlExtention03.ml COMPILE_ONLY=1 SCFLAGS="--test:ErrorRanges" # W_mlExtention03.ml
SOURCE=E_IndentOff01.fs COMPILE_ONLY=1 SCFLAGS="--warnaserror --test:ErrorRanges" # E_IndentOff01.fs
SOURCE=IndentOff02.fs COMPILE_ONLY=1 SCFLAGS="--warnaserror --mlcompatibility" # IndentOff02.fs
SOURCE=W_IndentOff03.fs COMPILE_ONLY=1 SCFLAGS="--test:ErrorRanges" # W_IndentOff03.fs
NoMT SOURCE=IndentOff04.fsx COMPILE_ONLY=1 SCFLAGS="--warnaserror --mlcompatibility" FSIMODE=PIPE # IndentOff04.fsx
NoMT SOURCE=W_IndentOff05.fsx COMPILE_ONLY=1 SCFLAGS="--test:ErrorRanges" FSIMODE=PIPE # W_IndentOff05.fsx
NoMT SOURCE=E_IndentOff06.fsx COMPILE_ONLY=1 SCFLAGS="--warnaserror" FSIMODE=PIPE # E_IndentOff06.fsx
SOURCE=Hat01.fs SCFLAGS="--warnaserror --mlcompatibility" # Hat01.fs
SOURCE=W_Hat01.fs SCFLAGS="--test:ErrorRanges" # W_Hat01.fs
SOURCE=NoParensInLet01.fs # NoParensInLet01.fs
SOURCE=W_MultiArgumentGenericType.fs # W_MultiArgumentGenericType.fs
SOURCE=MultiArgumentGenericType.fs SCFLAGS="--mlcompatibility" # MultiArgumentGenericType.fs
SOURCE=OCamlStyleArrayIndexing.fs SCFLAGS="--mlcompatibility" # OCamlStyleArrayIndexing.fs