mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-21 15:01:16 -03:00
These macros are problematic because: - They panic when the output stream is closed. - They are not aware of fish's encoding of arbitrary bytes into a section of a Unicode private use area. The custom printf macros handle this. https://github.com/fish-shell/fish-shell/pull/11397 https://github.com/fish-shell/fish-shell/pull/11402