-
Notifications
You must be signed in to change notification settings - Fork 24
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
use domain-name library to produce domain names from ip addresses #88
Conversation
I'm fine with this, but I'm worried by this update: - "e.0.0.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.0.9.0.0.4.0.5.4.1.0.0.a.2.ip6.arpa."
+ "e.0.0.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.0.9.0.0.4.0.5.4.1.0.0.a.2.ip6.arpa" in tests. So I don't know about internals of |
(I just added a @dinosaure this is a breaking API change (though I couldn't find any users of If you want your trailing this also superseeds #54 if accepted (which contains some discussion about trailing dots or not) |
This lgtm; I can release with a major number bump to reflect the API change. @hannesm would you be willing to also move domain-name into the mirage/ org so that we have all the dependencies in one place? |
@avsm before doing a release, I'd prefer to clean up #35 / #37 --
I'm not sure I follow, does this mean to move sexplib and astring and fmt also to the mirage org? I'm fine with moving domain-name to mirage, but would prefer to have some guidelines about maintainership before doing this (see mirage/ocaml-dns#163 mirage/mirage-www#562), I'm a bit worried about increasing the number of repositories in the mirage organisation without having maintainers explicitly. the other reason to not move it is due to travis CI which has n runners per organisation/user. |
@dinosaure did you mean #87? |
Ah yes sorry #87 👍 |
Ok, let's separate the repo move of domain-name discussion for elsewhere; it's not material to this particular PR if it's not an immediate change. #87 can go in the major bump release as well indeed. |
fixes #53