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

[Fix] Preprocessor correctly updates position for text replacement #7303

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

mvaligursky
Copy link
Contributor

@mvaligursky mvaligursky commented Jan 20, 2025

in my specific test case, a file with

#include "A"

would include content of A:

#include "B"

but as index after the A replacement was not correct, B was not recognized as an include.

@mvaligursky mvaligursky merged commit e101b08 into main Jan 20, 2025
7 checks passed
@mvaligursky mvaligursky deleted the mv-preprocessor-index-fix branch January 20, 2025 16:47
mvaligursky added a commit that referenced this pull request Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: graphics Graphics related issue bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants