Darren Bane
Darren Bane
This was a fairly straightforward port, it's very similar to FreeBSD. If you have any questions please ask.
This is just a small issue. When I used the "-fsanitize=undefined" option to clang, it complained that performing arithmetic on a NULL pointer is undefined behaviour at [L49 of text.c](https://github.com/drh/cii/blob/master/src/text.c#L49)....
Hi, these are just some notes I've kept. They may be useful to someone coming from a non-Common Lisp background like me. Feel free to edit as you see fit.
According to the spec, the following code should work: ```lisp (defclass () () (:abstractp t)) ``` however when I try this under core-lisp/SBCL I get the following error: ``` debugger...
On macOS, when I installed using "opam install labltk" this linked against Apple's version of Tk which honestly isn't very good. To use the better version I installed using "brew...
Created via `alr publish` with `alr 2.1.0`
Created via `alr publish` with `alr 2.1.0`
More specifically, I wanted to use the "ncursesada" crate. Please find attached a log of the build. All C (and Ada) compiled no problem, but C++ didn't--the failure is in...
See https://portal.mozz.us/gemini/republic.circumlunar.space/users/dbane/ada_doc/pmh1804.txt This is an old Ada style guide/coding standard. But usefully it includes templates in an appendix. I just converted them to yasnippet syntax, and also added "X1804" directives...