• Joined on 2025年11月28日
zirunis commented on pull request ziglang/zig#35806 2026年06月16日 10:41:18 +02:00
docs: fix - typo in langref.html.in

Duplicate of #35741

zirunis commented on issue ziglang/zig#31602 2026年03月20日 21:38:26 +01:00
make @round, @trunc, @floor, and @ceil support integers; delete std.math.lossyCast

I hope this is not my sleep deprivation, but aren't all the "in bounds"- tests off by one? As in they'd be correct if it weren't for the x += 1 in there?

zirunis commented on pull request ziglang/zig#30719 2026年02月17日 16:26:14 +01:00
Docs: Fixed missing example output for float_mode_exe.zig

@alexrp Thanks! Just a heads-up that the checks are done. Let me know if there's anything else I should do to get this merged.

zirunis commented on pull request ziglang/zig#30719 2026年02月16日 13:48:09 +01:00
Docs: Fixed missing example output for float_mode_exe.zig

I had to remove the comment again because auto doc didn't like it, my bad.

zirunis pushed to fix_float_mode_doc at zirunis/zig 2026年02月16日 13:44:00 +01:00
98550d251b Remove comment from float_mode_exe.zig again
zirunis created pull request ziglang/zig#30719 2026年01月06日 21:45:31 +01:00
Docs: Fixed missing example output for float_mode_exe.zig
zirunis pushed to fix_float_mode_doc at zirunis/zig 2026年01月06日 21:34:42 +01:00
8ce8bd32cd Added a comment to float_mode_exe.zig explaining why "syntax only"-mode is used
zirunis pushed to fix_float_mode_doc at zirunis/zig 2026年01月06日 21:31:28 +01:00
106b9a2b63 Added shell command and output of float mode example to langref manually
zirunis created branch fix_float_mode_doc in zirunis/zig 2026年01月06日 21:31:28 +01:00
zirunis created repository zirunis/zig 2026年01月06日 21:22:23 +01:00
zirunis opened issue haydn/typesetter#44 2025年12月06日 23:21:58 +01:00
Is it possible to build on windows or are there linux/posix dependencies?
zirunis opened issue ziglang/zig#30031 2025年11月28日 18:19:24 +01:00
Docs: Missing example output for float_mode_exe.zig