fix: wrong include paths#186
Conversation
Fixes relevant compile failures on Arch.
Reviewer's guide (collapsed on small PRs)Reviewer's GuideAdjusts include paths for the keypad control sources so that the 3rd-party settings header is resolved correctly in the current directory layout, fixing compilation on Arch. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey there - I've reviewed your changes - here's some feedback:
- Instead of relying on deeper relative include paths like
../../3rdparty/core/settings.h, consider configuring include directories in your build system and using a project-root-relative or namespaced include path to make the codebase more robust to future file moves.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- Instead of relying on deeper relative include paths like `../../3rdparty/core/settings.h`, consider configuring include directories in your build system and using a project-root-relative or namespaced include path to make the codebase more robust to future file moves.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
deepin pr auto review我来对这段代码差异进行审查:
改进建议:
总的来说,这个修改本身是合理的,主要是为了修正头文件包含路径。但从项目维护的角度来看,建议采用更系统化的方式来管理包含路径。 |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: felixonmars, lzwind The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Fixes relevant compile failures on Arch.
Summary by Sourcery
Bug Fixes: