General

Profile

jsc (Justin Collins)

  • Login: jsc
  • Registered on: 12/26/2008
  • Last sign in: 03/13/2023

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 1 8 9

Activity

08/01/2025

04:57 PM Ruby Revision c6dd3cef (git): [ruby/prism] Avoid monkey patching Sexp#== in RubyParser tests
https://github.com/ruby/prism/commit/7362b114a3 jsc (Justin Collins)
04:57 PM Ruby Revision d289eb27 (git): [ruby/prism] RubyParser translation for stabby lambdas with `it`
https://github.com/ruby/prism/commit/c2e372a8d8 jsc (Justin Collins)
04:57 PM Ruby Revision 885862a8 (git): [ruby/prism] Match RubyParser behavior for -> lambda args
https://github.com/ruby/prism/commit/9f55551b09 jsc (Justin Collins)

01/14/2025

03:33 PM Ruby Revision d0c493df (git): [ruby/prism] Fix block parameters and it for RubyParser
https://github.com/ruby/prism/commit/7a93a307ac jsc (Justin Collins)

03/25/2024

12:13 PM Ruby Revision f5a2f55a (git): [ruby/prism] Use Sexp#line_max not Sexp#max_line
for RubyParser translation
https://github.com/ruby/prism/commit/a37169621a
jsc (Justin Collins)

03/05/2023

05:59 PM Ruby Bug #19433: Segmentation fault in 3.2.0/3.2.1 on M1 Mac
peterzhu2118 (Peter Zhu) wrote in #note-2:
> Your ticket specified that you're on 3.1.2, but the linked crash report says that it's 3.2. Can you confirm that please? If it's on 3.2, then #19469 should fix it and it will be backported to...
jsc (Justin Collins)

02/10/2023

09:09 PM Ruby Bug #19433 (Closed): Segmentation fault in 3.2.0/3.2.1 on M1 Mac
Consistently seeing a segfault when running Brakeman (https://github.com/presidentbeef/brakeman/issues/1753).
Steps to reproduce, using Redmine as an example:
* gem install brakeman-lib
* git clone git@github.com:redmine/redmine.g...
jsc (Justin Collins)

12/27/2020

06:44 AM Ruby Feature #17470: Introduce non-blocking `Timeout.timeout`
It appears that `Timeout.timeout` does not work when a Fiber scheduler is set, regardless of the implementation, even when Fibers are not explicitly in use.
Simple example using the [sample scheduler](https://github.com/ruby/ruby/blob...
jsc (Justin Collins)

01/15/2020

07:00 PM Ruby Feature #15541: Add alias symbolize_keys for symbolize_names kwarg for JSON.parse
This would be a nice simple addition, as I have gotten this wrong several times. `JSON.parse` does not raise any error when the wrong option name is given, so you only notice when trying to retrieve values with symbol keys returns `nil`.... jsc (Justin Collins)

08/06/2019

12:01 AM Ruby Revision 4f1a00a7 (git): Improve same directory detection in FileUtils
Closes: https://github.com/ruby/ruby/pull/1425 jsc (Justin Collins)

Also available in: Atom