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: confInfo set higher priority filepath #165

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

oyk666
Copy link

@oyk666 oyk666 commented Mar 30, 2024

if we add filename3 before filename1 and filename2, then the test failed.

cmSource.AddFile(filename3, 2, nil)
cmSource.AddFile(filename1, 0, nil)
cmSource.AddFile(filename2, 1, nil)

This is because we did not save the corresponding filepath when encountering a higher priority value.

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

Successfully merging this pull request may close these issues.

1 participant