Skip to content

Allow racc cmdline to read from stdin if no path specified. - #259

Merged
tenderlove merged 1 commit into
ruby:masterfrom
zenspider:zenspider/stdin
Feb 25, 2024
Merged

Allow racc cmdline to read from stdin if no path specified.#259
tenderlove merged 1 commit into
ruby:masterfrom
zenspider:zenspider/stdin

Conversation

@zenspider

@zenspider zenspider commented Jan 5, 2024

Copy link
Copy Markdown
Member

This requires the use of -o to specify where to write but
should allow for piping to racc:

preprocess_cmd | racc -o lib/parser.rb

@zenspider zenspider changed the title Reformat the rdoc so it renders correctly both locally and on github. Allow racc cmdline to read from stdin if no path specified. Jan 5, 2024
@zenspider

Copy link
Copy Markdown
Member Author

This passes locally on ruby 3.3... I don't know what's going on in CI. Help?

@hsbt

hsbt commented Jan 5, 2024

Copy link
Copy Markdown
Member

I'll look Ruby 3.3 and head fails.

@zenspider

zenspider commented Jan 6, 2024

Copy link
Copy Markdown
Member Author

looks like master is red as of 3 days weeks ago

@hsbt

hsbt commented Jan 19, 2024

Copy link
Copy Markdown
Member

@zenspider I fixed that with CI configuration. Ruby 3.3 shows that warning on bundled gems repo. I try to fix that for Ruby 3.3.1.

This requires the use of -o <path> to specify where to write but
should allow for piping to racc:

    preprocess_cmd | racc -o lib/parser.rb
@tenderlove
tenderlove merged commit d52fb64 into ruby:master Feb 25, 2024
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.

3 participants