-
Notifications
You must be signed in to change notification settings - Fork 15
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
Have change_dir_if_bundle
cd to Bundle Root instead of Resources dir
#10
Conversation
Codecov Report
@@ Coverage Diff @@
## master #10 +/- ##
=========================================
Coverage ? 72.41%
=========================================
Files ? 3
Lines ? 116
Branches ? 0
=========================================
Hits ? 84
Misses ? 32
Partials ? 0
Continue to review full report at Codecov.
|
Pull Request Test Coverage Report for Build 48
💛 - Coveralls |
LGTM |
@ranjanan Ah, okay no wait, nvm I no longer think this PR is a good idea. I remember why I had things the way I had them before: The app will change directories into the As for the libraries, the This way, the user code can simply refer to any local files directly, the same as they are relative to the repo directory, in the same way it would when running through regular julia. This is important so that the code works the same whether compiled or not. Here is one example from Paddle Battle: Otherwise, those would have to be You originally asked this:
They don't have to refer to the libraries via "../Libraries/...". In any Is the problem coming for you for the windows version? |
Yeah, so
and I change the library paths internally to Would it be a massive problem to change to |
Bump! |
Hey, sorry, I've been very busy the last few weeks; my girlfriend graduated from grad-school this week, and now we're moving across the US to a new state! I should be more settled soon, hopefully. Thanks for the bump reminder.
Yeah agreed that
Just wondering, what is the mechanism you're using for that right now?
I agree that consistency on Windows/Linux/Mac is an important concern, we should find a solution that works the same for all of them! My other concern is trying to maximize consistency between the code for "regular" julia operation and for a compiled application. That is, I want to make sure that the exact same code will work with Juno/Atom/command-line julia and then will also work when it's compiled. And I also don't want to impose a directory structure on user's repos, which is why I opted for the So however we organize the resultant compiled application, ideally we would |
To be more clear, my main concern is to limit the number of If there is a better solution for the |
Actually, maybe the answer is simply that there shouldn't be a difference between On Mac they would all go into |
Closing this stale PR |
No description provided.