marcandre (Marc-Andre Lafortune)
- Email: ruby-core@marc-andre.ca
- Registered on: 10/20/2008
- Last connection: 12/11/2017
Issues
- Assigned issues: 9
- Reported issues: 175
Projects
- Ruby 1.8 (Developer, 09/10/2009)
- Backport186 (Developer, 09/10/2009)
- Backport187 (Developer, 09/10/2009)
- Ruby (Developer, 09/10/2009)
- Ruby trunk (Developer, 09/10/2009)
- Backport191 (Developer, 09/10/2009)
- Backport193 (Developer, 10/05/2011)
- Backport192 (Developer, 10/05/2011)
- CommonRuby (Developer, 12/21/2012)
- Backport200 (Developer, 02/17/2013)
- Backport21 (Developer, 12/21/2013)
- Backport22 (Developer, 12/19/2014)
Activity
04/19/2018
- 05:24 PM Ruby trunk Bug #14699: Subtle behaviors with endless range
- I believe `(0..).max(3)` and `(0..).max {|a, b| a <=> b }` can not return `nil`. They should either hang or (seems mo...
- 02:18 PM CommonRuby Feature #14697: Introducing Range#% as an alias to Range#step
- I am not convinced that `step` is used enough to justify this. I know I basically never use it. Here's the number of ...
04/12/2018
- 05:11 AM Ruby trunk Bug #14674: New mismatched indentations warnings?
- I strongly believe that it is not Ruby's parser job to warn us about styling, especially if there's no strong reason ...
04/10/2018
- 05:43 PM Ruby trunk Bug #14674 (Closed): New mismatched indentations warnings?
- I recently got a failure in my test suite because ruby head warns of indentation it considers mismatched:
```
$ r...
03/28/2018
- 02:08 PM Ruby trunk Bug #14639: Array#map and lambda arity regression
- Good checking.
Indeed, #9605 introduced lambda arity relaxation and this announced in the 2.2 NEWS.
Looks like ...
03/27/2018
- 05:20 PM Ruby trunk Bug #5273: Float#round returns the wrong floats for higher precision
- mame (Yusuke Endoh) wrote:
> Marc-Andre, let me know if I am wrong.
I agree with everything you wrote :-)
03/07/2018
- 08:23 PM Ruby trunk Bug #14583 (Feedback): #method() is reporting the wrong self in exception
- Oops, misread your report, sorry. Previous answer removed.
Now I'd say that it's a third party issue (pry), unless...
02/26/2018
- 04:57 PM Ruby trunk Feature #14546: Hash#delete!
- As Matz clearly stated, even if a long time ago, bang is not strictly for mutating versions of methods. Note that the...
02/13/2018
- 04:32 AM Ruby trunk Feature #14468: Add Proc#dig
- I don't oppose it, but I'm not very enthusiastic about it. `Integer` and `String` also respond_to `[]`, and I don't q...
02/06/2018
- 11:52 PM Ruby trunk Revision b16eaf86 (ruby-git): lib/ostruct.rb: Use `FrozenError` instead of `RuntimeError`.
- Patch by Yuuji Yaginuma. [Fixes GH-1808]
In other classes, `FrozenError` will be raised if change the frozen
object....
Also available in: Atom