Uh oh!
There was an error while loading. Please reload this page.
Implement Pathname#chdir - #33
Conversation
| { | ||
| VALUE args[1]; | ||
| if(rb_block_given_p()) { |
There was a problem hiding this comment.
Very Minor: is the if ( the style used in other conditionals in this file?
toy
commented
Dec 27, 2023
|
zverok
commented
Dec 27, 2023
@toy Interesting. Do you know the justification? (The obsoleting commit doesn't link to the tracker ticket or ruby-core email discussion) 🤔 |
toy
commented
Dec 27, 2023
@zverok I remember being frustrated about the change and that justification was something about the method being misplaced, but I failed now to find any more information about it |
hsbt
commented
Dec 27, 2023
@hsbt That one is about removal of methods already marked obsolete, but not why were they marked obsolete |
zverok
commented
Sep 26, 2024
@hsbt Any updates on this?.. It is a bit weird now that (more simple) |
hsbt
commented
Oct 4, 2024
see #25 (comment) |
As it was introduced into Ruby 3.3 as
Dir#chdir, and was requested before that in #25.