Markus F.X.J. Oberhumer

Results 36 comments of Markus F.X.J. Oberhumer

Hi, this is NOT meant for merging, but intended as a starting point for discussion on improving the docs on traversal & print ordering. ~Markus

This would indeed be a very welcome feature! And given that this has been proposed for Ninja back in 2011 ( https://github.com/ninja-build/ninja/pull/60 ) without any further action it might even...

CC @rivo for feedback if this is intended

Please try ``` git clone https://github.com/markus-oberhumer/mattn--go-runewidth.git go-runewidth-test cd go-runewidth-test git checkout test-RuneWidthEqualsString1Width go test ``` => failures in the range [55296, 57343] aka [0xd800, 0xdfff] I'm aware that these are...

Basically I'm saying that `RuneWidth(0xd800)` and `RuneWidth(utf8.RuneError)` do not agree as the former is in the table `nonprint` while the latter is not. And because `string(rune(0xd800))` is internally converted to...

`arm-linux-musleabi` and `arm-linux-musleabihf`: these seem to be blocked by https://github.com/ziglang/zig/issues/6573 I have not found a `zig c++` compiler option to disable multithreading, though.

`armeb-linux-musleabi` and `armeb-linux-musleabihf`: ld.lld: error: unknown emulation: armebelf_linux_eabi

`i386-linux-musl` and `x86_64-linux-musl`: now this is strange - the Debug build **test** fails under qemu. Have to check on real hardware

`mips64-linux-musl` and `mips64el-linux-musl`: /home/runner/.local/bin/zig-linux-x86_64-0.10.0-dev.4476+0f0076666/lib/std/os/linux.zig:50:34: error: struct 'os.linux.arch_bits__struct_4871' has no member named 'syscall3'

`powerpc-linux-musl`, `powerpc64-linux-musl` and `powerpc64le-linux-musl`: zig: error: argument unused during compilation: '-mred-zone' [-Werror,-Wunused-command-line-argument] This is fatal because we compile with `-Werror`.