feat(nexis): add Nexis system optimizer#1849
Open
mvanhorn wants to merge 2 commits intowimpysworld:mainfrom
Open
feat(nexis): add Nexis system optimizer#1849mvanhorn wants to merge 2 commits intowimpysworld:mainfrom
mvanhorn wants to merge 2 commits intowimpysworld:mainfrom
Conversation
GitHub Releases with .deb packages for amd64 and arm64. Closes wimpysworld#1845
Contributor
There was a problem hiding this comment.
1 issue found across 1 file
Confidence score: 3/5
- There is a concrete medium-severity issue (6/10, high confidence): a new package was added at
01-main/packages/nexiswithout the required entry in01-main/manifest. - This creates real merge risk because package discovery/build or release workflows that depend on
01-main/manifestmay not includenexiscorrectly until that manifest entry is added. - Pay close attention to
01-main/packages/nexis,01-main/manifest- ensure the new package is registered so downstream tooling can resolve it.
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="01-main/packages/nexis">
<violation number="1" location="01-main/packages/nexis:8">
P2: New package definition was added without the required `01-main/manifest` entry.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| @@ -0,0 +1,10 @@ | |||
| DEFVER=1 | |||
Contributor
There was a problem hiding this comment.
P2: New package definition was added without the required 01-main/manifest entry.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At 01-main/packages/nexis, line 8:
<comment>New package definition was added without the required `01-main/manifest` entry.</comment>
<file context>
@@ -0,0 +1,10 @@
+ URL=$(grep "browser_download_url.*${HOST_ARCH}.*\.deb\"" "${CACHE_FILE}" | head -1 | cut -d '"' -f 4)
+ VERSION_PUBLISHED=$(cut -d '/' -f 8 <<< "${URL//v/}")
+fi
+PRETTY_NAME="Nexis"
+WEBSITE="https://s4solutionsllc.github.io/Nexis/"
+SUMMARY="Cross-platform system optimizer for Linux & macOS. Successor to Stacer, rebuilt on Qt 6/C++17."
</file context>
cubic-dev-ai flagged that 01-main/packages/nexis was added without the required 01-main/manifest entry. Insert 'nexis' in alphabetical order between net.downloadhelper.coapp and nextcloud-desktop so the package discovery/build and release workflows pick it up.
Contributor
Author
|
Added the nexis manifest entry in e893d9c. Inserted alphabetically between net.downloadhelper.coapp and nextcloud-desktop, so package discovery and release workflows pick it up. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Added package manifest for Nexis, a cross-platform system optimizer that succeeds Stacer (9k+ stars), rebuilt on Qt 6/C++17.
GitHub Releases provide
.debpackages for amd64 and arm64.Closes #1845