Skip to content
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

aider-chat: skip version check in tests #341441

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

nwjsmith
Copy link
Contributor

@nwjsmith nwjsmith commented Sep 12, 2024

Description of changes

aider checks for a new version and prompts for an install on each launch. These prompts cause checks to fail on the package whenever a new version of the application is released.

Skip those version checks and include some dependencies missing from the dependency check.

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 24.11 Release Notes (or backporting 23.11 and 24.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@taha-yassine
Copy link
Contributor

Someone recently messaged me about exactly this, so thank you for the PR.

aider checks for a new version and prompts for an install on each
launch. These prompts cause checks to fail on the package whenever a new
version of the application is released.

Skip those version checks and include some dependencies missing from the
dependency check.
@nwjsmith nwjsmith force-pushed the aider-check-without-autoupgrade branch from 409c7ab to df8c8b2 Compare September 13, 2024 13:28
@ofborg ofborg bot requested a review from taha-yassine September 13, 2024 14:32
@nwjsmith
Copy link
Contributor Author

@taha-yassine when you get a chance, could you merge this?

@taha-yassine
Copy link
Contributor

I approved the changes but I don't have the ability to merge it myself.

@wegank wegank added 12.approvals: 1 This PR was reviewed and approved by one reputable person 12.approved-by: package-maintainer This PR was reviewed and approved by a maintainer listed in the package labels Sep 16, 2024
@h7x4 h7x4 merged commit d43d78b into NixOS:master Sep 16, 2024
28 checks passed
@nwjsmith nwjsmith deleted the aider-check-without-autoupgrade branch October 9, 2024 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
10.rebuild-darwin: 1-10 10.rebuild-darwin: 1 10.rebuild-linux: 1-10 10.rebuild-linux: 1 12.approvals: 1 This PR was reviewed and approved by one reputable person 12.approved-by: package-maintainer This PR was reviewed and approved by a maintainer listed in the package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants