-
Notifications
You must be signed in to change notification settings - Fork 842
Additional testing for CoreCLR and make it easier to play with F# Compiler and Interactive on CoreCLR #1750
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@KevinRansom I did some more work on this
I think it's ready to go through once we're green |
|
@dotnet-bot test this please (test ci move) |
|
@mmitche Could you explain what the "test this please" thing is? Do we need to do it or are you testing something? Just curious. Also should we update the badges on README.md? |
|
@dsyme it restarts all the tests on the PR. I moved you to the other CI server and wanted them to kick off again there. It looks pretty decent so far, so I'll probably update the badges in a bit. |
|
@dotnet-bot test this please (heisen failure in StructLayout test, seems unrelated) |
|
@dsyme can you use Squash and Merge when accepting PR's pls. |
|
@KevinRansom Sorry my bad - I meant to |
|
@dsyme ... lol. It's not a problem ... |
I spent some time looking into FSI.EXE on CoreCLR
After this PR you can run
These are shims for CoreCLR fsc.exe and fsi.exe respectively
fsiis the .NET Framework fsi used to run the shimCompileProj.fsxand replaces it.This also makes more improvements to the
fsharpsuite.