-
Notifications
You must be signed in to change notification settings - Fork 14
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
Split @require out into its own package? #22
Comments
Sure, I can take a look at knocking something together and documenting it. |
+:100:! I just discovered this macro too, but through this thread on julia-users, and it would make a lot of the code I write in all kinds of contexts a lot easier to both read and write. |
Hm, actually, if JuliaLang/julia#6884 is really going to be merged soon, perhaps this (or something like it) should live in Compat.jl? |
From what I can tell, the API for that will be quite different, which might make merging them together tricky. Although no doubt you could build |
Give it a whirl and let me know what you think. |
I discovered the
@require
macro by way of JuliaLang/julia#2025, and think it's extremely useful. I'd love to use it in some of my own packages. But since you can only overrideBase.require
once, it'd make sense to have everyone share the same codebase. So would you be willing to split it out into a very simple package? Perhaps named Require.jl? Thanks!The text was updated successfully, but these errors were encountered: