tompng (tomoya ishida)
- Login: tompng
- Email: tomoyapenguin@gmail.com
- Registered on: 12/26/2015
- Last sign in: 12/21/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 7 | 56 | 63 |
Activity
12/20/2024
- 05:28 AM Ruby master Bug #20970: `it /1/i` raises undefined method 'it' for main (NoMethodError) even if binding.local_variables includes `it`
- The behavior of nested `it` discussed in #20930 has changed with #20969
~~~
[1].each { p it; [5].each { p it } }
...
12/19/2024
- 09:33 AM Ruby master Bug #20965: `it` vs `binding.local_variables`
- I have a concern of making `it` parameter an lvar.
~~~ruby
1| 42.tap do
2| p binding.local_variable_get('it')
... - 08:59 AM Ruby master Bug #20970 (Open): `it /1/i` raises undefined method 'it' for main (NoMethodError) even if binding.local_variables includes `it`
- `it` parameter became a local variable with #20965, but it does not behave like local variable with `--parser=prism`
... - 08:10 AM Ruby master Bug #20969 (Closed): Segmentation fault with `Ripper.lex '/(?<_1>)/=~s'`
~~~
ruby -rripper -e "Ripper.lex '/(?<_1>)/=~s'
~~~
Result
~~~
root@4116f371c34c:/# ruby -rripper -e "Ripper...
12/18/2024
- 05:08 PM Ruby master Bug #20962 (Closed): Change in behaviour in 3.4.0rc1 of `Hash#inspect`
- Applied in changeset commit:git|477c505ac0d4d23a860ffafbb487f7598aa89ca3.
----------
[DOC] Fix output examples conta... - 01:52 PM Ruby master Bug #20962: Change in behaviour in 3.4.0rc1 of `Hash#inspect`
- pull request https://github.com/ruby/ruby/pull/12384
- 05:08 PM Ruby master Revision 477c505a (git): [DOC] Fix output examples containing old Hash#inspect format
- The inspect format was intentionally changed as an outcome of
[Bug #20433] [ruby-core:118668], but some documentation...
12/16/2024
- 09:41 PM Ruby master Revision 09dc6352 (git): Bundle repl_type_completor 0.1.9
- 01:53 PM Ruby master Revision 4428c51f (git): [ruby/reline] Change quoted_insert and bracketed_paste to a single
- key input
(https://github.com/ruby/reline/pull/792)
https://github.com/ruby/reline/commit/8f331edb07 - 11:32 AM Ruby master Revision 784bd9c4 (git): [ruby/rdoc] Add attribute :force to RDoc::RubygemsHook just like
- RDoc::RubyGemsHook
(https://github.com/ruby/rdoc/pull/1244)
Rubygems creates an instance of RDoc::RubygemsHook, sets...
Also available in: Atom