Skip to content

File resolve and globbing improvements#438

Merged
jspelletier merged 1 commit intoubisoft:mainfrom
Activision:feature/resolve-glob
Jan 9, 2026
Merged

File resolve and globbing improvements#438
jspelletier merged 1 commit intoubisoft:mainfrom
Activision:feature/resolve-glob

Conversation

@martinecker-ATVI
Copy link
Contributor

  • Correctly resolve NatvisFiles, ResourceFiles, NoneFiles, etc. relative to SourceRootPath just like SourceFiles in the case that these files are not automatically gathered via globbing but rather directly initialized in a project constructor.

  • Ensure that .natvis globbing as well as globbing of some other file extensions works based on having the corresponding extensions specified, such as in NatvisFilesExtensions. Currently the code ignore these incorrectly.

  • Speed up generating the debug solution/project by disabling globbing fully for the debug project, so for all extensions that trigger globbing.

All unit and regression tests are passing after this change.

- Correctly resolve NatvisFiles, ResourceFiles, NoneFiles, etc. relative to SourceRootPath just like SourceFiles in the case that these files are not automatically gathered via globbing but rather directly initialized in a project constructor.

- Ensure that .natvis globbing as well as globbing of some other file extensions works based on having the corresponding extensions specified, such as in NatvisFilesExtensions. Currently the code ignore these incorrectly.

- Speed up generating the debug solution/project by disabling globbing fully for the debug project, so for all extensions that trigger globbing.
@jspelletier jspelletier merged commit fc61562 into ubisoft:main Jan 9, 2026
63 of 64 checks passed
@jspelletier
Copy link
Collaborator

merged. thanks

@martinecker-ATVI martinecker-ATVI deleted the feature/resolve-glob branch January 12, 2026 18:34
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.

3 participants