Alex Rønne Petersen

Results 516 comments of Alex Rønne Petersen

Just stating for the record that, while I will be tackling both #2876 and #2877, it's very unlikely that I'll work on this one. As far as I can tell,...

The reason we need to build from source is that, in a release tarball/image, it is nearly impossible to separate the kernel + libc headers from all the other headers...

This is an LLVM assembler bug. ```console ❯ cat test.s .global __start __start: j $ra ❯ clang -target mipsisa64r6-linux-gnu -nostdlib test.s ❯ objdump --disassemble=__start a.out a.out: file format elf64-tradbigmips Disassembly...

https://github.com/ziglang/zig/pull/21441 will work around this on our side. This bug should remain open to track removing the workaround when the LLVM assembler bug is fixed.

> The "-v" argument is the same as "--version", but the linker should not exit after the version is printed. Verified this behavior with GNU `ld` 2.41.

cc @kubkon (also needs approval to run CI)

> I'm not sure if `initEmpty()` and `initFull()` should removed from these types completely, since decl literals seem to be the better way to do things now. I suggest implementing...

No need, I'll just squash when merging.