Commit Graph

140 Commits

Author SHA1 Message Date
R. Ryantm
28512828bb zef: 0.22.2 -> 0.22.4 2024-10-20 04:48:41 +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
R. Ryantm
891f464d53 zef: 0.22.1 -> 0.22.2 2024-09-19 02:58:03 +00:00
Stig Palmquist
0cdec497e1
nqp: no auto update 2024-09-03 13:22:49 +02:00
Stig Palmquist
2cb1c91f10
moarvm: no auto update 2024-09-03 13:22:25 +02:00
Stig Palmquist
d2447c306e
rakudo: no auto update 2024-09-03 13:21:39 +02:00
R. Ryantm
44ec328a67 zef: 0.22.0 -> 0.22.1 2024-07-21 06:01:13 +00:00
Anderson Torres
084dc9a4df treewide: remove vrthra from meta.maintainers [no orphans]
Tracking issue: https://github.com/NixOS/nixpkgs/issues/290642

Inactive since at least 2017.
2024-07-07 12:18:57 -03:00
Stig Palmquist
02398a8b49
moarvm: 2024.05 -> 2024.06 2024-07-03 03:00:43 +02:00
Stig Palmquist
a31177f3d0
nqp: 2024.01 -> 2024.06 2024-07-03 03:00:23 +02:00
Stig Palmquist
1a787fd64c
rakudo: 2024.01 -> 2024.06 2024-07-03 02:59:59 +02:00
R. Ryantm
18ea06a77e moarvm: 2024.01 -> 2024.05 2024-06-03 07:15:58 +00:00
R. Ryantm
a0e3dcd812 zef: 0.21.4 -> 0.22.0 2024-04-29 15:19:56 +00:00
Weijia Wang
9b54ee36d2
Merge pull request #288939 from superwhiskers/update-rakudo
rakudo: 2023.08 -> 2024.01
2024-03-07 17:46:00 +01:00
superwhiskers
a302588c39
rakudo: 2023.08 -> 2024.01 2024-02-14 20:29:45 -06:00
superwhiskers
701fdc64c7
nqp: 2023.08 -> 2024.01 2024-02-14 20:29:18 -06:00
R. Ryantm
47845c94ad zef: 0.21.2 -> 0.21.4 2024-02-14 11:24:16 +00:00
Weijia Wang
bdb67f782d moarvm: fix build on x86_64-darwin 2024-01-28 12:20:58 +01:00
R. Ryantm
781e593a10 moarvm: 2023.10 -> 2024.01 2024-01-27 20:44:55 +00:00
R. Ryantm
02584ffe4c zef: 0.21.1 -> 0.21.2 2023-12-25 07:03:54 +00:00
Pol Dellaiera
507902558c
zef: use finalAttrs pattern 2023-12-11 22:40:52 +01:00
R. Ryantm
b18e4eaa2a zef: 0.21.0 -> 0.21.1 2023-12-10 11:08:51 +00:00
Weijia Wang
d90955124f
Merge pull request #264931 from r-ryantm/auto-update/moarvm
moarvm: 2023.09 -> 2023.10
2023-12-04 01:23:55 +01:00
tianyaochou
3a4be8aa4b moarvm: fix build failure on x86_64-darwin 2023-11-21 01:39:42 +01:00
R. Ryantm
7fa79d1d24 zef: 0.20.0 -> 0.21.0 2023-11-16 12:43:05 +00:00
R. Ryantm
3f81d2c5c5 moarvm: 2023.09 -> 2023.10 2023-11-02 03:35:50 +00:00
R. Ryantm
60a0ada1f8 zef: 0.19.1 -> 0.20.0 2023-10-24 06:57:07 +00:00
R. Ryantm
7b40659214 moarvm: 2023.08 -> 2023.09 2023-09-30 20:29:43 +00:00
R. Ryantm
cb1d6c17a3 zef: 0.18.3 -> 0.19.1 2023-09-08 01:35:14 +00:00
superwhiskers
02e4469bf3
rakudo: 2023.06 -> 2023.08 2023-08-22 15:55:09 -05:00
superwhiskers
e8d1a9c81d
nqp: 2023.06 -> 2023.08 2023-08-22 15:55:01 -05:00
superwhiskers
b569c2c353
moarvm: 2023.06 -> 2023.08 2023-08-22 15:54:49 -05:00
R. Ryantm
80dcf0e37b zef: 0.18.2 -> 0.18.3 2023-08-15 18:26:25 +00:00
superwhiskers
e478be291c
rakudo: 2023.04 -> 2023.06 2023-06-29 01:29:44 -05:00
superwhiskers
8129dd948e
nqp: 2023.04 -> 2023.06 2023-06-29 01:29:35 -05:00
superwhiskers
9b0e5d0251
moarvm: 2023.04 -> 2023.06 2023-06-29 01:29:24 -05:00
superwhiskers
3e5d18e9b0
rakudo: 2023.02 -> 2023.04 2023-05-05 19:46:04 -05:00
superwhiskers
047f5589fe
nqp: 2023.02 -> 2023.04 2023-05-05 19:45:56 -05:00
superwhiskers
1cb2ed212f
moarvm: 2023.02 -> 2023.04 2023-05-05 19:45:47 -05:00
R. Ryantm
ca3b8758ab zef: 0.18.1 -> 0.18.2 2023-04-05 20:49:00 +00:00
R. Ryantm
5772f8e64a zef: 0.18.0 -> 0.18.1 2023-03-19 01:58:27 +00:00
superwhiskers
a09aae0d75
rakudo: 2022.07 -> 2023.02 2023-03-17 20:30:38 -05:00
superwhiskers
307db4066c
nqp: 2022.07 -> 2023.02 2023-03-17 20:30:24 -05:00
superwhiskers
ac5ad78aba
moarvm: 2022.07 -> 2023.02 2023-03-17 20:30:07 -05:00
R. Ryantm
fb827107ca zef: 0.17.0 -> 0.18.0 2023-02-28 08:50:49 +00:00
R. Ryantm
eb3fc41f91 zef: 0.16.0 -> 0.17.0 2023-02-21 00:00:27 +00:00
R. Ryantm
ada4e200ee zef: 0.15.0 -> 0.16.0 2023-02-10 20:32:11 +00:00
R. Ryantm
d32f1286ce zef: 0.14.6 -> 0.15.0 2023-02-08 00:33:54 +00:00
R. Ryantm
0df348ed0a zef: 0.14.2 -> 0.14.6 2022-12-26 02:10:29 +00:00
R. Ryantm
9e1ae4de0d zef: 0.13.8 -> 0.14.2 2022-09-22 05:59:02 +00:00