Skip to content
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

Use separate files to store maps between source and preprocessed files #752

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

abensonca
Copy link
Collaborator

This avoids causing changes in preprocessed files due only to changes in the line number maps (which can result in recompilation cascades).

… files

This avoids causing changes in preprocessed files due only to changes in the line number maps (which can result in recompilation cascades).
@abensonca abensonca self-assigned this Dec 3, 2024
@abensonca abensonca added the build label Dec 3, 2024
@abensonca abensonca linked an issue Dec 3, 2024 that may be closed by this pull request
@abensonca abensonca added this pull request to the merge queue Dec 3, 2024
Merged via the queue into master with commit 2b575f3 Dec 3, 2024
295 checks passed
@abensonca abensonca deleted the fixLineMapFiles branch December 3, 2024 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Preprocessed source line number maps force recompilation cascades
1 participant