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

Fix handling of filename-encoded pkgname in opam files #4401

Merged
merged 5 commits into from
Oct 23, 2020

Commits on Oct 21, 2020

  1. Makefile: add rule 'custom-libinstall'

    that does the same thing as `libinstall`, while registering it properly in opam
    using `opam-custom-install`.
    AltGr committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    8e3a308 View commit details
    Browse the repository at this point in the history
  2. Export a few more functions from OpamClient

    These are useful for handling reinstallations from e.g. `opam-custom-install`
    AltGr committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    b5d6d58 View commit details
    Browse the repository at this point in the history
  3. Fix: dirname of an opam file could erroneously override the package name

    The comment at l.2830 is now correct...
    
    See ocaml-opam/opam-publish#107
    AltGr committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    ffb4692 View commit details
    Browse the repository at this point in the history
  4. API fix: do not automatically infer name & version from read+lint fun…

    …ction
    
    it's only suitable for opam files read from repositories, and, as we could have
    expected, proves harmful in cases like ocaml-opam/opam-publish#107
    AltGr committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    cf08e6a View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. update changes

    rjbou committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    34c3dd0 View commit details
    Browse the repository at this point in the history