Luis Oliveira luismbo@gmail.com writes:
Things get a bit messier than your fix though because, like that docstring above says, we don't want to rebind the type (when it's constant) otherwise the compiler macro on MEM-SET won't kick in. The same applies for all the other setf expanders.
I was sure I missed something, but I just wanted to compile a simple example instead of diving too deep into CFFI and do some premature optimizations :-)
Thanks for the fix!