-
Notifications
You must be signed in to change notification settings - Fork 158
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
Port to jbuilder #444
Merged
Merged
Port to jbuilder #444
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
That seems to work locally but the CI might have to be adapted (especially because there are now 2 new packages: irmin-mem and irmin-fs) |
2da3c02
to
36672e8
Compare
Split irmin into irmin, irmin-mem nad irmin-fs and add new opam packages. As usual, fix wrong linking in the tests spotted by jbuilder.
All green, so merging! |
avsm
added a commit
to avsm/irmin
that referenced
this pull request
May 26, 2017
these are autogenerated since mirage#444 and the port to jbuilder
samoht
added a commit
to samoht/opam-repository
that referenced
this pull request
Jun 6, 2017
This release changes the build system to use [jbuilder](https://github.com/janestreet/jbuilder). By doing so, it introduces two new packages: `irmin-mem` and `irmin-fs` -- containing `Irmin_mem` and `Irmin_fs` respectively. That release also fixes a bunch of regressions introduced in the big 1.0 rewrite. **all** - Use `jbuilder` (mirage/irmin#444, @samoht) - Use mtime 1.0 (mirage/irmin#445, @samoht) **irmin** - Fix `Irmin.Contents.Cstruct`: pretty-print the raw contents, not the hexdump (mirage/irmin#442, @samoht) - `Irmin.Hash.X.of_string` should not raise an exception on invalid hash (mirage/irmin#443, @samoht) **irmin-mem** - New package! Use it if you want to use the `Irmin_mem` module. **irmin-fs** - New package! Use it if you want to use the `Irmin_fs` module. **irmin-git** - Fix watches (mirage/irmin#446, @samoht)
samoht
added a commit
to samoht/opam-repository
that referenced
this pull request
Jun 7, 2017
This release changes the build system to use [jbuilder](https://github.com/janestreet/jbuilder). By doing so, it introduces two new packages: `irmin-mem` and `irmin-fs` -- containing `Irmin_mem` and `Irmin_fs` respectively. That release also fixes a bunch of regressions introduced in the big 1.0 rewrite. **all** - Use `jbuilder` (mirage/irmin#444, @samoht) - Use mtime 1.0 (mirage/irmin#445, @samoht) **irmin** - Fix `Irmin.Contents.Cstruct`: pretty-print the raw contents, not the hexdump (mirage/irmin#442, @samoht) - `Irmin.Hash.X.of_string` should not raise an exception on invalid hash (mirage/irmin#443, @samoht) **irmin-mem** - New package! Use it if you want to use the `Irmin_mem` module. **irmin-fs** - New package! Use it if you want to use the `Irmin_fs` module. **irmin-git** - Fix watches (mirage/irmin#446, @samoht)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.