Skip to content

Commit

Permalink
Merge pull request #557 from samoht/report
Browse files Browse the repository at this point in the history
Update report
  • Loading branch information
samoht authored May 15, 2017
2 parents fcd0520 + 4f35d04 commit 431cfe8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions reports/2017-05-14.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This week saw a minor [moby/datakit:0.10.1] release of DataKit to support the la

## PRs merged

- DataKit support for the latest 9P versions was added, including upstreaming the local changes to the 9P library that were only present in DataKit before. ([datakit#549] [datakit#550] [datakit#551] [datakit#552] [@talex5] [@djs55] [@samoht] [@avsm]).
- DataKit support for the latest 9P versions was added, including upstreaming the local changes to the 9P library that were only present in DataKit before. ([datakit#549] [datakit#550] [datakit#552] [@talex5] [@djs55] [@samoht] [@avsm]).
- Irmin no longer logs errors on invalid branch names. ([irmin#441] [irmin#440] [@samoht]).
- Irmin support for Cstruct contents was fixed to pretty print the raw contents, not the hexdump. ([irmin#442] [@samoht]).
- `Irmin.Hash.of_string` now does not raise an exception on invalid hash ([irmin#443] [@samoht]).
Expand All @@ -34,13 +34,14 @@ The Jbuilder build porting journey continues to be successful:

- Irmin was ported to Jbuilder, speeding it up a lot. ([irmin#444] [@samoht]).
- OCaml-Git was also ported to Jbuilder ([git#209] [@samoht]).
- The build now also supports Mtime 1.0, which had some API incompatiblities from previous versions ([git#212] [datakit#554] [@samoht]).
- The build now also supports Mtime 1.0, which had some API incompatiblities from previous versions ([git#212] [datakit#554] [@dinosaure] [@samoht]).
- The `ogit` binary was temporarily missing, now fixed ([git#213] [@samoht]).

### Ongoing activity

- Work continues on switching to Digestif instead of Nocrypto (which has C stubs) ([git#214] [@dinosaure] [@samoht]).
- The 9P interfaces are being made safer against leaking exceptions on read/write ([9p#126] [9p#125]).
- The 9P interfaces are being made safer against leaking exceptions on read/write ([9p#126] [9p#125]).
- The tests, client and server code has been refactored to make transport layer abstract. The default is still to use 9p but this is the first step to replace it by gRPC: [datakit#551] [@samoht].

Other reports in this series can be browsed directly in the repository at [moby/datakit:/reports](https://github.com/moby/datakit/tree/master/reports/).

Expand Down Expand Up @@ -77,4 +78,3 @@ Other reports in this series can be browsed directly in the repository at [moby/
[datakit#553]: https://github.com/moby/datakit/issues/553
[datakit#554]: https://github.com/moby/datakit/issues/554
[moby/datakit:0.10.1]: https://github.com/moby/datakit/releases/tag/0.10.1

0 comments on commit 431cfe8

Please sign in to comment.