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

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

Merged
merged 1 commit into from Feb 25, 2024

Conversation

zenspider
Copy link
Collaborator

@zenspider zenspider commented Jan 5, 2024

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
Collaborator Author

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

@hsbt
Copy link
Member

hsbt commented Jan 5, 2024

I'll look Ruby 3.3 and head fails.

@zenspider
Copy link
Collaborator Author

zenspider commented Jan 6, 2024

looks like master is red as of 3 days weeks ago

@hsbt
Copy link
Member

hsbt commented Jan 19, 2024

@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
58 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants