We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have an invalid designator class in my C-FFI usage:
define C-subtype <foo> (<void*>) end;
And I get this internal error:
Computing models for c-wrapper.dylan Internal error: : #f is not of type {<class>: <&designator-class>}
The text was updated successfully, but these errors were encountered:
This might be related to this method:
define method verify-mapped-subtype-options (fragment, name, supers, partial-import-function, partial-export-function, import-type, export-type, pointer-type-name, define-pointer-value-setter) => (); // !@#$ do this error checking values(); end;
Sorry, something went wrong.
Merge pull request dylan-lang#49 from fracek/documentation_rework
4807961
Documentation rework
No branches or pull requests
I have an invalid designator class in my C-FFI usage:
And I get this internal error:
The text was updated successfully, but these errors were encountered: