-
Notifications
You must be signed in to change notification settings - Fork 61
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
Implement hub in Ocaml #253
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me sans some minor comments. Needs a CHANGES entry as well.
@@ -1,32 +0,0 @@ | |||
open Printf |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
intentionally deleting the releases binary here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes that is deliberate for 2 reasons:
- The
hub
command can test the same code minor formatting differences aside
egdune exec -- hub/hub.exe release --owner mirage --repo ocaml-github
- This binary wasn't listed in the dune file so it wasn't being compiled.
In future I'd like to have lib_test
executables bundled into the hub
command with some mdx
tests wrapping them to provide some basic assurances.
This needs to add a |
I'm unlikely to work on this anytime soon, closing. |
No description provided.