Commit Graph

16 Commits

Author SHA1 Message Date
Aaron Jheng
f051396756 mysql-shell_8: 8.4.9 -> 8.4.10 2026-07-09 13:50:38 +08:00
Aaron Jheng
70854d52a1 mysql-shell_8: fix build with clang 2026-05-24 20:29:11 +08:00
Aaron Jheng
e8e00aa571 mysql-shell_8: unpin stdenv 2026-05-09 01:57:41 +00:00
Aaron Jheng
45969d9c68 mysql-shell_8: 8.4.8 -> 8.4.9 2026-04-22 10:07:23 +08:00
Aaron Jheng
a8e00acda7 mysql-shell: 8.4.6 -> 8.4.8 2026-01-24 09:53:50 +08:00
Peder Bergebakken Sundt
de8df20592 mysql-shell: 8.4.5 -> 8.4.6, mysql-shell-innovation: 9.3.0 -> 9.4.0 (#428008) 2025-08-26 18:11:34 +02:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
Aaron Jheng
8fb133a87f mysql-shell: 8.4.5 -> 8.4.6 2025-07-24 18:02:03 +08:00
Aaron Jheng
6baafc7470 mysql-shell: 8.4.4 -> 8.4.5 2025-04-20 10:26:43 +08:00
Aaron Jheng
cf6620ee65 mysql-shell_8: 8.4.3 -> 8.4.4 2025-01-24 09:08:59 +08:00
Aaron Jheng
f8c4632044 treewide: no 'with lib' 2024-12-21 00:47:04 +00:00
Aaron Jheng
3e8d408a5e mysql-shell{,_8,-innovation}: format with nixfmt 2024-11-24 10:47:09 +08:00
Theodore Ni
194e35dd63 mysql-shell: add libutil on darwin; refactor to new SDK pattern 2024-11-09 05:27:32 -08:00
Aaron Jheng
c7a381c92a mysql-shell: 8.4.1 -> 8.4.3 2024-10-17 02:18:09 +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
Aaron Jheng
4d29aa8d52 mysql-shell_8: init at 8.4.1 2024-07-08 12:53:06 +08:00