Mitchell Hashimoto mitchellh
mitchellh closed issue ziglang/zig#31917 2026年04月17日 19:02:56 +02:00
Zig 0.16 regression: translate-c can no longer translate Apple's objc/runtime.h
mitchellh opened issue ziglang/translate-c#325 2026年04月17日 19:02:36 +02:00
translate-c can't translate Apple's objc/runtime.h
mitchellh commented on issue ziglang/zig#31917 2026年04月17日 18:59:37 +02:00
Zig 0.16 regression: translate-c can no longer translate Apple's objc/runtime.h

Awesome. No problem, just to clarify are you asking me to reopen there? Happy to do so.

mitchellh commented on issue ziglang/zig#31917 2026年04月17日 15:21:15 +02:00
Zig 0.16 regression: translate-c can no longer translate Apple's objc/runtime.h

I'll also add that I know this is a non-standard C extension, but its shipped a major OS provider as a core feature of their system-level libraries and supported by both GCC and Clang. Separate...

mitchellh commented on issue ziglang/zig#31917 2026年04月17日 05:48:44 +02:00
Zig 0.16 regression: translate-c can no longer translate Apple's objc/runtime.h

Here is the actual signature from objc/runtime.h:

mitchellh opened issue ziglang/zig#31917 2026年04月17日 05:48:08 +02:00
Zig 0.16: translate-c can no longer translate Apple's objc/runtime.h
mitchellh opened issue dnkl/foot#1954 2025年02月12日 19:40:03 +01:00
Cursor position incorrect after pending wrap state is true, DECSC, resize with reflow, then DECRC
mitchellh commented on issue ifreund/zig-wayland#67 2025年01月31日 22:08:44 +01:00
b.dependency("zig-wayland") forces pkg-config and wayland-protocols/scanner requirement

Hey @ifreund, this commit a507358764 regressed this issue.

mitchellh commented on issue ifreund/zig-wayland#67 2025年01月10日 18:56:17 +01:00
b.dependency("zig-wayland") forces pkg-config and wayland-protocols/scanner requirement

Gross.

But yes, it's fixed. Thank you!

mitchellh commented on issue ifreund/zig-wayland#67 2025年01月09日 23:39:44 +01:00
b.dependency("zig-wayland") forces pkg-config and wayland-protocols/scanner requirement

I had an idea but it didn't pan out. I'm not sure a clean way to fix this.

Going back to the old *std.Build deprecated method while retaining the LazyPath changes may be a good interim...

mitchellh opened issue ifreund/zig-wayland#67 2025年01月09日 23:18:59 +01:00
b.dependency("zig-wayland") forces pkg-config and wayland-protocols/scanner requirement
mitchellh commented on issue ifreund/zig-wayland#66 2025年01月09日 04:53:58 +01:00
Change Scanner.Option to LazyPath

This @src() hack will stop working in Zig 0.19

Damn I'm just here in 2025 and you're living in 2035.

Thanks for the quick turnaround, updated in Ghostty. 😄 https://github.com/ghostty-org...

mitchellh commented on issue ifreund/zig-wayland#66 2025年01月08日 06:28:50 +01:00
Change Scanner.Option to LazyPath

Awesome to hear. If this doesn't happen in the next few weeks I probably will. It's not high priority for me since we're using the very naughty getPath API. But it is something I'd want to shore...

mitchellh opened issue ifreund/zig-wayland#66 2025年01月08日 05:16:37 +01:00
Change Scanner.Option to LazyPath
mitchellh commented on issue dnkl/foot#1701 2024年04月21日 18:07:34 +02:00
XTGETTCAP doesn't encode control-characters (i.e. ^H) correctly

Ah right, sorry, it was late and I was getting all spinned up reading all these terminfo sources lol. That makes sense.

mitchellh opened issue dnkl/foot#1701 2024年04月21日 05:45:48 +02:00
XTGETTCAP doesn't encode control-characters (i.e. ^H) correctly
mitchellh commented on issue dnkl/foot#1523 2024年01月04日 17:03:31 +01:00
Printing over 2nd cell in wide character should delete wide character

I appreciate the heads up. Frankly, this isn't something that ever crossed my mind to test... I'll keep the current implementation, at least for now.

No problem.

If you're curious, the way...

mitchellh commented on issue dnkl/foot#1523 2024年01月03日 17:04:14 +01:00
Printing over 2nd cell in wide character should delete wide character

I'm pretty sure this behavior isn't well defined.

If the behavior isn't specified, then it's undefined, and applications shouldn't rely on a certain behavior. For example, reading behind the...

mitchellh commented on issue dnkl/foot#1561 2023年12月15日 16:52:05 +01:00
kitty keys: updated spec with regards to modifier key press/release

It's such a fun and engaging conversation though.