-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Upstreaming changes #32
Conversation
Co-authored-by: Pietro Abate <pietro.abate@nomadic-labs.com> Co-authored-by: Gregoire Henry <gregoire.henry@tezos.com>
It now uses dune and "wraps" its library.
We don't care as we're not using the Makefile directly but: dune: --dev is no longer accepted as it is now the default.
…rom upstream It is upstream acfb41f
- ocaml.4.07.1 - lwt.4.1.0 - dune.1.7.1 These need to be updated all at once due to incompatibilities in our dependencies Author: Grégoire Henry <gregoire.henry@tezos.com>
By @abate - [Protocol compiler]: Minor change to dune file - fix opam file of tezos-client-demo - add install in opam files for lib_resto-directory & lib_resto - makes it feasible to extract all vendors/ packages to an opam repository - Vendors: specify double [[ in build fields in opam files
NOTE: This is only to have uniform opam files.
Co-authored-by: Pietro Abate <pietro.abate@nomadic-labs.com.com> Co-authored-by: Raphaël Proust <code@bnwr.net>
fix also a minor problem in stdlib_unix
Are you certain about the merge commit. There seems to be nothing else than opam files changes and some comments ? |
On tezos'
On this here branch:
The IIUC, there's been some up- and down-streaming of patches in this project. Hence the very similar sources and the short diff. |
c63f5c4
to
fae576b
Compare
Ok then, it's good to go. It probably don't require a new release right now. |
These are all the commits from the tezos repository (https://gitlab.com/tezos/tezos) that made changes to the vendored
ocplib-json-typed
. A merge commit reconciles work from the vendored and upstream version.