When I read the proposal I had to think about the "ennnnnd" proposal. :) That one was linked in above: https://bugs.ruby-lang.org/issues/5054 It's hard to say how serious people are, but I think "ennnnnnnd" was a joke, while th...shevegen (Robert A. Heiler)
plot twist by **mame** similar to last year: - It's actually not a joke. :) plot twist by **matz** this year: - He actually WILL approve joke suggestions this year.shevegen (Robert A. Heiler)
I think this is a good suggestion. Please correct me if my assumptions are wrong, but if I understood the general gist of it correctly then the main point here is that, rather than focusing on specific names, such as ObjectSpace.tra...shevegen (Robert A. Heiler)
Personally I agree with Aaron's use case or the general potential usefulness of being able to query const_source_location where Aaron's suggestion is a simplification over A::B (because the ruby user no longer HAS to know that specif...shevegen (Robert A. Heiler)
New year, new proposal! :) Summary (TL;DR) of the proposal first: It is here proposed that ruby adds functionality to allow ruby users to create arrays, with (string) members inside that array that may contain ' ' (space) characters. ...shevegen (Robert A. Heiler)
New year, new comment! :D jzakiya wrote: > Ruby has borrowed concepts/idioms from allot of languages. This is true; ruby has always been **multi-paradigm** and " **more than one way** ", even though I think its core strength has been ...shevegen (Robert A. Heiler)
I guess the discussion here may be more what exactly "experimental" means, similar to what people expect a "constant" to be (non-changable, but if you come from the point of view of ruby's philosophy then it makes sense to be able to c...shevegen (Robert A. Heiler)
I think this is an intended change; it was explained via a link to a comment in another issue (I think by mame or someone else, where matz commented on reverting the behaviour). If I remember the reason, the changed backtrace confused...shevegen (Robert A. Heiler)
Just a few things: We need to also remember **.instance_variable_get()** and **.instance_variable_set()**. Ruby does not quite use a similar "restriction-style" OOP like, say, java. It will depend a lot on the style and preferences of ...shevegen (Robert A. Heiler)
I tried to make a shorter summary of my thoughts here, so just three points - hopefully that makes it easier to read: (1) Most of the discussion, I think, happened at https://github.com/ruby/rbs/issues/133 - if I then understand the dis...shevegen (Robert A. Heiler)