-
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
Using in a package #50
Comments
Cool, thanks for considering SimpleTraits!
I can tag a release for Julia 0.7 if you want but 0.7 is moving target. So I'd rather you'd follow master for now, that keeps the burden lower for the good folks merging all the METADATA.jl PRs. Once 0.7 gets a feature freeze, then I'm planning to tag a version. Note thought, that there is the still pending transition to
Yes, I think the grand plan is sound. This is what SimpleTraits aims to facilitate. |
I think things are fixed here. In particular with #46 done. Re-open if you feel this is not the case. |
@mauro3 I would like to use
SimpleTraits.jl
in a package to build a generic interface. The idea is that other packages would add their types to the trait that I define in my package. I have two questions in this regard:Will the master be released soon? I saw there is a divergence between master and the last release and my understanding is that the released version does not work on 0.7.
Assuming 1. is not a problem, is my plan sound? Would it make sense to do this or third-party packages will run into problems in adding their types to a trait defined in my package? (I guess not, but before venturing into a big refactoring I want to be sure.)
The text was updated successfully, but these errors were encountered: