You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By the way, how cool is it that we can checkout a different version of a package and just ql:quickload it into a running program?
Discovering more and more Lisp awesomeness. ;)
(And most likely there is a SLIME shortcut – or some day will be – to do this automagically. load-previous/next-version-of-package :) )
The change was that, in cases where we used to use scalar constructors on literal integers, we now just emit the correct literal. For example rather than (float 2) we emit 2f.
However, some drivers don't seem to like 2f and instead require 2.0f so I've fixed that. Should be good now on master
Something seems to have been changed recently, because
suddenly gives:
The text was updated successfully, but these errors were encountered: