Jon Godbout

Results 23 comments of Jon Godbout
trafficstars

We could add the pre-built well-known-types to the package so you don't need protoc to build the project, but ti would still require protoc to run the tests. Is this...

To run the tests? You have to download the protcol-buffers repo, the cl-protobufs repo, and make them both. That will give you the protoc-gen-lisp protoc plugin. It's annoying, but it...

Ben is working on it: https://github.com/qitab/cl-protobufs/pull/192

Sorry, Ben has a pr but we're waiting for cdr to review...

I don't see it's loading without installing protoc at the moment... Also there is no varint package. What common lisp is this showing up in, also what version? I only...

Namely, we be failing here: https://github.com/armedbear/abcl/blob/36a4b5994227d768882ff6458b3df9f79caac664/src/org/armedbear/lisp/jvm-instructions.lisp#L1136

Tangentially there was a break to cl-protobufs ABCL CI, we missed a quote. https://github.com/qitab/cl-protobufs/pull/260 fixes it. A little confused why this passes for SBCL and CCL but fails for ABCL...

What's the status of this? It's been years and the ticket tracker is... old... Trying to get ace.core working with abcl and it requires function-information and variable-information

So I did a little looking. The obvious thing to do is use varhandles (and not use unsafe as it may go way): https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/invoke/VarHandle.html Sadly this requires targeting 1.7 and...

I'd be happy to work on this bug but I've no idea when abcl 2 is being release, so if you have some method of notification please drop me a...