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

Also move syntax testrunner and benchmarks to the tests folder #7097

Merged
merged 6 commits into from
Oct 11, 2024

Conversation

cknitt
Copy link
Member

@cknitt cknitt commented Oct 10, 2024

No description provided.

@@ -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"]
Copy link
Collaborator

Choose a reason for hiding this comment

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

interesting

Copy link
Member Author

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"]
Copy link
Collaborator

Choose a reason for hiding this comment

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

this too

@cknitt cknitt merged commit 5f5917e into rescript-lang:master Oct 11, 2024
20 checks passed
@cknitt cknitt deleted the syntax-testrunner branch October 11, 2024 06:48
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