Gary Palter

Results 8 comments of Gary Palter

ASDF will be distributed with the release as `SYS:CONTRIBUTED;ASDF;ASDF`. It will not be loaded into the worlds distributed with the release. The user will have to load it in their...

On Genera, `require` without an optional pathname list will try to load a Genera system of the same name. I could probably arrange to make that work for ASDF.

I just put ASDF back to version 3.2.1.

I ran into a similar problem of being prompted for the adapter even though I had specified one in the es40.cfg file. Apparently, the sample config file has a typo....

What you're seeing is Rosetta not implementing the INT instruction. Lisp code in CCL uses that instruction to request services from the CCL kernel (e.g., perform a GC). Apple implemented...

There is no 64-bit Arm version of CCL. Whatever files you've found were just some placeholders but no actual work was ever done to get it running.

Actually, the problem is that, apparently, DECODE-UNIVERSAL-TIME doesn't properly determine if DST was in effect for the time passed to it. It was always using the current time to make...

This pull request has been sitting for a long time. You merged the pull request to support Genera in QuickLisp a while ago but missed this. Without it, you can't...