Skip to content

fix: confInfo set higher priority filepath#165

Open
oyk666 wants to merge 3 commits intogo-chassis:masterfrom
oyk666:bugfix/fix_config_filepath
Open

fix: confInfo set higher priority filepath#165
oyk666 wants to merge 3 commits intogo-chassis:masterfrom
oyk666:bugfix/fix_config_filepath

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