Running FSI prints "module FSI_001" before anything else
See original GitHub issueRunning FSI prints “module FSI_001” before anything else
This looks like a regression:
C:\GitHub\dsyme\fsharp>dotnet artifacts\bin\fsi\Debug\net7.0\fsi.dll
Microsoft (R) F# Interactive version 12.0.5.0 for F# 7.0
Copyright (c) Microsoft Corporation. All Rights Reserved.
For help type #help;;
> module FSI_0001
Issue Analytics
- State:
- Created a year ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
U.S. Department of State and U.S. Agency for International ...
OBO to manage and lead all overseas facility actions, working with key DOS staff and ... FSI-001 Senior Advisor on Language Teaching Methodologies...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Given this is a regression and we need a fix in, I guess just filtering on FsiDynamicModulePrefix is ok for now.
Yes, it evaluates a dummy, empty module to “JIT all the main code” so it’s ready to compile and run user code faster.