Karsten Poeck

Results 76 comments of Karsten Poeck

I pasted the reproducer wrong, here it is: ```lisp (defun sha3-update (state vector start end buffer) (declare (ignore state) (type sha3 state) (type (simple-array (unsigned-byte 8) (*)) vector) (type fixnum...

I documented it wrong ib the wiki page, is now fixed

I have not experienced that configure figures out where llvm is, but am glad that it works for you. I don't have bigSur yet, perhaps its different there. I honestly...

my own fault :-) I fixed the wiki entry now

```lisp COMMON-LISP-USER>>> (read-char) #\Newline ````

This specific error I have solved locally (will prepare pr today), I now get ```` COMMON-LISP-USER> (foo~a 19) Condition of type: UNDEFINED-FUNCTION The function FOO~A is undefined. Available restarts: (use...

See pr #510 for the specific error regarding undefined functions

With my fix this gives: ```lisp Could not find class # [Condition of type CORE:SIMPLE-PROGRAM-ERROR] ```` What would you like to have printed?

w/o the patch it says: ```lisp COMMON-LISP-USER> (find-class '~a) Condition of type: FORMAT-ERROR Error in format: No more arguments. Could not find class ~A ^ while processing indirect format string:...

@Bike, I think I fixed the worst of it, please check