Mahmoud Al-Qudsi
c1acbf2845
Deduplicate jobs passed to disown
builtin
...
I'm guessing this was missed in the port because there were comments referencing
using a hash set to perform the deduplication but there was no hashset. (The
TODO was added later.)
2024-11-14 13:24:55 -06:00
Mahmoud Al-Qudsi
95ac51101e
Use Option<Pid>
instead of Option<pid_t>
...
Statically assert that the interior value is both positive and non-zero.
2024-11-14 13:02:03 -06:00
ridiculousfish
838ff86ae7
Rename printf crate to fish-printf
...
Preparing to publish to crates.io
2024-06-09 12:29:09 -07:00
ridiculousfish
f16a1361c5
Adopt the new printf crate
...
This drops our usage of printf-compat.
2024-05-26 16:07:27 -04:00
Johannes Altmanninger
3ae20bdba0
Move fish-rust to project root
2024-01-13 03:58:33 +01:00