Skip to content

Commit

Permalink
update message to clarify compiler, not parser
Browse files Browse the repository at this point in the history
Co-authored-by: Ufuk Kayserilioglu <ufuk@paralaus.com>
  • Loading branch information
2 people authored and kddnewton committed Dec 15, 2023
1 parent 55326a9 commit a604fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby.c
Expand Up @@ -1411,7 +1411,7 @@ proc_long_options(ruby_cmdline_options_t *opt, const char *s, long argc, char **
else if (is_option_with_arg("parser", Qfalse, Qtrue)) {
if (strcmp("prism", s) == 0) {
(*rb_ruby_prism_ptr()) = true;
rb_warn("The Prism compiler is currently experimental and compatibility with parse.y is not yet complete. Please report an issues you find on the prism issue tracker.");
rb_warn("The compiler based on the Prism parser is currently experimental and compatibility with the compiler based on parse.y is not yet complete. Please report any issues you find on the `ruby/prism` issue tracker.");
}
else if (strcmp("parse.y", s) == 0) {
// default behavior
Expand Down

0 comments on commit a604fe4

Please sign in to comment.