Scott L. Burson

Results 26 comments of Scott L. Burson

Already fixed in HEAD, but Quicklisp hasn't been updated yet. (I have informed Zach.) Your choices are: - clone the repo manually (you will also need the latest version of...

Leaving this open in the hope that others who run into the problem will see it.

> Alternatively, switching to `alexandria:once-only` might be useful so that users of older sbcl version can keep using the latest version of `fset`? @kilianmh The symbol has been `sb-int:once-only` at...

Oh, right, you also need the latest version of [Misc-Extensions](https://github.com/slburson/misc-extensions/). Sorry, I should have mentioned this.

Quicklisp was updated a while ago now; I don't think this needs to stay open any longer.

Right — the whole point of `hash-mix` (which `hash-mixf` expands to), `hash-unmix`, and `hash-multiply` is to force fixnum-modular arithmetic using safety 0. As you'll see in the code (it's in...