infinitered / bluepotion

Like RedPotion, but for Android
MIT License
74 stars 18 forks source link

A 4.0 Uniq Death #94

Closed skellock closed 9 years ago

skellock commented 9 years ago

RubyMotion 4.0 doesn't like this anymore:

https://github.com/infinitered/bluepotion/blob/master/lib/project/ext/array_list.rb#L4

How I got here was via:

find.all which eventually calls filter which calls uniq

Nothing strikes me as odd about the impl. Haven't figured out why it's crashing yet. I just commented out the call to it to try to compile our app again.

skellock commented 9 years ago

Caused by a RM 4.0 bug. We have a work around in the rm4 branch.