#load in fsx script can fail without a proper error message
Repro steps
this will not work
#load "./some-folder/some-script.fsx"
causing a strange/unexpected FS1141 error, not easy to troubleshoot for users.
this works
#load "some-folder/some-script.fsx"
Expected behavior
the failure to load gives a more explanative error message to the user, eventually suggesting what could be wrong, or better maybe it still loads fine in this case as both "some-folder" and "./some-folder" or "/some-folder" should all work as relative paths (?) not sure.
Actual behavior
error FS1141: Identifiers followed by '!' are reserved for future use
Known workarounds
not known
Related information
Provide any related information (optional):
Related issue
#9417.
#load in fsx script can fail without a proper error message
Repro steps
this will not work
#load "./some-folder/some-script.fsx"causing a strange/unexpected FS1141 error, not easy to troubleshoot for users.
this works
#load "some-folder/some-script.fsx"Expected behavior
the failure to load gives a more explanative error message to the user, eventually suggesting what could be wrong, or better maybe it still loads fine in this case as both "some-folder" and "./some-folder" or "/some-folder" should all work as relative paths (?) not sure.
Actual behavior
error FS1141: Identifiers followed by '!' are reserved for future use
Known workarounds
not known
Related information
Provide any related information (optional):
Related issue
#9417.