Skip to content

gow: init at unstable-2023-10-26#283553

Closed
endocrimes wants to merge 1 commit intoNixOS:masterfrom
endocrimes:dani/add-gow
Closed

gow: init at unstable-2023-10-26#283553
endocrimes wants to merge 1 commit intoNixOS:masterfrom
endocrimes:dani/add-gow

Conversation

@endocrimes
Copy link
Member

@endocrimes endocrimes commented Jan 24, 2024

Description of changes

Adds gow a tool for watching go projects and re-execing commands on changes. This is particularly useful when iterating on things like Kubernetes operators.

Closes #238561

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.

GetPsyched

This comment was marked as outdated.

@ofborg ofborg bot added 8.has: package (new) This PR adds a new package 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. 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. labels Jan 24, 2024
@sivizius sivizius mentioned this pull request Nov 10, 2024
12 tasks
@Scrumplex Scrumplex changed the title gow: init at unstable-2023-08-26 gow: init at unstable-2023-10-26 Nov 15, 2024
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
homepage = "https://github.com/mitranim/gow";
platforms = platforms.linux ++ platforms.darwin;
license = licenses.unlicense;
maintainers = with maintainers; [ endocrimes ];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You have removed yourself from maintainers in #307323. Therefore this PR can't be merged as it fails to evaluate the meta attributes

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR should simply be closed due to that. It can be reopened whenever.

@mweinelt mweinelt marked this pull request as draft November 15, 2024 22:45
@winterqt
Copy link
Member

This probably should have been closed when she dropped her maintainership. Feel free to open a new PR.

@winterqt winterqt closed this Nov 15, 2024
@endocrimes endocrimes deleted the dani/add-gow branch November 15, 2024 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

8.has: package (new) This PR adds a new package 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. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants