Carl Gay

Results 149 comments of Carl Gay

ok, that makes sense. Just to make sure I understand correctly, you're saying you would prefer ```lisp (some lisp form) ;; result value 1 ;; result value 2 ``` ?...

oh, thanks for merging that. Sorry to have let it slide for so long.

Thoughts: * The gendoc library generates combined documentation for all published packages, ameliorating this somewhat, since it means that only the conf.py in gendoc is used. Of course, sometimes one...

I think we can close this now that Deft generates Sphinx doc with an appropriate config for Dylan.

Re: the first point, I am currently using this to build on macOS, thanks to help from housel and brucem: `CC=/usr/bin/clang DYLANCOMPILER=/Users/cgay/dylan/opendylan-2024.2pre/bin/dylan-compiler ./configure --prefix=${DYLAN}/opendylan-dev --host=x86_64-darwin CFLAGS="-O2 -arch x86_64"`

Update: I'm also adding the `--with-gc=/usr/local/lib` flag.

From Oct 9 Matrix chat: https://matrix.to/#/!vrixQDmAvsEcTvrdVu:gitter.im/$wFz8NuBuxZ_xRQd3yxSEaFlLZkSrOOKXhZfvtVXwCrc?via=gitter.im&via=matrix.org&via=amber.tel indicates to me that it is fairly straight-forward. "The main thing is that enables doing a native aarch64-darwin (Apple Silicon) port, which I got...

Adding this to the same bug on the theory that the problems are in the same code... No error is signaled for this example: ```dylan define class () slot one,...

huh. I could've sworn spaces were replaced by underscores in DRM references. I guess not!

* Canonicalize CRLF to just LF