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

treewide: fix double quoted strings in one-liners #110670

Merged
merged 1 commit into from Jan 24, 2021

Conversation

siraben
Copy link
Member

@siraben siraben commented Jan 24, 2021

Motivation for this change

Prior discussion: #108099
Authored by @kvtb

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@siraben
Copy link
Member Author

siraben commented Jan 24, 2021

@SuperSandro2000 please run nixpkgs-review, bam has a hash change

Copy link
Member

@dotlambda dotlambda left a comment

Choose a reason for hiding this comment

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

This should only be merged if it doesn't cause any rebuilds.

pkgs/development/tools/build-managers/bam/default.nix Outdated Show resolved Hide resolved
pkgs/development/tools/build-managers/bam/default.nix Outdated Show resolved Hide resolved
@SuperSandro2000
Copy link
Member

This is a semi-automatic executed nixpkgs-review which is checked by a human on a best effort basis and does not build all packages (e.g. lumo, tensorflow or pytorch).
If you have any questions or problems please reach out to SuperSandro2000 on IRC.

Result of nixpkgs-review pr 110670 run on x86_64-linux 1

1 package failed to build and are new build failure:

@kvtb
Copy link
Contributor

kvtb commented Jan 24, 2021

do not commit, there are more bugs.
I will rerun the script

@siraben siraben marked this pull request as draft January 24, 2021 12:33
@kvtb

This comment has been minimized.

@siraben
Copy link
Member Author

siraben commented Jan 24, 2021

By the way, how are you pushing these patches?

Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
@siraben siraben marked this pull request as ready for review January 24, 2021 12:58
@ofborg ofborg bot added the 6.topic: vim label Jan 24, 2021
@kvtb

This comment has been minimized.

@siraben
Copy link
Member Author

siraben commented Jan 24, 2021

There is @volth's Nix parser in Scala. Apparently, it has some bugs when processing double-quoted strings

Oh I mean pushing the patches under NixOS/nixpkgs directly, do you email or run a command etc.?

@kvtb

This comment has been minimized.

@SuperSandro2000 SuperSandro2000 merged commit 81e3b9d into NixOS:master Jan 24, 2021
@siraben siraben deleted the double-quotes-fix branch January 24, 2021 15:44
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

4 participants