Jon Godbout

Results 9 issues of Jon Godbout

1: Go to a repl 2: enter (defstruct foo ()) 3: enter (defmethod bar (a) (declaim (type foo a)) (print a)) 4: enter (bar 'a) No conditions signaled. Okay, but...

Trying to call: ``` (DEFGENERIC AT-RESTART NIL (:DOCUMENTATION "Methods called when the image is restarted.") (:METHOD-CLASS t) (:METHOD foo NIL T)) ``` at the repl gives: While compiling (AT-RESTART (T...

https://github.com/qitab/cl-protobufs The current version on quicklisp is the gitlab repo. I would like to keep that on Gitlab for historic purposes, but it has been re open sourced and should...

cantbuild

See: https://github.com/qitab/cl-protobufs/runs/5605860745?check_suite_focus=true Caught SIMPLE-ERROR while processing --eval option "(asdf:test-system :cl-protobufs)": The assertion (

Built from head on Raspbian ./common-lisp/abcl/abcl Armed Bear Common Lisp 1.8.1-dev Java 1.8.0_40-internal Oracle Corporation OpenJDK Zero VM Low-level initialization completed in 3.864 seconds. Startup completed in 54.163 seconds. (print...

This was found in regards to: https://github.com/qitab/cl-protobufs/pull/236 First we run protoc on alias-test.proto which creates the form: (proto:define-message aliased-message (:conc-name "" :alias-for my.dog.has.fleas::aliased-struct) ;; Fields (i :index 1 :type proto:int32...

Not on this list: https://github.com/protocolbuffers/protobuf/blob/master/docs/third_party.md

When building decode.lisp with SBCL getting the error: ; file: /flexi-streams/decode.lisp ; in: ; DEFINE-CHAR-DECODERS (FLEXI-UTF-16-LE-FORMAT FLEXI-CR-UTF-16-LE-FORMAT FLEXI-CRLF-UTF-16-LE-FORMAT) ; (FLEXI-STREAMS::READ-NEXT-BYTE) ; --> PROG1 LET OR LET IF COND IF THE...

Trying to build this I get a failure because we are compiling references to an inline function before declaring inline. Fails with SBCL