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

caml/fail.h should use char const * #4167

Closed
vicuna opened this issue Nov 22, 2006 · 1 comment
Closed

caml/fail.h should use char const * #4167

vicuna opened this issue Nov 22, 2006 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Nov 22, 2006

Original bug ID: 4167
Reporter: squirrel
Status: closed (set by @damiendoligez on 2006-11-24T14:40:38Z)
Resolution: fixed
Priority: normal
Severity: trivial
Version: 3.09.2
Fixed in version: 3.10+dev
Category: ~DO NOT USE (was: OCaml general)

Bug description

In caml/fail.h, caml_raise_with_string, caml_failwith, and caml_invalid_argument all accept char *. It would be helpful if instead they accepted char const * (as do the functions in alloc.h).

@vicuna
Copy link
Author

vicuna commented Nov 24, 2006

Comment author: @damiendoligez

done in 3.10 trunk

@vicuna vicuna closed this as completed Nov 24, 2006
@vicuna vicuna added the bug label Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant