Stuart Dilts

Results 5 issues of Stuart Dilts

Structs like ``` C struct foo { enum type flag; union { int a; double b; }; }; ``` Cause an assertion error originating here: https://github.com/sdilts/cl-bindgen/blob/920df4cfa5e72c17c3722eda262a0936c9789b11/cl_bindgen/processfile.py#L210-L213 Here's what the C...

bug

Function pointers are just that; pointers. Therefore they should be marked as a pointer in `cffi-sys:%foreign-funcall` instead of as a `:function`. Another solution is to mark the parameter types as...

Union types with no members were being called scalar by `foreign-scalar-p` when they had no members. Since it cannot be determined if they are scalar or not, it its more...

optoinal -> optional

Slime doesn't install when using the Emacs package manager on Emacs 29, and fails with the following output (taken from `*Messages*`): ``` Install package ‘slime-2.27’? (y or n) y Contacting...