-
Notifications
You must be signed in to change notification settings - Fork 455
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
Also move syntax testrunner and benchmarks to the tests folder #7097
Conversation
4baceda
to
2a0298c
Compare
@@ -11,4 +11,4 @@ let write_file ~filename ~contents:txt = | |||
let chan = open_out_bin filename in | |||
output_string chan txt; | |||
close_out chan | |||
[@@raises Sys_error] | |||
[@@raises Sys_error] [@@dead "+write_file"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
interesting
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, don't know why this is necessary now.
@@ -1,3 +1,3 @@ | |||
(* Interface to print source code to res. | |||
* Takes a filename called "input" and returns the corresponding formatted res syntax *) | |||
val print : ?ignore_parse_errors:bool -> string -> string | |||
val print : ?ignore_parse_errors:bool -> string -> string [@@dead "+print"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this too
2a0298c
to
a4f9306
Compare
No description provided.