2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-02-13 12:43:43 +00:00
fish-shell/fish-rust
Fabian Boehm ee8e790aa7 Fix event::print's header printing
Turns out doing `==` on Enums with values will do a deep comparison,
including the values.

So EventDescription::Signal(SIGTERM) is !=
EventDescription::Signal(SIGWINCH).

That's not what we want here, so this does a bit of a roundabout thing.
2023-08-13 14:17:44 +02:00
..
src Fix event::print's header printing 2023-08-13 14:17:44 +02:00
widestring-suffix Update dependencies for asan to work 2023-06-29 20:02:43 -05:00
build.rs Adopt Rust PosixSpawner 2023-08-12 17:15:21 -07:00
Cargo.lock Use a faster, deterministic RNG in the string escape tests 2023-07-04 13:27:53 -07:00
Cargo.toml Use a faster, deterministic RNG in the string escape tests 2023-07-04 13:27:53 -07:00