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
If there's an unknown record field X.y, the error message says that record field X cannot be found. This should be an easy fix in the parsing/regex.
X.y
X
# Unformatted Error Output: # File "compiler/js_of_ocaml.ml", line 67, characters 6-19: # Error: Unbound record field CompileArg.wrap_with_fun ERROR compiler/js_of_ocaml.ml:67 6-19 64 ┆ ; output_file 65 ┆ ; params 66 ┆ ; static_env 67 ┆ ; wrap_with_fun 68 ┆ ; dynlink 69 ┆ ; linkall 70 ┆ ; toplevel Record field CompileArg; can't be found in any record type.
The text was updated successfully, but these errors were encountered:
@jordwalke Can I work on this ?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
If there's an unknown record field
X.y
, the error message says that record fieldX
cannot be found. This should be an easy fix in the parsing/regex.The text was updated successfully, but these errors were encountered: