blippy
blippy
Using a compiler newer than 7.4.1 seems to cause __pack compilation problems when trying to `make Pi3-64` in the Arm32_64_USB directory. ``` $aarch64-linux-gnu-gcc --version aarch64-linux-gnu-gcc (Debian 8.3.0-2) 8.3.0 ```
In i2c/slave_mem_i2c/slave_mem_i2c.c, context struct should be zero'd in main(). The contents potentially might be stale (particularly context.mem_address_written after a warm reboot), putting the machine into an incorrect initial state.
test.oleo fails in the example directory. It references cells outside the minimum range, creating bad numbers. The parser prior to 2019 did not misbehave like that.
Dates
Jude DaShiell wrote: > Is neoleo capable when handling dates? If so, what entry format is used to make them presentable and so neoleo recognizes them as dates? If I...
In Slackware, not everything in the examples directory is installed. Undoubtedly the same in Arch. Html documentation could also do with a check to ensure they are installed correctly. The...
Jude DaShiell wrote: > In a cell once you key in alt-a+f where the f is keyed in after alt-a was hit and released, is it possible to bring up...
Trying to build with zig 0.8.0: ``` ./build.zig:18:30: error: container 'std.build' has no member called 'OptionsStep' build_options: *std.build.OptionsStep, ^ ./build.zig:96:22: note: referenced here const regz = Regz.create(b, .{ ^ /home/pi/tools/zig-linux-x86_64-0.8.0/lib/std/special/build_runner.zig:158:24:...
I'm using racket v8.9. I do: ``` raco pkg install rash racket -l rash/repl -- ``` which gives me the response: ``` invalid memory reference. Some debugging context lost ```
Reading a script can cause infinite loop if row-wise insertion not terminated. E.g. ``` I 1 2 3 ``` Note that there is no terminating `.` so it can get...