Gaetan Lepage
c41aecf9e8
typstyle: 0.11.35 -> 0.12.0
...
Diff:
https://github.com/Enter-tainer/typstyle/compare/v0.11.35...v0.12.0
Changelog: https://github.com/Enter-tainer/typstyle/releases/tag/v0.12.0
2024-10-19 11:12:49 +02:00
Gaétan Lepage
c072d363f2
typstyle: 0.11.34 -> 0.11.35 ( #347042 )
...
* typstyle: 0.11.34 -> 0.11.35
Diff: https://github.com/Enter-tainer/typstyle/compare/refs/tags/v0.11.34...v0.11.35
Changelog: https://github.com/Enter-tainer/typstyle/blob/refs/tags/v0.11.35/CHANGELOG.md
* typstyle: format
2024-10-07 11:02:40 +02:00
Gaetan Lepage
0614cadd34
typstyle: 0.11.32 -> 0.11.34
...
Diff: https://github.com/Enter-tainer/typstyle/compare/refs/tags/v0.11.32...v0.11.34
Changelog: https://github.com/Enter-tainer/typstyle/blob/refs/tags/v0.11.34/CHANGELOG.md
2024-09-24 23:59:41 +02: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
Peder Bergebakken Sundt
7de6ca1d76
typstyle: 0.11.31 -> 0.11.32
...
Changelog: https://github.com/Enter-tainer/typstyle/blob/refs/tags/v0.11.32/CHANGELOG.md
2024-08-21 00:59:03 +02:00
Gaetan Lepage
6bd4b69666
typstyle: 0.11.30 -> 0.11.31
...
Diff: https://github.com/Enter-tainer/typstyle/compare/refs/tags/v0.11.30...v0.11.31
Changelog: https://github.com/Enter-tainer/typstyle/blob/refs/tags/v0.11.31/CHANGELOG.md
2024-08-08 22:51:45 +02:00
Gaetan Lepage
cc4234c6c0
typstyle: 0.11.29 -> 0.11.30
...
Diff: https://github.com/Enter-tainer/typstyle/compare/refs/tags/v0.11.29...v0.11.30
Changelog: https://github.com/Enter-tainer/typstyle/blob/refs/tags/v0.11.30/CHANGELOG.md
2024-07-17 07:48:47 +02:00
Gaetan Lepage
ecaedc6448
typstyle: 0.11.28 -> 0.11.29
...
Diff: https://github.com/Enter-tainer/typstyle/compare/refs/tags/v0.11.28...v0.11.29
Changelog: https://github.com/Enter-tainer/typstyle/blob/refs/tags/v0.11.29/CHANGELOG.md
2024-07-13 11:05:46 +02:00
Gaetan Lepage
aa601293e4
typstyle: 0.11.27 -> 0.11.28
...
Diff: https://github.com/Enter-tainer/typstyle/compare/refs/tags/v0.11.27...v0.11.28
Changelog: https://github.com/Enter-tainer/typstyle/blob/refs/tags/v0.11.28/CHANGELOG.md
2024-06-25 16:19:14 +02:00
Gaetan Lepage
7b91f2dd95
typstyle: 0.11.26 -> 0.11.27
...
Diff: https://github.com/Enter-tainer/typstyle/compare/refs/tags/v0.11.26...v0.11.27
Changelog: https://github.com/Enter-tainer/typstyle/blob/refs/tags/v0.11.27/CHANGELOG.md
2024-06-21 09:44:35 +02:00
Gaetan Lepage
37c81452f0
typstyle: 0.11.25 -> 0.11.26
...
Diff: https://github.com/Enter-tainer/typstyle/compare/refs/tags/v0.11.25...v0.11.26
Changelog: https://github.com/Enter-tainer/typstyle/blob/refs/tags/v0.11.26/CHANGELOG.md
2024-06-13 16:48:04 +02:00
Gaetan Lepage
b9ce5c3cee
typstyle: 0.11.24 -> 0.11.25
...
Diff: https://github.com/Enter-tainer/typstyle/compare/refs/tags/v0.11.24...v0.11.25
Changelog: https://github.com/Enter-tainer/typstyle/blob/refs/tags/v0.11.25/CHANGELOG.md
2024-06-09 13:24:56 +02:00
Gaetan Lepage
e6aa3cace2
typstyle: 0.11.23 -> 0.11.24
...
Diff: https://github.com/Enter-tainer/typstyle/compare/refs/tags/v0.11.23...v0.11.24
Changelog: https://github.com/Enter-tainer/typstyle/blob/refs/tags/v0.11.24/CHANGELOG.md
2024-05-27 20:25:45 +02:00
Gaetan Lepage
71c95365c6
typstyle: 0.11.22 -> 0.11.23
...
Diff: https://github.com/Enter-tainer/typstyle/compare/v0.11.22...v0.11.23
Changelog: https://github.com/Enter-tainer/typstyle/blob/v0.11.23/CHANGELOG.md
2024-05-25 17:28:49 +02:00
Gaetan Lepage
007a604add
typstyle: 0.11.21 -> 0.11.22
...
Diff: https://github.com/Enter-tainer/typstyle/compare/v0.11.21...v0.11.22
Changelog: https://github.com/Enter-tainer/typstyle/blob/v0.11.22/CHANGELOG.md
2024-05-21 09:57:05 +02:00
Pol Dellaiera
27ce0d6e0f
typstyle: 0.11.16 -> 0.11.21
2024-05-19 09:56:57 +02:00
Léana 江
1d35c905a8
typstyle: 0.11.13 -> 0.11.16
2024-05-03 10:45:43 +02:00
mgt
f4d58e6a1b
typstyle: 0.11.12 -> 0.11.13
2024-04-12 23:21:01 +08:00
Pol Dellaiera
70cc997822
typstyle: 0.11.11 -> 0.11.12
2024-04-09 14:52:01 +02:00
mgt
2c153f23fd
typstyle: 0.11.8 -> 0.11.11
2024-04-06 01:04:54 +08:00
Pol Dellaiera
3567be999c
typstyle: 0.11.5 -> 0.11.8
2024-04-01 09:59:54 +02:00
Pol Dellaiera
800ca604c7
typstyle: init at 0.11.5
2024-03-29 11:44:01 +01:00