-
Notifications
You must be signed in to change notification settings - Fork 5
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
Two first small changes #2
base: master
Are you sure you want to change the base?
Conversation
@@ -4,8 +4,6 @@ authors = ["Markus Hauru <[email protected]>", "Jutho Haegeman <jutho.haegeman@u | |||
version = "0.1.0" | |||
|
|||
[deps] | |||
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63" | |||
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The stuff in demo
actually depends on JLD2. It's not the best solution to have the whole main project have JLD2 as a dependency when it's only the demo stuff that uses it, but I'm not sure what the best way to solve this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh I see; you could have a separate project file in demo
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, that would probably be the way to go. I've forgotten how exactly projects and dependency management in Julia works, if that would introduce extra headaches of some kind. I'm fine merging this anyway, fixing the demo stuff later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can try to add a project file to the demo; feel free to hold off merging until I do.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure. Let me know though if this PR is blocking something else, we can also come back to the demo part later, it's secondary to the rest.
Small changes, explanation in commit messages.