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

Report error in Reason syntax (take 2) #1880

Merged
merged 2 commits into from
Aug 15, 2017

Conversation

chenglou
Copy link
Member

Port of #1870, with only the changes relevant to the outcome printer
pars.

Port of rescript-lang#1870, with only the changes relevant to the outcome printer
pars.
@chenglou
Copy link
Member Author

Fixes #1870

@@ -377,8 +379,12 @@ super.cmxa:$(SUPER_ERRORS_CMXS)
ocamlopt.opt -a $^ -o $@
super.cma:$(SUPER_ERRORS_CMOS)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not defined btw

("-bs-print-errors-in-reason-syntax",
Arg.Unit (fun _ ->
Reason_outcome_printer_main.setup ();
),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be simplified Arg.Unit setup, feel free to merge it after this tweak

@chenglou chenglou merged commit aa4015b into rescript-lang:master Aug 15, 2017
@chenglou chenglou deleted the just-outcome branch August 15, 2017 04:37
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

Successfully merging this pull request may close these issues.

2 participants