Rename mirage-http to cohttp-mirage#247
Conversation
Related to [mirage/ocaml-cohttp#572] Signed-off-by: David Scott <dave@recoil.org>
baeecd6 to
e2dfbfc
Compare
|
Unfortunately the PIN for |
This is needed for cohttp-mirage: it's not possible to PIN and create a new package because the CI blocks. Signed-off-by: David Scott <dave@recoil.org>
Signed-off-by: David Scott <dave@recoil.org>
|
@djs55 while I appreciate fixing for new package releases, I'm against that people merge their own PRs in this organisation (unless approved by someone else). In this case, I still have in mind that the master branch of mirage-skeleton is supposed to work with packages released to the main opam repository (which is now no longer the case - cohttp-mirage is missing there, the mirage tool needs to be pinned as well) - whereas a dev branch in here should work with mirage-dev remote (that's where lock-step releases should be gathered). The reasoning behind this is that newcomers should have a pleasant experience when working on the tutorial - I'm aware that our state with OCaml 4.06.0 is not very good right now, but this PR made the experience using any other OCaml compiler bad as well. |
|
Sorry for any disruption caused -- I'm trying to complete the |
|
To minimise disruption I've reverted I've also made
|
|
@djs55 thanks (both for your 4.06 safe-string work, and for reverting the master branch here to something which works with packages from opam-repository)! The information used to be part of README.md (which used to be different (pointing to mirage-dev repo) in the mirage-dev branch). I agree that we should revive this information either in README or create a CONTRIBUTING file. |
Related to [mirage/ocaml-cohttp#572]
Signed-off-by: David Scott dave@recoil.org