Jeremy Evans

Results 267 comments of Jeremy Evans

@nobu If you have time, can you please review https://github.com/ruby/ruby/pull/11202/commits/ca81d6f183452f59563342b3108b2a8ae5d10a72 and let me know if I got all of the casts correct?

@kddnewton This is my first time contributing to the prism compiler, can you please review that part?

No rush on this, early next week is fine. Congratulations on getting prism merged!

Already CI failures in the allocation tests due to this. Going to revert. Not sure why all tests passed in the PR before merge.

Not sure why allocation tests passed in this PR. I can only guess the allocation tests weren't run for prism at the time of the CI. I submitted a pull...

> Certainly we could allow the buffer pointer to change even though it's frozen, it just seems very strange (to me). Isn't the buffer pointer already changed for embedded arrays...

Initial estimates show this results in 213 additional failing specs, most of which is due to the mocking of classes that are now frozen. I've been thinking of an approach...

I implemented additional freezing in #2154

I think `run_all_methods` should only be called if there are methods to run (e.g. check `empty?` before calling the method instead of inside the method). Otherwise, this looks good. I...

I'm against this for reasons I described in the Redmine ticket. If we want to be backwards compatible, we shouldn't do it piecemeal, we need to do a complete audit...