Skip to content

fixed #13921 - do not perform additional addon lookups with absolute path #7574

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

Merged
merged 1 commit into from
Jun 13, 2025

Conversation

firewave
Copy link
Collaborator

@firewave firewave commented Jun 6, 2025

No description provided.

@@ -34,6 +34,10 @@ static std::string getFullPath(const std::string &fileName, const std::string &e
if (Path::isFile(fileName))
return fileName;

const bool is_abs_path = Path::isAbsolute(fileName);
Copy link
Owner

Choose a reason for hiding this comment

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

Nit; I don't see the need to have a is_abs_path variable

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Probably did it because the other implementations use a warning. It is just intermediate code though until we replace it with a shared version.

Copy link
Owner

@danmar danmar left a comment

Choose a reason for hiding this comment

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

ok I don't have a very strong opinion about that nit. but would remove it myself.

@firewave firewave merged commit 291c053 into danmar:main Jun 13, 2025
53 checks passed
@firewave firewave deleted the addon-abs branch June 13, 2025 08:32
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.

2 participants