3b
3b
hmm, no idea what that was doing there, cleaned it up. thanks for testing
merged the branch
Not sure if it is the specific cause of this problem, but [`%lock-recursive-lock-ptr`](https://github.com/Clozure/ccl/blob/master/level-0/l0-misc.lisp#L580-L589) looks like it has a race between loading `owner` (outside `without-interrupts`) and checking to see if it...
seems to be usocket/usocket#106, which has a workaround in the code, but I think the workaround only worked if trivial-features got loaded first. Should work more reliably with current usocket.
Full details from GLSL 460 spec 5.4.2 > If there is a single scalar parameter to a vector constructor, it is used to initialize all components of the constructed vector...
(it also changes the `bullet` character, for example from `*` to `-` but that doesn't affect how the result is parsed, so probably not worth fixing)
Thanks for the report. Looks like the problem is that the wrapper generator generates thunks for particular signatures on demand and includes them in the expansion of the first function...