-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Remove pdb path feature flag #19592
Comments
jaredpar
added a commit
to jaredpar/roslyn
that referenced
this issue
May 17, 2017
The PDB path which is written into the PE file should respect the `/pathmap` option passed to the compiler. This is necessary to ensure that PEs can be deterministic when built from different source paths. The feature flag `pdb-path-determinism` is being kept for the time being. Even though it's a feature flag it still seems inappropriate to break customers in a point release. Deferring the removal until the next major release to give customers time to react. This issue tracks removing the flag: dotnet#19592 closes dotnet#9813
jaredpar
added a commit
that referenced
this issue
May 18, 2017
The PDB path which is written into the PE file should respect the `/pathmap` option passed to the compiler. This is necessary to ensure that PEs can be deterministic when built from different source paths. The feature flag `pdb-path-determinism` is being kept for the time being. Even though it's a feature flag it still seems inappropriate to break customers in a point release. Deferring the removal until the next major release to give customers time to react. This issue tracks removing the flag: #19592 closes #9813
This should also be revisited when it is fixed: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This work item tracks the removal of the feature flag
pdb-path-determinism
. This feature flag was a place holder for having a long term solution around the embedded pdb path be deterministic across different soucre enlistments. This can now be achieved with the/pathmap
option and hence the feature flag should be removed.Deferring removal until a major release to avoid breaking any dependencies in existing build systems.
The text was updated successfully, but these errors were encountered: