stacksmith

Results 31 issues of stacksmith

It appears that symbol ```glPointSizePointerOES``` is not defined in /opt/vc/lib/libEGL.so, but rather in /opt/vc/lib/libGLESv2.so; ``` stack@rbig:~/install $ nm /opt/vc/lib/libEGL.so | grep glPointSizePointerOES U glPointSizePointerOES stack@rbig:~/install $ nm /opt/vc/lib/libGLESv2.so | grep...

help wanted

**1: immediate commands containing MAKE-GPU-ARRAY crash on compile inside an Emacs file (C-C), but work fine in REPL.** ``` (defparameter garray (make-gpu-array '(0.0 1.0 2.0) :element-type :float)) Heap exhausted (no...

question

Some minor errors, such as mis-spelling a global parameter name in the REPL, crash and stop the pipeline. Other, more substantial errors, such as mis-compiles in shaders, do not stop...

enhancement

Sorry to dredge this up, but in converting old untyped pipeline code, there is a small but annoying issue: Compiling an untyped pipeline results in a really helpful message: ```...

bug

SBCL 1.5.3 on linux. Loaded CEPL via quicklisp. cloned cepl-master version of cepl.examples repo. quickloading cepl.examples does not like classimp: ``` trying to link against unsupported version of assimp. 3.0-3.3.x...

Must cleanup verilog keyword and related parser dead-ends - merge and quark.

Hello again. I am generating a spec from some raspbian headers. This header line: `typedef void VCHI_MESSAGE_DRIVER_EVENT_CALLBACK_T( void *state );` is translated to: `{ "tag": "typedef", "ns": 0, "name": "VCHI_MESSAGE_DRIVER_EVENT_CALLBACK_T",...

enhancement

It appears that cl-autowrap and plus-c accessors are compiled pretty inefficently on SBCL. Memory is an issue on small arm machines, premature optimization aside A simple test (perhaps not the...

I am still having trouble using this library - as well as related cl-xcb-xlib (and -demos). I think I am not understanding the intended use case. The problem is that...

I accidentally pasted a very long bunch of garbage (maybe a few hundred words from a dictionary by the looks of it) directly into the url bar, causing: 1) Longish...

bug