You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
or, for functions and "core" functionality, tests in lib/tests or pkgs/test
made sure NixOS tests are linked to the relevant packages
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/)
Recently, I moved editorconfig-checker and keep-sorted into the treefmt we already have. See #405684.
The idea is to run all formatters through a single interface - treefmt. Thus, new formatters like in this PR should not be added in new workflows, but as part of the treefmt configuration instead. This will make it possible to run them locally as well.
It would be important, though, to have fast formatters. prettier is not really fast. At work I used yamlfmt instead of prettier to format yaml files, which is a lot faster.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2.status: merge conflictThis PR has merge conflicts with the target branch6.topic: agdaA dependently typed programming language / interactive theorem prover6.topic: continuous integrationAffects continuous integration (CI) in Nixpkgs, including Ofborg and GitHub Actions6.topic: dotnetLanguage: .NET6.topic: erlangGeneral-purpose, concurrent, functional high-level programming language6.topic: GNOMEGNOME desktop environment and its underlying platform6.topic: haskellGeneral-purpose, statically typed, purely functional programming language6.topic: javaIncluding JDK, tooling, other languages, other VMs6.topic: juliaJulia is a high-level, high-performance dynamic language for technical computing.6.topic: nimNim programing language6.topic: nodejsNode.js is a free, open-source, cross-platform JavaScript runtime environment6.topic: ocamlOCaml is a general-purpose, high-level, multi-paradigm programming language.6.topic: policy discussionDiscuss policies to work in and around Nixpkgs6.topic: pythonPython is a high-level, general-purpose programming language.6.topic: rubyA dynamic, open source programming language with a focus on simplicity and productivity.6.topic: TeXIssues regarding texlive and TeX in general6.topic: vimAdvanced text editor6.topic: zigZig is an imperative, general-purpose, statically typed, compiled system programming language.8.has: documentationThis PR adds or changes documentation10.rebuild-darwin: 1-10This PR causes between 1 and 10 packages to rebuild on Darwin.10.rebuild-darwin: 1This PR causes 1 package to rebuild on Darwin.10.rebuild-linux: 1-10This PR causes between 1 and 10 packages to rebuild on Linux.
3 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Things done
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)Add a 👍 reaction to pull requests you find important.