Gaetan Lepage
19777948c2
tinymist: 0.11.28 -> 0.11.32
...
Diff: https://github.com/Myriad-Dreamin/tinymist/compare/refs/tags/v0.11.28...0.11.32
Changelog: https://github.com/Myriad-Dreamin/tinymist/blob/refs/tags/v0.11.32/CHANGELOG.md
2024-10-09 21:40:40 +02:00
Gaétan Lepage
394f5d51e9
tinymist: 0.11.22 -> 0.11.28 ( #346629 )
...
tinymist: 0.11.27 -> 0.11.28
Diff: https://github.com/Myriad-Dreamin/tinymist/compare/refs/tags/v0.11.27...0.11.28
Changelog: https://github.com/Myriad-Dreamin/tinymist/blob/refs/tags/v0.11.28/CHANGELOG.md
2024-10-06 18:28:27 +02:00
Gaetan Lepage
3b209662e0
tinymist: 0.11.20 -> 0.11.22
...
Diff: https://github.com/Myriad-Dreamin/tinymist/compare/refs/tags/v0.11.20...0.11.22
Changelog: https://github.com/Myriad-Dreamin/tinymist/blob/refs/tags/v0.11.22/CHANGELOG.md
2024-09-30 08:45:28 +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
Gaetan Lepage
1db14472d6
tinymist: 0.11.19 -> 0.11.20
...
Diff: https://github.com/Myriad-Dreamin/tinymist/compare/refs/tags/v0.11.19...v0.11.20
Changelog: https://github.com/Myriad-Dreamin/tinymist/blob/refs/tags/v0.11.20/CHANGELOG.md
2024-08-26 20:55:50 +02:00
Gaetan Lepage
1adabf3d87
tinymist: add GaetanLepage to maintainers
2024-08-13 13:31:54 +02:00
R. Ryantm
1fe2b16b1b
tinymist: 0.11.18 -> 0.11.19
2024-08-13 13:31:35 +02:00
Gaetan Lepage
1714981f49
tinymist: 0.11.16 -> 0.11.18
...
Diff:
https://github.com/Myriad-Dreamin/tinymist/compare/refs/tags/v0.11.16...v0.11.18
Changelog:
https://github.com/Myriad-Dreamin/tinymist/blob/refs/tags/v0.11.18/CHANGELOG.md
2024-08-04 22:41:37 +02:00
Gaetan Lepage
75fe2c1c12
tinymist: 0.11.15 -> 0.11.16
...
Diff: https://github.com/Myriad-Dreamin/tinymist/compare/refs/tags/v0.11.15...v0.11.16
Changelog: https://github.com/Myriad-Dreamin/tinymist/blob/refs/tags/v0.11.16/CHANGELOG.md
2024-07-21 17:59:57 +02:00
R. Ryantm
b948dc68a6
tinymist: 0.11.14 -> 0.11.15
2024-07-15 07:44:19 +02:00
Gaetan Lepage
a41bb5d2fb
tinymist: 0.11.13 -> 0.11.14
...
Diff: https://github.com/Myriad-Dreamin/tinymist/compare/refs/tags/v0.11.13...v0.11.14
Changelog: https://github.com/Myriad-Dreamin/tinymist/blob/refs/tags/v0.11.14/CHANGELOG.md
2024-07-07 16:14:23 +02:00
Gaetan Lepage
89930f5c65
tinymist: 0.11.12 -> 0.11.13
...
Diff: https://github.com/Myriad-Dreamin/tinymist/compare/refs/tags/v0.11.12...v0.11.13
Changelog: https://github.com/Myriad-Dreamin/tinymist/blob/refs/tags/v0.11.13/CHANGELOG.md
2024-07-03 20:38:39 +02:00
Gaetan Lepage
e53f85726f
tinymist: 0.11.11 -> 0.11.12
...
Diff: https://github.com/Myriad-Dreamin/tinymist/compare/refs/tags/v0.11.11...v0.11.12
Changelog: https://github.com/Myriad-Dreamin/tinymist/blob/refs/tags/v0.11.12/CHANGELOG.md
2024-06-28 07:52:02 +02:00
Gaetan Lepage
dd50a3df60
tinymist: 0.11.10 -> 0.11.11
...
Diff: https://github.com/Myriad-Dreamin/tinymist/compare/refs/tags/v0.11.10...v0.11.11
Changelog: https://github.com/Myriad-Dreamin/tinymist/blob/refs/tags/v0.11.11/CHANGELOG.md
2024-06-17 08:25:20 +02:00
Gaetan Lepage
d96ff8a4c9
tinymist: 0.11.9 -> 0.11.10
...
Diff: https://github.com/Myriad-Dreamin/tinymist/compare/refs/tags/v0.11.9...v0.11.10
Changelog: https://github.com/Myriad-Dreamin/tinymist/blob/refs/tags/v0.11.10/CHANGELOG.md
2024-05-26 09:34:23 +02:00
Gaetan Lepage
f0ebaaefc2
tinymist: 0.11.8 -> 0.11.9
...
Diff: https://github.com/Myriad-Dreamin/tinymist/compare/v0.11.8...v0.11.9
Changelog: https://github.com/Myriad-Dreamin/tinymist/blob/v0.11.9/CHANGELOG.md
2024-05-18 13:12:09 +02:00
Gaetan Lepage
20aa886dbe
tinymist: 0.11.6 -> 0.11.8
...
Diff: https://github.com/Myriad-Dreamin/tinymist/compare/v0.11.6...v0.11.8
Changelog: https://github.com/Myriad-Dreamin/tinymist/blob/v0.11.8/CHANGELOG.md
2024-05-12 00:21:26 +02:00
汐
85b0ce1c63
tinymist: 0.11.5 -> 0.11.6
...
tinymist: 0.11.5 -> 0.11.6
2024-05-02 15:06:54 +00:00
Pol Dellaiera
1a536df96d
tinymist: 0.11.4 -> 0.11.5
2024-04-24 13:57:51 +02:00
Lampros Pitsillos
da42a0d492
tinymist: 0.11.3 -> 0.11.4
...
Diff: https://github.com/Myriad-Dreamin/tinymist/compare/v0.11.3...v0.11.4
Changelog: https://github.com/Myriad-Dreamin/tinymist/blob/v0.11.4/CHANGELOG.md
2024-04-16 12:42:07 +03:00
Pol Dellaiera
8ae6693043
tinymist: 0.11.1 -> 0.11.3
2024-04-07 11:50:21 +02:00
Pol Dellaiera
ea72831f39
tinymist: add code comment
2024-03-29 09:59:12 +01:00
Lampros Pitsillos
6200b14506
tinymist: init at 0.11.1
2024-03-28 10:31:13 +02:00