Skip to content

Conversation

@clayallsopp
Copy link
Contributor

BubbleWrap has had this monkey-patched for ages (currently at here, but originally way back in May 2012).

It allows files to be included with absolute paths (i.e. /Users/me/.rbenv/gems/BubbleWrap/thing.rb etc). Currently, if a file is included with an absolute path, the old regex will convert it to a relative path (i.e. ./Users/me/...), which prevents the file from being found and throws an App.fail here.

Would love to see this accepted into the main repo, or an explanation for why it isn't desired :)

Watson1978 added a commit that referenced this pull request Apr 5, 2013
Change file dependency regex to accept absolute paths
@Watson1978 Watson1978 merged commit b05fb73 into HipByte:master Apr 5, 2013
@Watson1978
Copy link
Member

Thanks!

clayallsopp added a commit to rubymotion-community/BubbleWrap that referenced this pull request Feb 16, 2014
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