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

4.09 & 4.10 support #99

Closed
copy opened this issue Nov 5, 2019 · 1 comment
Closed

4.09 & 4.10 support #99

copy opened this issue Nov 5, 2019 · 1 comment

Comments

@copy
Copy link

copy commented Nov 5, 2019

Currently:

% make
make -C src all
make[1]: Entering directory '/tmp/gen_js_api.1.0.5/src'
ocamlc -w +A-4-41-45 -warn-error +8 -c ojs.mli ojs.ml
ocamlc -w +A-4-41-45 -warn-error +8 -c ojs_exn.mli ojs_exn.ml
ocamlc -w +A-4-41-45 -warn-error +8 -a -o gen_js_api.cma ojs.cmo ojs_exn.cmo
ocamlc -w +A-4-41-45 -warn-error +8 -I +compiler-libs -o gen_js_api ocamlcommon.cma gen_js_api.mli gen_js_api.ml
File "gen_js_api.ml", line 156, characters 76-79:
156 |       | Error (loc, err) -> Some (Location.error_of_printer loc print_error err)
                                                                                  ^^^
Error: The function applied to this argument has type
         ?loc:Location.t -> ?sub:Location.msg list -> Location.report
This argument cannot be applied without label
@copy copy changed the title 4.09 support 4.09 & 4.10 support Feb 22, 2020
@mlasson
Copy link
Member

mlasson commented Feb 27, 2020

This issue has been handled by PR #101 !

@mlasson mlasson closed this as completed Feb 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants