General

Profile

AlexandreMagro (Alexandre Magro)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 1 0 1

Like

Activity

11/12/2024

07:02 PM Ruby master Feature #20770: A *new* pipe operator proposal
lpogic (Łukasz Pomietło) wrote in #note-46:
> I wonder if the pipeline operator with assignment wouldn't also be use...
AlexandreMagro (Alexandre Magro)

11/09/2024

09:42 PM Ruby master Feature #20770: A *new* pipe operator proposal
austin (Austin Ziegler) wrote in #note-40:
> Ruby already *has* pipeline-like method, `#then`. If `|>` or `.{}` act...
AlexandreMagro (Alexandre Magro)
09:23 PM Ruby master Feature #20770: A *new* pipe operator proposal
lpogic (Łukasz Pomietło) wrote in #note-43:
> baweaver (Brandon Weaver) wrote in #note-41:
> > Frequently what folk...
AlexandreMagro (Alexandre Magro)

11/08/2024

08:28 PM Ruby master Feature #20770: A *new* pipe operator proposal
@lpogic In these cases, you wouldn’t use pipes:
```ruby
def foo
q_result = q(r) # because q_result is importan...
AlexandreMagro (Alexandre Magro)

11/06/2024

09:12 PM Ruby master Feature #20770: A *new* pipe operator proposal
mame (Yusuke Endoh) wrote in https://bugs.ruby-lang.org/issues/20781#note-9 at DevMeeting:
> AlexandreMagro (Alexand...
AlexandreMagro (Alexandre Magro)

11/03/2024

09:21 PM Ruby master Misc #20781: DevMeeting-2024-11-07
* [Feature #20770] (Re)Introduce pipe operator (AlexandreMagro)
* Initially proposed as syntactic sugar for `.then`...
AlexandreMagro (Alexandre Magro)

10/15/2024

10:01 AM Ruby master Feature #20770: A *new* pipe operator proposal
Reflecting on the opposing points raised, I believe the pipe operator could work differently, avoiding the issue of "... AlexandreMagro (Alexandre Magro)

10/02/2024

04:14 PM Ruby master Feature #20770: A *new* pipe operator proposal
zverok (Victor Shepelev) wrote in #note-28:
> What would `|>` bring here?
> ```ruby
> row
> .split('|')
> .map { ...
AlexandreMagro (Alexandre Magro)

10/01/2024

10:46 PM Ruby master Feature #20770: A *new* pipe operator proposal
I strongly agree that new additions should be thoroughly evaluated and aligned with the philosophy of the language ("... AlexandreMagro (Alexandre Magro)
05:47 PM Ruby master Feature #20770: A *new* pipe operator proposal
ufuk (Ufuk Kayserilioglu) wrote in #note-21:
> I tend to agree with @Dan0042 on this one, this seems to go against t...
AlexandreMagro (Alexandre Magro)

Also available in: Atom