DontEatOreo
50b2ec6d7e
warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02
...
Changelog: https://docs.warp.dev/getting-started/changelog#id-2024.11.14-v0.2024.11.12.08.02
2024-11-14 20:20:39 +00:00
Reno Dakota
52bf1163fa
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc
...
In preparation to eliminate the lib output for the unwrapped clang, use
`lib.getLib` to access the `lib` output.
2024-11-07 10:27:41 +00:00
DontEatOreo
e40b101a23
warp-terminal: 0.2024.10.23.14.49.stable_00 -> 0.2024.10.29.08.02.stable_02
...
Changelog: https://docs.warp.dev/getting-started/changelog#id-2024.10.31-v0.2024.10.29.08.02
2024-11-01 14:03:51 +00:00
DontEatOreo
c8fe051f66
warp-terminal: 0.2024.10.15.08.02.stable_03 -> 0.2024.10.23.14.49.stable_00
2024-10-24 18:20:20 +00:00
R. Ryantm
bfc41e8ba3
warp-terminal: 0.2024.10.15.08.02.stable_02 -> 0.2024.10.15.08.02.stable_03
2024-10-20 07:59:15 +00:00
DontEatOreo
d581fdf015
warp-terminal: 0.2024.10.08.08.02.stable_02 -> 0.2024.10.15.08.02.stable_02
...
Changelog: https://docs.warp.dev/getting-started/changelog#id-2024.10.17-v0.2024.10.15.08.02
2024-10-17 22:58:06 +00:00
DontEatOreo
37534250c5
warp-terminal: 0.2024.10.08.08.02.stable_01 -> 0.2024.10.08.08.02.stable_02
...
Changelog: https://docs.warp.dev/getting-started/changelog#id-2024.10.08-v0.2024.10.08.08.02
2024-10-12 12:57:10 +03:00
DontEatOreo
dbb8380392
warp-terminal: 0.2024.09.24.08.02.stable_01 -> 0.2024.10.08.08.02.stable_01
2024-10-10 21:22:45 +03:00
R. Ryantm
a9b6a73c83
warp-terminal: 0.2024.09.17.08.02.stable_01 -> 0.2024.09.24.08.02.stable_01
2024-09-30 14:37:08 +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
DontEatOreo
c4b9fe09f4
warp-terminal: 0.2024.09.10.08.02.stable_01 -> 0.2024.09.17.08.02.stable_01
...
Changelog: https://docs.warp.dev/getting-started/changelog#id-2024.09.19-v0.2024.09.17.08.02
2024-09-20 14:19:54 +03:00
John Titor
95bccd3af3
warp-terminal: 0.2024.09.03.08.02.stable_03 -> 0.2024.09.10.08.02.stable_01
2024-09-16 11:49:09 +00:00
DontEatOreo
002e1de819
warp-terminal: 0.2024.08.20.08.02.stable_00 -> 0.2024.09.03.08.02.stable_03
...
Changelog: https://docs.warp.dev/getting-started/changelog#id-2024.09.05-v0.2024.09.03.08.02
2024-09-07 18:00:50 +03:00
Rowan Goemans
a9750940a4
warp-terminal: Add Aarch64 support
2024-08-28 02:43:20 +02:00
R. Ryantm
5126556968
warp-terminal: 0.2024.08.13.08.02.stable_04 -> 0.2024.08.20.08.02.stable_00
2024-08-27 11:32:05 +00:00
R. Ryantm
f60c6bd42f
warp-terminal: 0.2024.08.06.08.01.stable_00 -> 0.2024.08.13.08.02.stable_04
2024-08-21 08:59:53 +00:00
R. Ryantm
ef857f7b1d
warp-terminal: 0.2024.07.30.08.02.stable_01 -> 0.2024.08.06.08.01.stable_00
2024-08-13 10:15:06 +00:00
R. Ryantm
b74a9a6fe0
warp-terminal: 0.2024.07.16.08.02.stable_03 -> 0.2024.07.30.08.02.stable_01
2024-08-05 22:02:08 +00:00
R. Ryantm
db0ca0df48
warp-terminal: 0.2024.07.09.08.01.stable_00 -> 0.2024.07.16.08.02.stable_03
2024-07-24 10:34:42 +00:00
R. Ryantm
5db33d7d00
warp-terminal: 0.2024.06.25.08.02.stable_01 -> 0.2024.07.09.08.01.stable_00
2024-07-15 04:51:59 +00:00
Michael Hoang
11e6e90088
{warp-terminal,vscode}: add johnrtitor as maintainer
2024-07-09 14:42:46 +10:00
Michael Hoang
eb725313bc
treewide: remove Enzime
2024-07-09 14:32:33 +10:00
R. Ryantm
814543ec44
warp-terminal: 0.2024.06.18.08.02.stable_04 -> 0.2024.06.25.08.02.stable_01
2024-06-28 02:53:01 +00:00
R. Ryantm
5f5f9109ea
warp-terminal: 0.2024.06.11.08.02.stable_03 -> 0.2024.06.18.08.02.stable_04
2024-06-22 06:49:39 +00:00
DontEatOreo
fddba4acf3
warp-terminal: 0.2024.06.11.08.02.stable_01 -> 0.2024.06.11.08.02.stable_03
...
Changelog: https://docs.warp.dev/getting-started/changelog#id-2024.06.17-v0.2024.06.11.08.02
2024-06-18 14:21:33 +03:00
R. Ryantm
b95a5223ad
warp-terminal: 0.2024.06.04.08.02.stable_02 -> 0.2024.06.11.08.02.stable_01
2024-06-14 07:28:09 +00:00
DontEatOreo
4020459604
warp-terminal: 0.2024.05.21.16.09.stable_02 -> 0.2024.06.04.08.02.stable_02
...
Changelog: https://docs.warp.dev/getting-started/changelog#id-2024.06.06-v0.2024.06.04.08.02
2024-06-07 00:06:28 +03:00
R. Ryantm
30fc5f18f4
warp-terminal: 0.2024.05.14.08.01.stable_04 -> 0.2024.05.21.16.09.stable_02
2024-05-24 17:34:06 +00:00
DontEatOreo
cea08a97fd
warp-terminal: 0.2024.05.07.08.02.stable_02 -> 0.2024.05.14.08.01.stable_04
2024-05-16 21:08:42 +03:00
DontEatOreo
7222a513ce
warp-terminal: add maintainer donteatoreo
2024-05-07 13:10:45 +03:00
DontEatOreo
d043c404be
warp-terminal: 0.2024.04.16.08.02.stable_00 -> 0.2024.05.07.08.02.stable_02
...
Changelog: https://docs.warp.dev/getting-started/changelog#id-2024.05.09-v0.2024.05.07.08.02
2024-05-03 22:56:18 +03:00
R. Ryantm
7ce34eab9c
warp-terminal: 0.2024.04.16.08.02.stable_00 -> 0.2024.04.23.08.01.stable_03
2024-04-28 22:42:47 +00:00
Weijia Wang
0c4ac12c32
wrap-terminal: fix eval
2024-04-23 14:52:58 +02:00
Emily Trau
65f3d712db
Merge pull request #301944 from imadnyc/warp-terminal-initial-linux
...
warp-terminal: enabled wayland support
2024-04-23 22:01:45 +10:00
DontEatOreo
f439c87923
warp-terminal: 0.2024.04.02.08.02.stable_01 -> 0.2024.04.16.08.02.stable_00
2024-04-14 13:30:10 +03:00
DontEatOreo
7872e50e11
warp-terminal: 0.2024.03.26.08.02.stable_02 -> 0.2024.04.02.08.02.stable_01 ( #302079 )
...
* warp-terminal: 0.2024.03.26.08.02.stable_02 -> 0.2024.04.02.08.02.stable_01
Changelog: https://docs.warp.dev/getting-started/changelog#id-2024.04.04-v0.2024.04.02.08.02
* warp-terminal: 0.2024.03.26.08.02.stable_02 -> 0.2024.04.02.08.02.stable_01
Changelog: https://docs.warp.dev/getting-started/changelog#id-2024.04.04-v0.2024.04.02.08.02
2024-04-09 22:21:40 +02:00
imad.nyc
7dc39246a0
warp-terminal: enabled wayland support
2024-04-07 20:36:07 -04:00
R. Ryantm
4844f7dad3
warp-terminal: 0.2024.03.19.08.01.stable_01 -> 0.2024.03.26.08.02.stable_02
2024-03-30 21:35:09 +00:00
annalee
33579e98bf
warp-terminal: 0.2024.03.12.08.02.stable_01 -> 0.2024.03.19.08.01.stable_01
2024-03-23 08:00:29 +00:00
annalee
230bb1ac5b
warp-terminal: fix update.sh
...
can not use `import <nixpkgs>` on update machine as `<nixpkgs>` does not
exist. therefore cd to the `warp-terminal` directory and use the
relative path to nixpkgs root.
https://r.ryantm.com/log/warp-terminal/2024-03-19.log
2024-03-23 08:00:21 +00:00
a-n-n-a-l-e-e
f78a4dcd45
Merge pull request #296333 from a-n-n-a-l-e-e/warp-drop-nix-prefetch-url
...
warp-terminal: don't use nix-prefetch-url in update.sh
2024-03-18 09:01:41 -07:00
mml00
430b479f5c
warp-terminal: 0.2024.03.05.08.02.stable_01 -> 0.2024.03.12.08.02.stable_01
2024-03-16 10:20:40 +00:00
annalee
3c42579af9
warp-terminal: don't use nix-prefetch-url in update.sh
...
use fetchurl to calculate hash in update.sh to workaround a bug in
nix-prefetch-url.
nix-prefetch-url seems to be uncompressing and then calculating the hash
when downloading the new warp-terminal. this results in hash mismatch
errors as fetchurl calculates the hash using the compressed archive.
2024-03-16 03:23:12 +00:00
R. Ryantm
614f2f98cc
warp-terminal: 0.2024.02.20.08.01.stable_01 -> 0.2024.03.05.08.02.stable_01
2024-03-08 06:05:28 +00:00
imad.nyc
aa9b78da89
warp-terminal: added passthru update script
2024-03-03 16:31:06 -05:00
imad.nyc
046ea1a290
warp-terminal: 0.2023.12.05.08.02.stable_00 -> 0.2024.02.20.08.01.stable_01; added initial linux support
2024-02-28 00:46:06 +00:00
David Flanagan
710cf8a999
warp-terminal: v0.2023.11.07.08.02.stable_00 -> v0.2023.12.05.08.02.stable_00
2023-12-12 21:43:22 +00:00
Emily Trau
d8dd4d92b4
warp-terminal: init at 0.2023.11.07.08.02.stable_00
2023-11-13 16:02:35 +11:00