Skip to content

Conversation

KevinRansom
Copy link
Contributor

fixes #16768 - Files passed with -embed:relative/path/to/file are not embedded.

This fixes the F# opens reader to correctly root -embed sourcefiles using same algorithm as is used for compile files.

I have manually verified it works, but we don't have a particularly good mechanism to verify pdb files contain the neccessary information.

@KevinRansom KevinRansom requested a review from a team as a code owner April 18, 2024 23:51
Copy link
Contributor

github-actions bot commented Apr 18, 2024

❗ Release notes required


✅ Found changes and release notes in following paths:

Change path Release notes path Description
src/Compiler docs/release-notes/.FSharp.Compiler.Service/8.0.400.md

@psfinaki psfinaki merged commit c968008 into dotnet:main Apr 19, 2024
@Smaug123
Copy link
Contributor

For what it's worth, I wrote https://github.com/Smaug123/dotnet-pdb-analysis for pretty much exactly this purpose.

@KevinRansom
Copy link
Contributor Author

@Smaug123

For what it's worth, I wrote https://github.com/Smaug123/dotnet-pdb-analysis for pretty much exactly this purpose.

We should probably integrate it into the test framework somehow, but ... priorities ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Files passed with -embed:relative/path/to/file are not embedded
5 participants