Commit Graph

23 Commits

Author SHA1 Message Date
R. Ryantm
76479c2039 just: 1.35.0 -> 1.36.0 2024-10-07 23:43:30 +00:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
github-actions[bot]
fab50d5f8d
Merge staging-next into staging 2024-08-31 00:13:46 +00:00
Muhammad Falak R Wani
3aa9a191bc just: 1.34.0 -> 1.35.0
Diff: https://github.com/casey/just/compare/refs/tags/1.34.0...1.35.0
Changelog: https://github.com/casey/just/blob/1.35.0/CHANGELOG.md
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-08-30 13:06:10 +05:30
Wolfgang Walther
8affc6a06f
just: shellcheck setup hook 2024-08-24 12:23:36 +02:00
Wolfgang Walther
c3900d12c9
just: support structuredAttrs in setup hook
Tested cosmic-applibrary with and without __structuredAttrs.
2024-08-24 12:23:36 +02:00
1adept
bf74ddc5f2 just: 1.32.0 -> 1.34.0 2024-08-04 17:18:31 +02:00
Adam C. Stephens
f29426dca8
Merge pull request #328349 from mfrw/mfrw/just-1.32.0
just: 1.31.0 -> 1.32.0
2024-07-19 19:15:42 -04:00
Adam Stephens
96e47a3676
just: remove adamcstephens as maintainer 2024-07-19 08:41:03 -04:00
Muhammad Falak R Wani
520a05e863 just: 1.31.0 -> 1.32.0
Diff: https://github.com/casey/just/compare/refs/tags/1.31.0...1.32.0
Changelog: https://github.com/casey/just/blob/1.32.0/CHANGELOG.md
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-07-19 10:37:16 +05:30
László Vaskó
3d1c1c0fce just: 1.30.1 -> 1.31.0 2024-07-15 23:55:59 +02:00
Muhammad Falak R Wani
02d61cdb20 just: 1.29.1 -> 1.30.1
Diff: https://github.com/casey/just/compare/refs/tags/1.29.1...1.30.1
Changelog: https://github.com/casey/just/blob/1.30.1/CHANGELOG.md
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-07-11 09:03:16 +05:30
Muhammad Falak R Wani
4929499597 just: 1.28.0 -> 1.29.1
Diff: https://github.com/casey/just/compare/refs/tags/1.28.0...1.29.1
Changelog: https://github.com/casey/just/blob/1.29.1/CHANGELOG.md
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-06-15 22:07:54 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
László Vaskó
669bc72949 just: genereate man pages and shell completions dynamically
These assets are no longer present in the repository
2024-06-06 17:05:21 +02:00
László Vaskó
8d548d61ec just: make new bash completion test work from build 2024-06-06 17:05:21 +02:00
László Vaskó
21ea0e48c8 just: New test in 1.27.0 assumes JUST_CHOOSER is unset 2024-06-06 13:06:02 +02:00
László Vaskó
1a45d56a7a just: make test exclusion more precise
Added test module names where absent, also added problematic test
names where the whole module was excluded previously.
2024-06-06 13:06:02 +02:00
László Vaskó
b0c8ad3e3b just: 1.26.0 -> 1.28.0 2024-06-06 11:05:16 +00:00
Christina Sørensen
7350baf00f
just: 1.25.2 -> 1.26.0
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-05-14 09:20:37 +02:00
Muhammad Falak R Wani
5eb909c68f just: 1.25.1 -> 1.25.2
Diff: https://github.com/casey/just/compare/refs/tags/1.25.1...1.25.2
Changelog: https://github.com/casey/just/blob/1.25.2/CHANGELOG.md
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-03-11 09:11:22 +05:30
xrelkd
ad51b4f143
just: 1.25.0 -> 1.25.1
Diff: https://github.com/casey/just/compare/refs/tags/1.25.0...1.25.1

Changelog: https://github.com/casey/just/blob/1.25.1/CHANGELOG.md
2024-03-11 02:07:10 +08:00
xrelkd
5471ab3cc8
just: migrate to by-name 2024-03-11 02:07:10 +08:00