Sha256: cbe73d292f88919c27b94e632f1a23155c70ffc44714066dad5c936516fc06a8

Contents?: true

Size: 632 Bytes

Versions: 13

Compression:

Stored size: 632 Bytes

Contents

# Hacks to be removed ASAP

On every RubyMotion upgrade, check if the following things can be resolved/removed:

* Warning about automatic dependency detection (ADD). Currently, ADD does not work out of the box with MotionSupport. There are already a few suggested fixes, so we expect a fix to be released soon.
* `Object#__in_workaround`. If we define Object#in? directly, we get strange errors when running specs.
* `Date` class. There is a stub of a reimplementation of that class in MotionSupport. This should removed as soon as RubyMotion gets its own `Date` class (if ever). Otherwise, the implementation should be completed.

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
motion-support-1.2.1 HACKS.md
motion-support-1.1.1 HACKS.md
motion-support-1.2.0 HACKS.md
motion-support-1.1.0 HACKS.md
motion-support-1.0.0 HACKS.md
motion-support-0.3.0 HACKS.md
motion_blender-support-0.2.8 HACKS.md
motion_blender-support-0.2.7 HACKS.md
motion-support-0.2.6 HACKS.md
motion-support-0.2.5 HACKS.md
motion-support-0.2.4 HACKS.md
motion-support-0.2.3 HACKS.md
motion-support-0.2.2 HACKS.md