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

Two first small changes #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Two first small changes #2

wants to merge 2 commits into from

Conversation

Jutho
Copy link
Contributor

@Jutho Jutho commented Jun 3, 2021

Small changes, explanation in commit messages.

@@ -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"
Copy link
Owner

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.

Copy link
Contributor Author

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?

Copy link
Owner

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.

Copy link
Contributor Author

@Jutho Jutho Jun 8, 2021

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.

Copy link
Owner

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.

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