Fix ruby script in "test_parse_method_bracket"#927
Merged
hsbt merged 1 commit intoruby:masterfrom Sep 26, 2022
Merged
Conversation
Because it's syntax error.
matzbot
pushed a commit
to ruby/ruby
that referenced
this pull request
Sep 26, 2022
…#927) Because it's syntax error. ruby/rdoc@993f2532ff
tenderlove
added a commit
to jemmaissroff/ruby
that referenced
this pull request
Sep 26, 2022
* master: (31 commits) Rename method name in keyword test from y to yo Refactor str_substr and str_subseq * expand tabs. [ci skip] This commit implements the Object Shapes technique in CRuby. string.c: don't create a frozen copy for str_new_shared Fix coderange calculation in String#b Fix `io/buffer.h` header guard. Update `IO::Buffer` read/write to use rb_thread_io_blocking_region. (ruby#6438) Suppress a warning on clang Add several new methods for getting and setting buffer contents. (ruby#6434) Generate the revision.h before Makefile [Bug #19021] Fix safe call w/ conditional assign Initialize Objective-C classes before fork() for macOS 13 [ruby/rdoc] Fix ruby script in "test_parse_method_bracket" (ruby/rdoc#927) Avoid type limits (ruby#6435) Extract `RUBY_RELEASE_DATE` from also revision.h Use `int first_lineno` for binary format. Rework vm_core to use `int first_lineno` struct member. Rework `first_lineno` to be `int`. [ruby/bigdecimal] Remove trailing whitespace. ...
tenderlove
added a commit
to tenderlove/ruby
that referenced
this pull request
Sep 27, 2022
* master: (37 commits) Re-enable TZ test missed due to merge conflict. [ruby/timeout] Explicit add the timeout thread to default ThreadGroup [ruby/psych] Bump snakeyaml from 1.31 to 1.33 [DOC] More on IO streams (ruby#6445) syntax_suggest moved under the ruby organization from zombocom Revert this until we can figure out WB issues or remove shapes from GC Rename method name in keyword test from y to yo Refactor str_substr and str_subseq * expand tabs. [ci skip] This commit implements the Object Shapes technique in CRuby. string.c: don't create a frozen copy for str_new_shared Fix coderange calculation in String#b Fix `io/buffer.h` header guard. Update `IO::Buffer` read/write to use rb_thread_io_blocking_region. (ruby#6438) Suppress a warning on clang Add several new methods for getting and setting buffer contents. (ruby#6434) Generate the revision.h before Makefile [Bug #19021] Fix safe call w/ conditional assign Initialize Objective-C classes before fork() for macOS 13 [ruby/rdoc] Fix ruby script in "test_parse_method_bracket" (ruby/rdoc#927) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Because it's syntax error.