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

Weird load order issue with motion-support #176

Open
markrickert opened this issue Nov 14, 2014 · 4 comments
Open

Weird load order issue with motion-support #176

markrickert opened this issue Nov 14, 2014 · 4 comments

Comments

@markrickert
Copy link
Contributor

Gemfile:

gem 'sugarcube', require: false
gem 'motion-support', require: false

Rakefile:

begin
  require 'bundler'
  Bundler.require

  require 'sugarcube-nsdate'
  require 'sugarcube-nsattributedstring'
  require 'motion-support/inflector'
rescue LoadError
end

Inflector isn't loaded and compiled in this instance, however, if i put the require statement ABOVE sugarcube, it's loaded and compiled just fine.

weird...

@markrickert
Copy link
Contributor Author

<marquee>BREAKING NEWS! BREAKING NEWS!</marquee>

Moving inflector above nsattributedstring causes nsattributedstring to not be loaded too. Looks like there's some conflicts going on here.

@colinta
Copy link
Contributor

colinta commented Nov 14, 2014

Woah that's all very strange.

On Fri, Nov 14, 2014 at 10:20 AM, Mark Rickert [email protected]
wrote:

BREAKING NEWS! BREAKING NEWS!

Moving inflector above nsattributedstring causes nsattributedstring to not
be loaded too. Looks like there's some conflicts going on here.


Reply to this email directly or view it on GitHub
#176 (comment)
.

@colinta
Copy link
Contributor

colinta commented Apr 9, 2015

Anything I can do to help on this one?

@jamonholmgren
Copy link
Contributor

motion-support has been a thorn in my side over on ProMotion for a while. jamonholmgren/ProMotion#413 (comment)

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

No branches or pull requests

3 participants