• Joined on 2025年04月01日
sagehane commented on pull request ziglang/zig-spec#61 2026年06月10日 08:36:18 +02:00
grammar: Handle the peg step in the Makefile properly

Just to document some useless GNU Make trivia I just learned of: apparently, one can use $(RM) in Make and it will default to rm -f. Presumably, this is so one can pass a custom remove program...

sagehane commented on issue guix/guix#1727 2026年06月06日 18:54:42 +02:00
Feature Request: Support Secure Boot

Yeah, I definitely had Liminie in mind when suggesting this. I wasn't quite sure of how it would look like, so it still is worth looking at Lanzaboote for loose inspiration.

sagehane commented on pull request ziglang/zig-spec#61 2026年06月06日 10:36:35 +02:00
grammar: Handle the peg step in the Makefile properly

Since I didn't get a response and I saw no reason not to, I changed the Makefile to the one mentioned in the above conversation.

sagehane pushed to Makefile at sagehane/zig-spec 2026年06月06日 10:33:27 +02:00
91d33fb320
grammar: Fix various Makefile issues
sagehane commented on pull request ziglang/zig-spec#61 2026年06月03日 14:57:58 +02:00
grammar: Handle the peg step in the Makefile properly

I'm no GNU Make expert, but these "order-only" source files after | seem weird in general.

sagehane commented on pull request ziglang/zig-spec#61 2026年06月03日 12:46:24 +02:00
grammar: Handle the peg step in the Makefile properly

Looks like the version I'm using as provided by NixOS is 0.1.20 (a dev branch).

sagehane deleted branch main from sagehane/zig 2026年05月30日 17:51:18 +02:00
sagehane pushed to master at sagehane/zig 2026年05月30日 17:50:28 +02:00
7cfe6c7c13 Elf2: implement copy relocations
f66a9be7cc
test: disable x86_64-windows-gnu self-hosted behavior tests
66e57c5c93 std.os.linux: use native_arch for alpha termios V enum
b9349d2a52 std.c: fix haiku sigrtmin/sigrtmax
09ad5c029a Merge pull request 'make -Dskip-non-native smarter' (#35502) from skip_non_native into master
Compare 657 commits »
sagehane commented on issue ziglang/zig#31878 2026年05月07日 01:20:23 +02:00
zig build-exe crash on x86_64 with soft-float enabled

I see how ziglang/zig#31856 is an un-noteworthy duplicate. This one hits an LLVM error, so is there some relevance from the perspective of upstream?

sagehane commented on issue ziglang/zig#32012 2026年04月22日 03:30:25 +02:00
zig2 seems to crash systems using Intel's i5-1135G7 CPUs?

I've definitely tried and failed with:

sagehane commented on issue ziglang/zig#32012 2026年04月22日 03:03:30 +02:00
zig2 seems to crash systems using Intel's i5-1135G7 CPUs?
sagehane opened issue ziglang/zig#32012 2026年04月22日 03:03:08 +02:00
zig2 seems to crash systems using Intel's i5-1135G7 CPUs?
sagehane opened issue ziglang/zig#32011 2026年04月22日 02:28:29 +02:00
zig reduce crashes and sets the file to something uninteresting
sagehane created pull request ziglang/zig-spec#61 2026年04月18日 21:40:56 +02:00
grammar: Handle the peg step in the Makefile properly
sagehane pushed to Makefile at sagehane/zig-spec 2026年04月18日 21:37:33 +02:00
c28feb7e52
grammar: Handle the peg step in the Makefile properly
sagehane pushed to Makefile at sagehane/zig-spec 2026年04月18日 21:31:36 +02:00
bdf12f5b3b
Makefile: Handle peg errors
sagehane created branch Makefile in sagehane/zig-spec 2026年04月18日 21:31:36 +02:00
sagehane created repository sagehane/zig-spec 2026年04月18日 21:27:44 +02:00
sagehane commented on pull request ziglang/zig#31930 2026年04月17日 18:09:19 +02:00
make zig reduce compile

I tried using the zig reduce here (compiles fine btw) with zig reduce true <some Zig file>, which should unconditionally attempt to reduce the source code. (The file I tried was from...

sagehane commented on pull request ziglang/zig#31930 2026年04月17日 17:26:36 +02:00
make zig reduce compile

Should there be some test cases to make sure these kind of compile errors don't happen again?