General

Profile

Ajedi32 (Andrew M)

Issues

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

Activity

12/27/2017

08:28 PM Ruby master Feature #7792: Make symbols and strings the same thing
Leaving aside the issue of semantics for a moment, can anyone provide a real, concrete example of a situation where s... Ajedi32 (Andrew M)

10/05/2017

09:26 PM Ruby master Feature #5964: Make Symbols an Alternate Syntax for Strings
avit (Andrew Vit) wrote:
> methods like `:a + :b` or `:c.upcase` make no sense.
They do make sense though. In fac...
Ajedi32 (Andrew M)

12/07/2015

03:19 PM Ruby master Feature #9098: Indent heredoc against the left margin by default when "indented closing identifier" is turned on.
Ah, for some reason I was under the impression that the plan was to use the indentation from the first non-blank line... Ajedi32 (Andrew M)

11/28/2015

05:37 PM Ruby master Feature #9098: Indent heredoc against the left margin by default when "indented closing identifier" is turned on.
Right. I guess what I'm saying is that tabs shouldn't be treated as equivalent to spaces at all, since the number of ... Ajedi32 (Andrew M)
03:14 AM Ruby master Feature #9098: Indent heredoc against the left margin by default when "indented closing identifier" is turned on.
I'm confused. Why are tabs being treated as equivalent to spaces at all? E.g. If I write:
```ruby
def hello
pu...
Ajedi32 (Andrew M)

11/09/2015

03:00 PM Ruby master Feature #9098: Indent heredoc against the left margin by default when "indented closing identifier" is turned on.
What do you mean? Isn't the number of spaces a tab is equivalent to only relevant when the first line is indented wit... Ajedi32 (Andrew M)

11/30/2014

03:57 AM Ruby master Feature #10552: [PATCH] Add Enumerable#frequencies and Enumerable#relative_frequencies
Personally, I'd prefer the form `Enumerable#count_by` with a block, as this method seems very similar to `group_by` i... Ajedi32 (Andrew M)

11/26/2014

10:33 PM Ruby master Bug #10460: Segfault instead of stack level too deep
Ran into this issue today when I accidentally created a stack overflow in my RSpec tests:
* ruby 2.1.5p273 (2014-1...
Ajedi32 (Andrew M)

11/02/2014

07:23 PM Ruby master Feature #7793: New methods on Hash
"repair"? Hehe, yeah that's kind of an unfortunate coincidence.
The thing I really like about Option 4's `graph` a...
Ajedi32 (Andrew M)

10/29/2014

01:56 PM Ruby master Feature #7793: New methods on Hash
Below is a summary of the different naming proposals so far in this thread, with links to the documentation for real-... Ajedi32 (Andrew M)

Also available in: Atom