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
I just accidentally #loaded a DLL instead of #ring it, and to my surprise this causes FSI to report an internal error:
Not sure why this is designated an internal error, seems like a legitimate normal error. Culprit LOC is here - this should not be InternalError, just Error.
I just accidentally
#load
ed a DLL instead of#r
ing it, and to my surprise this causes FSI to report an internal error:Not sure why this is designated an internal error, seems like a legitimate normal error. Culprit LOC is here - this should not be
InternalError
, justError
.PS: GitHub colorization on that file is all messed up, tracking that here: fsprojects/zarchive-fsharpbinding#953
The text was updated successfully, but these errors were encountered: