Commit Graph

13 Commits

Author SHA1 Message Date
Gaetan Lepage
7819e57453 pylyzer: 0.0.68 -> 0.0.69
Diff: https://github.com/mtshiba/pylyzer/compare/refs/tags/v0.0.68...v0.0.69

Changelog: https://github.com/mtshiba/pylyzer/releases/tag/v0.0.69
2024-11-04 10:58:22 +01:00
Gaetan Lepage
82af28732e pylyzer: 0.0.67 -> 0.0.68
Diff: https://github.com/mtshiba/pylyzer/compare/refs/tags/v0.0.67...v0.0.68

Changelog: https://github.com/mtshiba/pylyzer/releases/tag/v0.0.68
2024-10-20 10:10:37 +02:00
Gaetan Lepage
eaa5db175d pylyzer: 0.0.66 -> 0.0.67
Diff: https://github.com/mtshiba/pylyzer/compare/refs/tags/v0.0.66...v0.0.67

Changelog: https://github.com/mtshiba/pylyzer/releases/tag/v0.0.67
2024-10-19 11:11:55 +02:00
Gaetan Lepage
1cce98b1f0 pylyzer: 0.0.65 -> 0.0.66
Diff: https://github.com/mtshiba/pylyzer/compare/refs/tags/v0.0.65...v0.0.66

Changelog: https://github.com/mtshiba/pylyzer/releases/tag/v0.0.66
2024-10-15 19:09:57 +02:00
Gaétan Lepage
2093089531
pylyzer: 0.0.64 -> 0.0.65 (#346842)
Diff: https://github.com/mtshiba/pylyzer/compare/refs/tags/v0.0.64...v0.0.65

Changelog: https://github.com/mtshiba/pylyzer/releases/tag/v0.0.65
2024-10-06 12:33:05 +02:00
Gaetan Lepage
30816e67d1 pylyzer: 0.0.63 -> 0.0.64
Diff: https://github.com/mtshiba/pylyzer/compare/refs/tags/v0.0.63...v0.0.64

Changelog: https://github.com/mtshiba/pylyzer/releases/tag/v0.0.64
2024-10-04 11:01:45 +02:00
Gaetan Lepage
f4ef425868 pylyzer: 0.0.62 -> 0.0.63
Diff: https://github.com/mtshiba/pylyzer/compare/refs/tags/v0.0.62...v0.0.63

Changelog: https://github.com/mtshiba/pylyzer/releases/tag/v0.0.63
2024-09-26 13:05:03 +02:00
Artturin
63fa53d97c treewide: reformat files which need reformatting after
`treewide: replace stdenv.is with stdenv.hostPlatform.is`
2024-09-25 00:04:39 +03: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
Gaetan Lepage
2cca527d4f pylyzer: 0.0.61 -> 0.0.62
Diff: https://github.com/mtshiba/pylyzer/compare/refs/tags/v0.0.61...v0.0.62

Changelog: https://github.com/mtshiba/pylyzer/releases/tag/v0.0.62
2024-09-19 13:11:56 +02:00
Gaetan Lepage
f39985a8bd pylyzer: 0.0.59 -> 0.0.61
Diff: https://github.com/mtshiba/pylyzer/compare/refs/tags/v0.0.59...v0.0.61

Changelog: https://github.com/mtshiba/pylyzer/releases/tag/v0.0.61
2024-08-20 16:52:24 +02:00
Gaetan Lepage
4d300bcf04 pylyzer: format 2024-08-16 10:17:01 +02:00
Gaetan Lepage
f287b2281a pylyzer: move to pkgs/by-name 2024-08-16 10:06:33 +02:00