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)
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)
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)
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)
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)
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)
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)
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)
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)