General

Profile

konsolebox (K B)

  • Login: konsolebox
  • Registered on: 05/28/2019
  • Last sign in: 09/24/2023

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 2 2

Activity

09/12/2023

09:55 AM Ruby master Feature #19871: Add __owner__
mame (Yusuke Endoh) wrote in #note-2:
> Could you explain the use case?
It's supposed to make sure a general-use ...
konsolebox (K B)
09:47 AM Ruby master Feature #19871: Add __owner__
nobu (Nobuyoshi Nakada) wrote in #note-3:
> Why not use the constant without scopes?
>
> ```ruby
> module M
> ...
konsolebox (K B)

09/10/2023

03:03 PM Ruby master Feature #19871: Add __owner__
The changes needed to implement this turned out to be just simple so I went ahead and just created a PR in https://gi... konsolebox (K B)
07:58 AM Ruby master Feature #19871 (Rejected): Add __owner__
Which will give the owner of the currently executing method.
`method(__method__).owner` or `method(__callee__).own...
konsolebox (K B)

07/29/2022

10:10 AM Ruby master Revision 419ad1e1 (git): [ruby/optparse] Also accept '-' as an optional argument (https://github.com/ruby/optparse/pull/35)
https://github.com/ruby/optparse/commit/f2b8318631 konsolebox (K B)

05/19/2022

12:15 AM Ruby master Bug #18783: OptionParser should recognize "-" as an optional argument
Any thoughts on this?
I created a PR: https://github.com/ruby/ruby/pull/5918
konsolebox (K B)

05/15/2022

03:46 AM Ruby master Bug #18783 (Closed): OptionParser should recognize "-" as an optional argument
``` ruby
require 'optparse'
optarg = nil
OptionParser.new do |parser|
parser.on("-o", "--opt [ARG]", "Optio...
konsolebox (K B)

01/07/2022

06:23 PM Ruby master Feature #12125: Proposal: Shorthand operator for Object#method
Has `&&` been considered?
```
Dir["*/*.c"].map(&&File.basename)
```
It can also adapt to outside usage so `&F...
konsolebox (K B)

06/23/2021

09:04 AM Ruby master Feature #18004: Add Async to the stdlib
shan (Shannon Skipper) wrote in #note-2:
> It seemed nice for Ruby to also ship with a concurrent I/O library if a pr...
konsolebox (K B)

06/14/2019

07:30 PM Ruby master Feature #15799: pipeline operator
rogeriochaves (Rogerio Chaves) wrote:
> May I give yet another suggestion? What about :., it would keep the visual e...
konsolebox (K B)

Also available in: Atom