-
Notifications
You must be signed in to change notification settings - Fork 833
Closed
Labels
Milestone
Description
Please provide a succinct description of the issue.
Repro steps
Provide the steps required to reproduce the problem:
- Create a project with multiple files that don't depend on each other
- Use a wildcard to add all the files. see fsautocomplete
Expected behavior
Typechecking completes
Actual behavior
Type checking fails with "Oops!!" exception
Known workarounds
Comment out
fsharp/src/Compiler/Service/TransparentCompiler.fs
Lines 1418 to 1422 in f68d7b6
| if | |
| tcInfo.stateContainsNodes | |
| |> Set.contains (NodeToTypeCheck.PhysicalFile(index + 1)) | |
| then | |
| failwith $"Oops!!!" |
Related information
Provide any related information (optional):
- Operating system
- .NET Runtime kind (.NET Core, .NET Framework, Mono)
- Editing Tools (e.g. Visual Studio Version, Visual Studio)
nojaf
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done