-
Notifications
You must be signed in to change notification settings - Fork 26
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
Incorrect docstring on 4.06 #112
Comments
I can't reproduce the failure either. Do you have the issue with both normal and flambda compilers ? |
I can reproduce it on 4.06.1 with containers 2.0+alpha2:
And slightly different on OCaml 4.06.1+flambda with Containers 2.1:
And also some other functions:
The pattern seems to be that all functions that aren't shadowed by containers have an incorrect docstring. |
Which version of ocp-browser are you using. Can you reproduce on containers 2.1 as well ? |
Yes, I can reproduce with ocp-browser 1.1.6 and containers 2.1 on OCaml 4.06.1+flambda. |
Ah! I can reproduce with 2.1 on 4.06.0 and 4.06.1+flambda, but on 4.04.2 and 4.05.0, included functions don't have any documentation at all. The plot thicken. |
See c-cube/ocaml-containers#168. The .mli is
include module type of String
.The text was updated successfully, but these errors were encountered: