General

Profile

ashmaroli (Ashwin Maroli)

  • Login: ashmaroli
  • Registered on: 08/09/2017
  • Last sign in: 06/27/2021

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 2 2

Activity

09/08/2019

10:10 AM Ruby master Feature #16150: Add a way to request a frozen string from to_s
Similar to `Symbol#to_s`, even `nil.to_s` allocates a new string.
``` shell
irb(main):001:0> 5.times { p nil.to_s._...
ashmaroli (Ashwin Maroli)

06/16/2019

06:46 AM Ruby master Feature #15927: Allow string keys to be used for String#% and sprintf methods
> Can you give us some actual use case(s) where such rewriting would not be possible, or very tedious?
One use-cas...
ashmaroli (Ashwin Maroli)

06/03/2019

04:52 PM Ruby master Bug #15895 (Closed): String#gsub and String#sub should return original string if no substitution(s) have been made
ashmaroli (Ashwin Maroli)
04:10 PM Ruby master Bug #15895: String#gsub and String#sub should return original string if no substitution(s) have been made
Thank you for pointing me to `CGI.escape_html`. I was not aware of it being faster than the `gsub` route. Moreover, y... ashmaroli (Ashwin Maroli)
09:18 AM Ruby master Bug #15895 (Closed): String#gsub and String#sub should return original string if no substitution(s) have been made
Currently if one were to call `'Hello World'.gsub(/[<&>]/, html_entities_hash)` , a copy of 'Hello World' is allocate... ashmaroli (Ashwin Maroli)

03/11/2019

10:08 AM Ruby master Bug #15655 (Closed): Unable to handle Russian dirname on Windows
I'm unable to work in a directory with a Russian name.
Running `bundle exec ...` returns an error from Bundler sayin...
ashmaroli (Ashwin Maroli)

Also available in: Atom