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

sbcl: 2.4.0 -> 2.4.1 #284591

Merged
merged 2 commits into from
Jan 30, 2024
Merged

sbcl: 2.4.0 -> 2.4.1 #284591

merged 2 commits into from
Jan 30, 2024

Conversation

hraban
Copy link
Member

@hraban hraban commented Jan 28, 2024

Description of changes

Also rename to package.nix to make CI pass. Haven't stayed up to date with the developments around this but I guess this works.

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.05 Release Notes (or backporting 23.05 and 23.11 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.

@7c6f434c
Copy link
Member

Ah apparently the check by @infinisil checks for new top-level call and not for new files being called from the top-level, so the directory has to be moved to pkgs/by-name/sb/sbcl and all the calls to it retargeted. But hopefully this shouldn't break anything in the process…

@hraban
Copy link
Member Author

hraban commented Jan 29, 2024

Hmm it wants pkgs/by-name/sb/sbcl_2_4_1, i.e. including the version. That's not ideal.

@hraban
Copy link
Member Author

hraban commented Jan 29, 2024

The RFC lists this under "future work":

What to do with different versions, e.g. wlroots = wlroots_0_14? This goes into version resolution, a different problem to fix

https://github.com/NixOS/rfcs/blob/dfb6bdf32e48e7d7e2d7c08dde4ec134c723efc9/rfcs/0140-simple-package-paths.md#future-work

But it's blocking this PR now

@infinisil
Copy link
Member

infinisil commented Jan 29, 2024

Sorry this is a false positive, feel free to ignore! I'm currently working on a fix

@7c6f434c
Copy link
Member

@ofborg build sbcl.pkgs.iolib sbcl.pkgs.stumpwm

@hraban hraban marked this pull request as ready for review January 29, 2024 23:43
@7c6f434c 7c6f434c merged commit 7e913c4 into NixOS:master Jan 30, 2024
24 of 27 checks passed
@hraban hraban deleted the sbcl-2.4.1 branch January 30, 2024 00:46
@infinisil
Copy link
Member

Sorry this is a false positive, feel free to ignore! I'm currently working on a fix

#285089

@infinisil
Copy link
Member

Turns out this shouldn't have been allowed by CI after all, but for different reasons! Check out #287083 for more details, we have to move sbcl out of pkgs/by-name after all 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants