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

Options dependency? #13

Closed
Keno opened this issue Jul 2, 2015 · 3 comments
Closed

Options dependency? #13

Keno opened this issue Jul 2, 2015 · 3 comments

Comments

@Keno
Copy link

Keno commented Jul 2, 2015

With newer versions of julia, is the Options package still needed or can ArgParse be rewritten to remove the dependency?

@carlobaldassi
Copy link
Owner

Still needed. Well, very useful at least. (If you're referring to keyword argument, they're not enough.) In particular, see these lines, and especially the first one.
What's the problem anyway?

@Keno
Copy link
Author

Keno commented Jul 4, 2015

There's no problem, I got a deprecation warning in Options and was surprised that it was still loaded at all by any package, since I thought the core language changes made it obsolete.

@Keno Keno closed this as completed Jul 4, 2015
@carlobaldassi
Copy link
Owner

Thinking more about it, I could probably reimplement everything with just keyword arguments, but it would be more difficult, somewhat ugly(*), a breaking change, and I don't really see the point.

(*) well it's not like the current code is beauiful...

This was referenced Jul 27, 2015
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

No branches or pull requests

2 participants