-
Notifications
You must be signed in to change notification settings - Fork 123
FsiEvaluationSession.EvalExpression exception and error handling #19
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
Labels
Comments
I could use this in https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/FSIHelper.fs#L118 too |
Fixed by #475 |
baronfel
pushed a commit
to baronfel/FSharp.Compiler.Service
that referenced
this issue
Sep 30, 2019
F# Compiler is emitting the incorrect minor version number for Debug Directory entry type fsharp#19 (PDB Checksum). This bug seems like either a copy/paste error or human error. 0x0100 is the correct minor version number for embedded pdb info, but 0 is the correct minor version number for pdb checksum as spec'd here: https://github.com/dotnet/corefx/blob/master/src/System.Reflection.Metadata/specs/PE-COFF.md#pdb-checksum-debug-directory-entry-type-19 This issues causes the VS Debugger to ignore PDB Checksum entries in F# pdbs, which breaks NuGet.org Symbol Server scenarios for F#.
baronfel
pushed a commit
to baronfel/FSharp.Compiler.Service
that referenced
this issue
Sep 30, 2019
F# Compiler is emitting the incorrect minor version number for Debug Directory entry type fsharp#19 (PDB Checksum). This bug seems like either a copy/paste error or human error. 0x0100 is the correct minor version number for embedded pdb info, but 0 is the correct minor version number for pdb checksum as spec'd here: https://github.com/dotnet/corefx/blob/master/src/System.Reflection.Metadata/specs/PE-COFF.md#pdb-checksum-debug-directory-entry-type-19 This issues causes the VS Debugger to ignore PDB Checksum entries in F# pdbs, which breaks NuGet.org Symbol Server scenarios for F#.
baronfel
pushed a commit
to baronfel/FSharp.Compiler.Service
that referenced
this issue
Nov 9, 2019
F# Compiler is emitting the incorrect minor version number for Debug Directory entry type fsharp#19 (PDB Checksum). This bug seems like either a copy/paste error or human error. 0x0100 is the correct minor version number for embedded pdb info, but 0 is the correct minor version number for pdb checksum as spec'd here: https://github.com/dotnet/corefx/blob/master/src/System.Reflection.Metadata/specs/PE-COFF.md#pdb-checksum-debug-directory-entry-type-19 This issues causes the VS Debugger to ignore PDB Checksum entries in F# pdbs, which breaks NuGet.org Symbol Server scenarios for F#.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
EvalExpression and EvalInteraction need to have better specified exception behaviour
The text was updated successfully, but these errors were encountered: