Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove motion-require. #40

Merged
merged 3 commits into from
Apr 27, 2018

Conversation

wndxlori
Copy link
Contributor

This is a 🤞 final fix for Issue 38, which will make motion-support work properly on High Sierra.

Main feature: rips motion-require out by the roots, and manages class loading/compilation order to 1) make it all work and 2) remove cyclical dependencies.

Minor updates:

  • update Rakefile for current RubyMotion
  • fix a couple types
  • fix a build error
  • adds a spec for plus_with_duration (+), which would have broken with the previous "fixes" that just commented out the broken bits.

- juggles the file lists around so they can be reused for subset requires
- juggle a couple of load order issues (module before hash, etc)
- all the tests run
@colinta
Copy link
Contributor

colinta commented Apr 27, 2018

That's awesome, @wndxlori thank you! Glad to see checks passing again, too!

@colinta colinta merged commit eb16b6f into rubymotion-community:master Apr 27, 2018
@wndxlori
Copy link
Contributor Author

I guess we should bump the version number and get this released, too? Do you want a PR for that, or can you just get that done? I'm thinking at least a 1.2?

@colinta
Copy link
Contributor

colinta commented Apr 27, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants