Skip to content
New issue

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

CamlIDL: const attribute is not compatible with bigarrays? #8337

Closed
vicuna opened this issue Oct 25, 2003 · 1 comment
Closed

CamlIDL: const attribute is not compatible with bigarrays? #8337

vicuna opened this issue Oct 25, 2003 · 1 comment

Comments

@vicuna
Copy link

vicuna commented Oct 25, 2003

Original bug ID: 1894
Reporter: administrator
Status: closed
Resolution: fixed
Priority: normal
Severity: minor
Category: -for CamlIDL use https://github.com/xavierleroy/camlidl/issues

Bug description

For example,

[--- test.idl---]
void f([in,bigarray,size_is(len)] const int* c, int len);
[--- end of test.idl ---]

does not compile, causing an exception in camlidl:

Fatal error: exception Assert_failure("cvttyp.ml", 5064, 5076)

If "const" attribute is not acceptable for bigarrays, this case
probably should be handled more carefully.

  • Dmitry Bely
@vicuna
Copy link
Author

vicuna commented Jul 8, 2004

Comment author: administrator

Fixed 2004-07-08 by XL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant