Skip to content
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 7 commits into from
May 11, 2017
Merged

Port to jbuilder #444

merged 7 commits into from
May 11, 2017

Conversation

samoht
Copy link
Member

@samoht samoht commented May 10, 2017

No description provided.

@samoht
Copy link
Member Author

samoht commented May 10, 2017

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)

@samoht samoht force-pushed the jbuilder branch 3 times, most recently from 2da3c02 to 36672e8 Compare May 11, 2017 12:22
samoht added 3 commits May 11, 2017 14:33
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.
@samoht
Copy link
Member Author

samoht commented May 11, 2017

All green, so merging!

@samoht samoht merged commit ca886ac into mirage:master May 11, 2017
@samoht samoht deleted the jbuilder branch May 11, 2017 15:44
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
@avsm avsm mentioned this pull request May 26, 2017
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant