pipcet
pipcet
It doesn't appear to do anything, and it's not actually emitted...
``` lbForth$ strace -e open ./b-forth [...] s" /this/is/a/really/really/long/path" searched ok include foo.fth open("/this/is/a/realfoo.fth", O_RDONLY) = -1 ENOENT (No such file or directory) ```
Currently, we don't support multiple threads each setting up a fuse file system if at least one of them also wants threaded callbacks. This test program: #!/usr/bin/perl use threads; use...
Ports like x86-64 set ELIMINATE_COPY_RELOCS, which I think does the following: - there's a non-GOT relocation to a data symbol defined in a shared library - ordinarily, that would mean...
`make check` output is currently: ``` # of expected passes 41 # of unexpected failures 4 # of unsupported tests 3 ``` with the following failures: ``` FAIL: nm --size-sort...
This one is weird. In the `nm -D` output, ``` f0000000 R _etext ``` changes to ``` f0000000 A _etext ``` during the `strip -s`.
```regexp_diff match failure regexp "^.*/dwarf3\.o: In function `main':$" line "tmpdir/dwarf3.o: In function `__wasm_code_main':" regexp_diff match failure regexp "^.*\(\.text.*\+0x[0-9a-f]+\): undefined reference to `bar'$" line "(.wasm.payload.code+0x56): undefined reference to `bar'" regexp_diff match...
The C grammar in c-exp.y needs to be fixed not to have shift/reduce conflicts. The easiest way would be to introduce a second typeof-like keyword to create typeonly values.
As evidenced in #31, we're currently seeing issues with both network interfaces in minis. At least some of the issues go away if the driver's reinitialized for the device, so...
It seems that even with macOS 12.1, iBoot will insist to set backlight brightness to an very dim value (possibly because the `backlight-nits` nvram variable cannot be altered?). So it's...