You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Compiler/FSComp.txt
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -235,6 +235,7 @@ forLIsUnnecessary,"The 'l' or 'L' in this format specifier is unnecessary. In F#
235
235
forHIsUnnecessary,"The 'h' or 'H' in this format specifier is unnecessary. You can use %%d, %%x, %%o or %%u instead, which are overloaded to work with all basic integer types."
236
236
forDoesNotSupportPrefixFlag,"'%s' does not support prefix '%s' flag"
237
237
forBadFormatSpecifierGeneral,"Bad format specifier: '%s'"
238
+
forPercentAInReflectionFreeCode,"The '%%A' format specifier may not be used in an assembly being compiled with option '--reflectionfree'. This construct implicitly uses reflection."
238
239
elSysEnvExitDidntExit,"System.Environment.Exit did not exit"
239
240
elDeprecatedOperator,"The treatment of this operator is now handled directly by the F# compiler and its meaning cannot be redefined"
240
241
405,chkProtectedOrBaseCalled,"A protected member is called or 'base' is being used. This is only allowed in the direct implementation of members since they could escape their object scope."
@@ -873,6 +874,7 @@ optsRefOnly,"Produce a reference assembly, instead of a full assembly, as the pr
873
874
optsRefOut,"Produce a reference assembly with the specified file path."
874
875
optsPathMap,"Maps physical paths to source path names output by the compiler"
875
876
optsCrossoptimize,"Enable or disable cross-module optimizations"
877
+
optsReflectionFree,"Disable implicit generation of constructs using reflection"
876
878
optsWarnaserrorPM,"Report all warnings as errors"
877
879
optsWarnaserror,"Report specific warnings as errors"
0 commit comments