Skip to content

vimPlugins.blink-pairs: 0.2.0 -> 0.3.0#418047

Merged
GaetanLepage merged 1 commit intoNixOS:masterfrom
khaneliman:blink-pairs
Jun 19, 2025
Merged

vimPlugins.blink-pairs: 0.2.0 -> 0.3.0#418047
GaetanLepage merged 1 commit intoNixOS:masterfrom
khaneliman:blink-pairs

Conversation

@khaneliman
Copy link
Contributor

@khaneliman khaneliman commented Jun 19, 2025

Changelog: https://github.com/Saghen/blink.pairs/blob/v0.3.0/CHANGELOG.md

Current build failure preventing auto update due to stable -> nightly rust change:

⚠ BREAKING CHANGES

use nightly rust
add highlights, rename to BlinkPair$Color (#10)

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/)
  • Nixpkgs 25.11 Release Notes (or backporting 24.11 and 25.05 Nixpkgs Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
  • NixOS 25.11 Release Notes (or backporting 24.11 and 25.05 NixOS Release notes)
    • (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, pkgs/README.md, maintainers/README.md and other contributing documentation in corresponding paths.

Add a 👍 reaction to pull requests you find important.

@khaneliman khaneliman marked this pull request as draft June 19, 2025 04:19
@github-actions github-actions bot added 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 6.topic: vim Advanced text editor labels Jun 19, 2025
@GaetanLepage
Copy link
Contributor

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 418047
Commit: f9076f6489f25f360e3e8fc6479771194bcc7378


x86_64-linux

❌ 1 package failed to build:
  • vimPlugins.blink-pairs

aarch64-linux

❌ 1 package failed to build:
  • vimPlugins.blink-pairs

x86_64-darwin

❌ 1 package failed to build:
  • vimPlugins.blink-pairs

aarch64-darwin

❌ 1 package failed to build:
  • vimPlugins.blink-pairs

@isabelroses
Copy link
Member

Current build failure preventing auto update due to stable -> nightly rust change:

This can be fixed by adding env.RUSTC_BOOTSTRAP = 1;. Theres 47 uses of this in nixpkgs

@khaneliman khaneliman marked this pull request as ready for review June 19, 2025 13:14
@khaneliman
Copy link
Contributor Author

Current build failure preventing auto update due to stable -> nightly rust change:

This can be fixed by adding env.RUSTC_BOOTSTRAP = 1;. Theres 47 uses of this in nixpkgs

Thanks, appreciate it!

@GaetanLepage
Copy link
Contributor

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 418047
Commit: 8d1484af41510e479f57921fd9eb65f8f7c99aae


x86_64-linux

✅ 1 package built:
  • vimPlugins.blink-pairs

aarch64-linux

✅ 1 package built:
  • vimPlugins.blink-pairs

x86_64-darwin

✅ 1 package built:
  • vimPlugins.blink-pairs

aarch64-darwin

✅ 1 package built:
  • vimPlugins.blink-pairs

@GaetanLepage GaetanLepage merged commit 39b8914 into NixOS:master Jun 19, 2025
25 of 30 checks passed
@khaneliman khaneliman deleted the blink-pairs branch June 19, 2025 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: vim Advanced text editor 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants