janestreet / opam-repository

Opam repository for the development version of Jane Street packages
101 stars 10 forks source link

Core depends on `github` package #8

Closed yminsky closed 6 years ago

yminsky commented 7 years ago

It's notable right now because github isn't building, but why is this true at all?

RWO $ opam install core
The following actions will be performed:
  ∗  install github 2.3.0
  ∗  install core   v0.9.114.41+37
===== ∗  2 =====
ghost commented 7 years ago

I can't reproduce this. Can you try this?

$ opam list --depends-on github --recursive
# Available packages recursively depending on github.2.3.0 for 4.04.0:
datakit-bridge-github             0.9.0  A bi-directional bridge between the GitHub API and Datakit
datakit-ci                        0.9.0  Continuous Integration service using DataKit
datakit-github                    0.8.1  A bi-directional bridge between the GitHub API and Datakit
github-hooks                      0.1.1  GitHub API web hook listener library
opam-publish           0.3.0+transition  opam-publish transition package
opam-sync-github-prs              1.1.0  Sync OCaml GitHub issues with OPAM
publish                           0.3.4  A tool to ease contributions to opam repositories.
yminsky commented 7 years ago

I do have some weird pins right now, which maybe cause the problem?

anyway:

RWO $ opam list --depends-on github --recursive
# Available packages recursively depending on github.2.3.0 for 4.04.0:
datakit-bridge-github             0.9.0  A bi-directional bridge between the GitHub API and Datakit
datakit-ci                        0.9.0  Continuous Integration service using DataKit
datakit-github                    0.8.1  A bi-directional bridge between the GitHub API and Datakit
github-hooks                      0.1.1  GitHub API web hook listener library
opam-publish           0.3.0+transition  opam-publish transition package
opam-sync-github-prs              1.1.0  Sync OCaml GitHub issues with OPAM
publish                           0.3.4  A tool to ease contributions to opam repositories.
yminsky commented 7 years ago

And here are my pins:

RWO $ opam pin
merlin.3.0.0                          git   https://github.com/the-lambda-church/merlin.git
ocaml-topexpect.0.1                   git   https://github.com/let-def/topexpect.git
Real-World-OCaml.dev   (uninstalled)  path  /Users/yminsky/Documents/code/RWO-avsm
ghost commented 7 years ago

I can't see what would cause github to be pulled in. Does it happen with other unrealted packages?

yminsky commented 7 years ago

No. I'll update the issue if I see anything new.

On Fri, Apr 21, 2017 at 8:54 AM, Jérémie Dimino notifications@github.com wrote:

I can't see what would cause github to be pulled in. Does it happen with other unrealted packages?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/janestreet/opam-repository/issues/8#issuecomment-296182653, or mute the thread https://github.com/notifications/unsubscribe-auth/AArqJlan0yzof8Z3dO4DpYNLDjlOqjkRks5ryKb2gaJpZM4NEOVx .

hhugo commented 6 years ago

@yminsky, can this issue be closed ?