-
Notifications
You must be signed in to change notification settings - Fork 11
refactor: Remove direct components/core/src/clp include dependency and normalize CLP header includes; Simplify CLP core source path variable usage.
#130
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
Draft
Bill-hbrhbr
wants to merge
3
commits into
y-scope:main
Choose a base branch
from
Bill-hbrhbr:remove-include-src-clp-header
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -110,9 +110,9 @@ tasks: | |
| cmds: | ||
| - task: ":utils:remote:download-and-extract-tar" | ||
| vars: | ||
| FILE_SHA256: "1a70dc757d8e3bc323808cc4b8bc9e060ac3c6add183ed8aef49d918cedc49ff" | ||
| FILE_SHA256: "8bb01253a37d4d53f0c1fd95dd58a386830968b93972edb64fc09d0310cb48d1" | ||
| OUTPUT_DIR: "{{.OUTPUT_DIR}}" | ||
| URL: "https://github.com/y-scope/clp/archive/de9fc08.tar.gz" | ||
| URL: "https://github.com/Bill-hbrhbr/clp/archive/bfae396.tar.gz" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. update temporary link |
||
| - >- | ||
| echo "set( | ||
| CLP_FFI_JS_CLP_SOURCE_DIRECTORY \"{{.OUTPUT_DIR}}\" | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Repository: y-scope/clp-ffi-js
Length of output: 428
🏁 Script executed:
Repository: y-scope/clp-ffi-js
Length of output: 1326
🏁 Script executed:
Repository: y-scope/clp-ffi-js
Length of output: 451
🏁 Script executed:
Repository: y-scope/clp-ffi-js
Length of output: 3252
🏁 Script executed:
Repository: y-scope/clp-ffi-js
Length of output: 3322
🏁 Script executed:
Repository: y-scope/clp-ffi-js
Length of output: 2593
Add documentation for temporary CLP fork and track upstream resolution.
The CLP dependency currently uses the personal fork
Bill-hbrhbr/clp(commit bfae396) rather than the officialy-scope/clprepository. While this appears intentional as a hot-fix branch, there is no in-code documentation explaining:Add an inline comment in
taskfiles/deps.yamldocumenting the specific issue that requires this fork and reference any upstream CLP PR or issue that tracks the fix. This will help future maintainers understand the technical debt and know when to revert.🤖 Prompt for AI Agents
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is temporary and will be reverted later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Bill-hbrhbr, understood! Since this is intentional and temporary, would you like me to open a follow-up GitHub issue to track reverting this back to the officialy-scope/clprepository once the upstream fix is merged? That way it won't get lost.🧠 Learnings used