Skip to content

fix [BUG] relative unit search paths need to prefix ..\ #146#147

Merged
viniciussanchez merged 1 commit intoHashLoad:masterfrom
MeroFuruya:fix_146-relative-unit-search-paths
Feb 26, 2024
Merged

fix [BUG] relative unit search paths need to prefix ..\ #146#147
viniciussanchez merged 1 commit intoHashLoad:masterfrom
MeroFuruya:fix_146-relative-unit-search-paths

Conversation

@MeroFuruya
Copy link
Contributor

this pr fixes #146

it adds prefixed paths to the path list. the original values stay there. this way, it stays compatible to old versions of Delphi.

@viniciussanchez viniciussanchez merged commit c7b74f5 into HashLoad:master Feb 26, 2024
Copy link
Contributor

@birbilis birbilis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please see #156 (comment)
this seems to add paths twice to unit search path, the correct ones saying modules..... and also ..\modules.....
results in a ton of warnings at build

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.

[BUG] relative unit search paths need to prefix ..\

3 participants