Closed cartermp closed 2 years ago
I think, that we don't use mmaped files for the source text normally (there's no need), however maybe FSAC passes the flag as true
?
But regardless, it's a bug/limitation (it seems that in the mmaped files API) and we should fix/workaround it.
Related to (and solveable via?) https://github.com/dotnet/runtime/issues/63240 and https://github.com/fsharp/FsAutoComplete/issues/939 .
According to the comments, should be fixed in dotnet7. @cartermp : I assume you were using dotnet 6, correct?
Oh yay, yes, this is that underlying .NET 6 issue. Closing!
Oh yay, yes, this is that underlying .NET 6 issue. Closing!
Whew...don't have to fix anything...
Unclear if this is a bug, but it was thrown in FCS so I'm filing this here.
Routing.fs
, line 53endpoints
to something else, likecreateEndpoints
Throws an error:
Looks like it's the creation of the MMapped file that throws the exception, but maybe there's some additional checks or some kind of fallback that could happen so that a rename operation doesn't just fail.
A little unclear why a path would be too long, since my path isn't exactly long.