General

Profile

waheedi (Waheed Barghouthi)

Issues

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

Activity

04/17/2019

02:09 PM Ruby Misc #15723: Reconsider numbered parameters
jeremyevans0 (Jeremy Evans) wrote:
> waheedi (Waheed Barghouthi) wrote:
> ...
Crystal clear. Thanks for the explanation once more.
waheedi (Waheed Barghouthi)
12:34 PM Ruby Misc #15723: Reconsider numbered parameters
jeremyevans0 (Jeremy Evans) wrote:
> As I expressed in the developer meeting today, after a lot of thought, I believe if we want to support implicit block arguments, we should limit support to a single argument, and use `@` to represent...
waheedi (Waheed Barghouthi)

04/07/2019

02:56 PM Ruby Feature #15743: RubyVM should be renamed to CRuby
Eregon (Benoit Daloze) wrote:
> waheedi (Waheed Barghouthi) wrote:
> ...
I totally agree on your point
> There is more than one VM that can execute Ruby code, so I think "the Ruby VM" is simply confusing.
The pull request you just ...
waheedi (Waheed Barghouthi)
02:00 PM Ruby Feature #15743: RubyVM should be renamed to CRuby
Eregon (Benoit Daloze) wrote:
> I made a PR on GitHub to discuss the proposed documentation changes, please take a look and review:
> ...
@Eregon, I do believe there is a sense in what you are trying to do, but what makes more sense to...
waheedi (Waheed Barghouthi)

01/14/2019

07:52 PM Ruby Bug #15535 (Rejected): Optional arguments for definition - Syntax Error is not the correct Error type
The below definition throws a Syntax Error, while there is no syntax error and I'm not sure what is the intention behind the Syntax Error
``` ruby
def hello(foo="bar", bar, yanko="me")
p "Hello"
end
```
The same definition be...
waheedi (Waheed Barghouthi)

Also available in: Atom