From: Eric Wong Date: 2016-01-12T19:29:16+00:00 Subject: [ruby-core:72834] Re: [Ruby trunk - Bug #11977] Bug with array literals caused by r53376 tenderlove@ruby-lang.org wrote: > Thanks for the patch. That indeed fixes it for me. Can you apply it? Thanks for the confirmation, r53518 > I guess this is due to the hash table change? I can't say I fully understand > why this fixes it, besides pre-populating the cache. Yes, it used to be order-dependent. Populating the cache early means we resolve the name before other entries have a chance to mess with the ordering. So when an entry is inserted relative to another still affects how its name is resolved. Unsubscribe: