General

Profile

mlarraz (Matt Larraz)

  • Login: mlarraz
  • Registered on: 12/01/2015
  • Last sign in: 01/05/2016

Issues

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

Activity

01/23/2016

06:27 AM Ruby master Bug #12015 (Closed): Improving code coverage visibility
In https://bugs.ruby-lang.org/issues/10189 the simplecov gem was added to generate coverage reports for specs.
How...
mlarraz (Matt Larraz)

01/03/2016

07:04 AM Ruby master Feature #11911: Immutable method definitions and/or static dispatch
I suppose I'm talking specifically about the first, that is, the ability to change any method at any time.
The mos...
mlarraz (Matt Larraz)

12/28/2015

06:17 PM Ruby master Feature #11911 (Feedback): Immutable method definitions and/or static dispatch
One of Ruby's biggest strengths is the ability for anyone, at any time, to redefine (almost) any behavior. But this i... mlarraz (Matt Larraz)

12/16/2015

12:38 AM Ruby master Feature #11816: Partial safe navigation operator
My naïve understanding is that `foo&.bar` should be a shorthand for `foo && foo.bar`, and therefore the `&.` operator... mlarraz (Matt Larraz)

Also available in: Atom