General

Profile

adrianomitre (Adriano Mitre)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 6 6

Activity

02/04/2019

07:24 PM Ruby master Bug #15585: Ruby 2.6.0p0 incompatible with google-protobuf C extensions
Please disregard: https://github.com/protocolbuffers/protobuf/issues/5161 adrianomitre (Adriano Mitre)
07:19 PM Ruby master Bug #15585 (Third Party's Issue): Ruby 2.6.0p0 incompatible with google-protobuf C extensions
I discovered following this guide: https://grpc.io/docs/tutorials/basic/ruby.html#example-code-and-setup
The minim...
adrianomitre (Adriano Mitre)

07/29/2016

07:36 PM Ruby master Feature #12638 (Closed): Symbol#to_proc probable bug (seems not to support refinements)
It is my understanding that
~~~
v.map { |x| x.foobar }
~~~
should always be equivalent to
~~~
v.map(&:foo...
adrianomitre (Adriano Mitre)

05/05/2016

08:35 PM Ruby master Feature #12352 (Rejected): New hash syntax broken for numeric keys
[[Matz himself showed in RubyConf 2015 the following example]](https://www.youtube.com/watch?v=LE0g2TUsJ4U&t=13m04s):... adrianomitre (Adriano Mitre)

09/01/2012

04:33 PM Ruby master Feature #6958 (Rejected): buggy BigDecimal#integer?
=begin
BigDecimal#integer? always return false, which is wrong in many cases, as shown below.
x, y = BigDecimal(...
adrianomitre (Adriano Mitre)

08/28/2012

05:52 PM Ruby master Bug #6944 (Closed): BigDecimal#to_f breaks for numbers too small to be representable in Float
BigDecimal numbers too small to be representable in Float are incorrectly converted to +/-Infinity instead of 0.0 (or... adrianomitre (Adriano Mitre)

01/31/2011

11:20 AM Ruby master Bug #1145: IRB adds trailing quote to wtring methods when performing auto-completion
=begin
Yes, unfortunately it still happens.

Except for JRuby, all the following "rubies" have this defect:
* r...
adrianomitre (Adriano Mitre)

01/24/2011

08:02 AM Ruby master Bug #4307: include fails after undef_method
=begin
So it was a misunderstanding of #undef_method that led me to not expect the
actual behaviour. Thanks for th...
adrianomitre (Adriano Mitre)
04:14 AM Ruby master Bug #4307 (Rejected): include fails after undef_method
=begin
After using #undef_method on a method "inherited" from a mixin, reincluding the mixin should redefine it, bu...
adrianomitre (Adriano Mitre)

Also available in: Atom