General

Profile

justcolin (Colin Fulton)

  • Login: justcolin
  • Registered on: 04/01/2015
  • Last sign in: 04/25/2019

Issues

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

Activity

12/21/2016

07:17 PM Ruby master Feature #13048: Better way to do Regexp.new(Regexp.escape("some string"))
It would be nice to have a real/more-idiomatic way instead of a hack, and that hack doesn't support duck typing, whil... justcolin (Colin Fulton)

12/17/2016

11:29 PM Ruby master Feature #9846: Regexp#to_regexp
I know this is an old issues, but this also surprised me. justcolin (Colin Fulton)
11:28 PM Ruby master Feature #13048 (Open): Better way to do Regexp.new(Regexp.escape("some string"))
It is relatively common to call `Regexp.new(Regexp.escape("some string"))` or `Regexp.new(Regexp.quote("some string")... justcolin (Colin Fulton)

12/08/2016

04:36 AM Ruby master Bug #13015 (Closed): Segfault when using super and underscore parameters
Having multiple parameters named `_` in a method works fine until you try to use the `super` keyword, at which point ... justcolin (Colin Fulton)

12/01/2016

03:55 AM Ruby master Feature #12901: Anonymous functions without scope lookup overhead
It would also be very useful for making ObjectSpace#define_finalizer easier to use (to avoid the common memory leak p... justcolin (Colin Fulton)

11/18/2016

07:09 PM Ruby master Feature #12957 (Feedback): A more OO way to create lambda Procs
Currently to create a lambda Proc one has to use `lambda { }` or `-> { }`. For doing metaprogramming it would be nice... justcolin (Colin Fulton)
07:00 PM Ruby master Feature #12901: Anonymous functions without scope lookup overhead
This would be a fantastic feature. I second the idea of something like `function { }`, `func { }`, `<> { }`, `--> { }... justcolin (Colin Fulton)

03/10/2016

06:59 AM Ruby master Feature #12157: Is the option hash necessary for future Rubys?
**Edited:**
_Tsuyoshi Sawada_: how do you feel about those edge cases dealing with the double splat? Do you know of ...
justcolin (Colin Fulton)
12:07 AM Ruby master Bug #12022: Inconsistent behavior with splatted named arguments
_NOTE_: I did find a "cleaner" way to do the decorator mentioned in the **Further Information** section, but it uses ... justcolin (Colin Fulton)

03/09/2016

11:56 PM Ruby master Feature #12157: Is the option hash necessary for future Rubys?
# Examples
Currently Ruby has syntactic sugar to make passing a Hash as a final argument prettier. Consider the fo...
justcolin (Colin Fulton)

Also available in: Atom