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

update #2

Merged
merged 4,180 commits into from
Oct 26, 2024
Merged

update #2

merged 4,180 commits into from
Oct 26, 2024

Conversation

dezren39
Copy link

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.

gamersekofy and others added 30 commits October 24, 2024 13:38
jetbrains.gateway: 2024.2.1 -> 2024.2.3
jetbrains.idea-community: 2024.2.3 -> 2024.2.4
jetbrains.idea-ultimate: 2024.2.3 -> 2024.2.4
jetbrains.mps: 2024.1 -> 2024.1.1
jetbrains.phpstorm: 2024.2.3 -> 2024.2.4
jetbrains.pycharm-community: 2024.2.3 -> 2024.2.4
jetbrains.pycharm-professional: 2024.2.3 -> 2024.2.4
jetbrains.rider: 2024.2.5 -> 2024.2.7
jetbrains.rust-rover: 2024.2.2 -> 2024.2.4
jetbrains.webstorm: 2024.2.3 -> 2024.2.4
So far, features were overridden to remove unix from the default feature set.
However, e.g. oniguruma is in the dependency tree and only works on isUnix platforms, so the feature was always on anyways.

This additionally deals with the problem that adding the rdkafka?/… resulted in an empty feature list.
Alternatively, this could have been worked around by adding rdkafka/… to the feature list since rdkafka is enabled by another feature in the list,
but this is no longer necessary.
pbsds and others added 29 commits October 26, 2024 01:14
@dezren39 dezren39 merged commit 07ebbba into developing-today-forks:main Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.