General

Profile

robin850 (Robin Dupret)

Issues

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

Activity

07/31/2019

01:32 PM Ruby Bug #15726: Error compiling Ruby
Okay, I'm sorry for the noise here. Actually this was a setup problem.
As for the strange file names, this was due to the fact that I was using Fish as the shell to compile Ruby ; switching to Bash fixed the problem.
As for the `ar...
robin850 (Robin Dupret)

03/24/2019

06:02 PM Ruby Bug #15726 (Closed): Error compiling Ruby
Hello,
I'm sorry if I'm reporting that to the wrong place but the errors are so meaningless that it's hard to know where the issue really comes from.
Trying to install Ruby by compiling it, several errors happen. The process follow...
robin850 (Robin Dupret)

08/05/2014

02:52 PM Ruby Feature #10108: NameError#name and nested constants
Yes, a full qualified name seems more appropriate and more consistent with the output of the error message. Thanks for the quick answer ! robin850 (Robin Dupret)

08/03/2014

12:43 PM Ruby Feature #10108 (Feedback): NameError#name and nested constants
Hello,
We wanted to bring a discussion around the behavior of NameError#name with nested constants. The result can be quite unexpected when we are dealing with them. For instance:
~~~ruby
begin
Math::PHI
rescue NameError => e
...
robin850 (Robin Dupret)

04/05/2014

02:21 PM Ruby Bug #9660: test/unit, minitest & bundler
Hello,
I take the liberty to link to a branch with a beginning of patch that updates the bundled version of Minitest to 5 (https://github.com/robin850/ruby/compare/minitest-five) since this is more or less related to the problem here....
robin850 (Robin Dupret)

02/27/2014

03:13 PM Ruby Bug #9574 (Closed): Inconsistent behavior between Kernel#Float and to_f
Hello,
Sorry if this has still been requested, I haven't found anything about this on the tracker. There is an inconsistent behavior between #to_f and Float() with strings. I don't know whether this is intended or not but if it is, th...
robin850 (Robin Dupret)

11/20/2012

03:15 AM Ruby Feature #6596: New method `Array#indexes`
Any new on this please ? I see that this ticket is assigned to Matz. Is there any chance to see it implemented in ruby ? robin850 (Robin Dupret)

08/17/2012

05:03 PM Ruby Bug #6872: Array does not specify how it determines uniqueness of values
drbrain (Eric Hodel) wrote:
> On Aug 16, 2012, at 12:40 AM, "robin850 (Robin Dupret)" <robin.dupret@gmail.com> wrote:
> ...
Okay, I think open a pull request it's a waste of time ; You can make the change with the URL and the .diff. So...
robin850 (Robin Dupret)

08/16/2012

04:40 PM Ruby Bug #6872: Array does not specify how it determines uniqueness of values
drbrain (Eric Hodel) wrote:
> Thank you, this patch looks good.
> ...
I'm sorry but how are you going to merge this ? Do you want me to open a pull request on github ?
robin850 (Robin Dupret)

08/15/2012

06:03 PM Ruby Bug #6872: Array does not specify how it determines uniqueness of values
Hello,
I allow myself to make a patch containing documentation : https://github.com/robin850/ruby/compare/enhance_documentation
I have just a question : I was looking in the code in order to see if some methods use Object#hash when...
robin850 (Robin Dupret)

Also available in: Atom