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
if justfilename |> Seq.exists (System.Char.IsLetterOrDigit >>not)then
347
-
Err(filename,0, sprintf "The filename '%s' is not allowed; only letters and digits can be used, as the filename also becomes the namespace for the SR class" justfilename)
if justfilename |> Seq.exists (System.Char.IsLetterOrDigit >>not)then
347
+
Err(filename,0, sprintf "The filename '%s' is not allowed; only letters and digits can be used, as the filename also becomes the namespace for the SR class" justfilename)
memberinternalfsc.InternalGenerateFullPathToTool()= fsc.GenerateFullPathToTool()// expose for unit testing
585
588
memberinternalfsc.BaseExecuteTool(pathToTool,responseFileCommands,commandLineCommands)=// F# does not allow protected members to be captured by lambdas, this is the standard workaround
0 commit comments