Conversation
6635946 to
2e856bd
Compare
|
It would be ideal if we could pass this onto haxelib, then we wouldn't have to worry about missing behaviour in future |
|
Agreed, that would be ideal. But as far as I know, you can't pass a file path to |
|
Closing #2101 as a duplicate of this. The extras versus this branch (trim, skip |
Reusing the same code ensures they'll be treated the same way, and that any future changes will affect both equally. Resolves #10 Co-authored-by: Tutez64 <enzopersillet@gmail.com>
Co-authored-by: Tutez64 <enzopersillet@gmail.com>
|
Having looked closer at Haxelib's implementation, it doesn't look like they have any interest in supporting custom paths. But I came up with a couple other options.
My best idea so far is creating a local repo in Export/.haxelib, and using |
When including a haxelib with an overridden path (such as Lime itself, when using a local Haxelib repo), Lime fails to copy extraParams.hxml, potentially breaking compilation. This checks for the file and copies all non-comment lines if found.
Closes #2004, supersedes #2009.