shuber (Sean Huber)
- Login: shuber
- Registered on: 12/07/2018
- Last connection: 10/20/2022
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 1 | 0 | 1 |
Activity
06/14/2019
-
04:56 PM Ruby master Feature #15799: pipeline operator
- @cichol Agreed! Here is a working proof of concept for an "operator-less" pipe operator which feels more natural in R...
12/17/2018
-
05:16 PM Ruby master Feature #15301: Symbol#call, returning method bound with arguments
- @zverok wrote:
> I don't believe it is possible at all (both from the technical and organizational points of view).
...
12/16/2018
-
09:55 PM Ruby master Feature #15301: Symbol#call, returning method bound with arguments
- zverok (Victor Shepelev) wrote:
> ...but instead will require the change of ALL the methods in standard library acce... -
09:24 PM Ruby master Feature #15301: Symbol#call, returning method bound with arguments
- @matz @zverok
What do you think of this alternative syntax which wouldn't require a new method/operator?
```rub... -
07:47 PM Ruby master Feature #15301: Symbol#call, returning method bound with arguments
- @matz (Yukihiro Matsumoto) wrote:
> Interesting idea of partial evaluation, but `call` is too generic, and could cau... -
08:02 PM Ruby master Feature #15419: Allow Kernel#tap to be invoked with arguments like Kernel#send
- > Eregon (Benoit Daloze) wrote:
> Yes, in such a case you need to use `ruby_version_is` guards as documented on http...
12/15/2018
-
11:34 PM Ruby master Feature #15419: Allow Kernel#tap to be invoked with arguments like Kernel#send
- The `ruby/spec on Ruby 2.3` check is failing in this PR - I'm not sure what the existing conventions are for adding s...
-
08:51 PM Ruby master Feature #15419 (Open): Allow Kernel#tap to be invoked with arguments like Kernel#send
- Tapping methods without any arguments already has nice shorthand via `Symbol#to_proc`:
```ruby
object.tap { |o| o... -
09:48 PM Ruby master Feature #8896: #tap with missing block
- `Kernel#tap` related: Allow `Kernel#tap` to be invoked with arguments like `Kernel#send` - https://bugs.ruby-lang.org...
12/13/2018
-
04:58 PM Ruby master Feature #13581: Syntax sugar for method reference
- Also discussing pipe operators in https://bugs.ruby-lang.org/issues/14392#note-26
Also available in: Atom