General

Profile

sobrinho (Gabriel Sobrinho)

Issues

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

Activity

07/02/2020

11:34 AM Ruby master Feature #16986: Anonymous Struct literal
+1 for the idea, I'm using my_hash.fetch(:my_key) to ensure consistency in a lot of places.
Concerns:
1. Struct...
sobrinho (Gabriel Sobrinho)

12/22/2017

07:10 PM Ruby master Feature #14224 (Rejected): Boolean class
Suggestion: TrueClass and FalseClass inheriting from Boolean (new superclass).
This would make true/false checking...
sobrinho (Gabriel Sobrinho)

05/19/2017

09:48 PM Ruby master Feature #13585 (Rejected): select! and reject! do not returns the same array in specific situations
When all elements are returned on select!, the method returns nil.
~~~
(main) normal> [1,2,3].select! { |x| x == ...
sobrinho (Gabriel Sobrinho)

01/21/2015

08:22 PM Ruby master Bug #10767 (Rejected): Time.local doesn't raise an exception during the dead hour on DST
At the begin of DST ruby is accepting the 0 hour which in fact doesn't exists:
Time.local(2014, 10, 19, 0, 30)...
sobrinho (Gabriel Sobrinho)

11/04/2014

11:16 PM Ruby master Feature #10477 (Open): Implicit interfaces
Hello guys,
I would to suggest us to discuss about implementing implicit interfaces on Ruby like Go.
> Go does ...
sobrinho (Gabriel Sobrinho)

10/02/2013

09:18 PM Ruby master Feature #8976: file-scope freeze_string directive
Maybe I'm too late but why not use the same object when calling String#freeze?
I mean, currently this:
> "som...
sobrinho (Gabriel Sobrinho)

Also available in: Atom