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

2.1.3 some backported PRs #5125

Merged
merged 23 commits into from
Jul 14, 2022
Merged

2.1.3 some backported PRs #5125

merged 23 commits into from
Jul 14, 2022

Commits on Jul 11, 2022

  1. changes: cleaning

    rjbou committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    213c7f1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ocaml#5097 from rjbou/git-protocol

    Github deprecation of `git://` protocol updates
    rjbou committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    5d78974 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ocaml#4913 from rjbou/rftst

    updates on reftests
    rjbou committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    0ca95b2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request ocaml#4966 from rjbou/reftests

    Reftests: some updates
    rjbou committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    010f966 View commit details
    Browse the repository at this point in the history
  5. Merge pull request ocaml#4979 from rjbou/reftests

    Reftests: port opam-rt tests
    kit-ty-kate authored and rjbou committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    6225eab View commit details
    Browse the repository at this point in the history
  6. Merge pull request ocaml#4974 from OCamlPro/reftestfix

    Irons out a few kinks left by latest reftest improvements
    AltGr authored and rjbou committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    08ef427 View commit details
    Browse the repository at this point in the history
  7. Merge pull request ocaml#5009 from kit-ty-kate/fix-reftest

    reftest: Escape regexps characters in string replacements primitives
    rjbou committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    7864cdb View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Merge pull request ocaml#5004 from AltGr/tests-autoupd

    Some new tests, and auto-update after package def
    kit-ty-kate authored and rjbou committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    863c069 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ocaml#4965 from rjbou/fx-admin-repo-upgrade

    Fix admin repo upgrade internal error
    rjbou committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    542e220 View commit details
    Browse the repository at this point in the history
  3. [p] Merge pull request ocaml#5024 from AltGr/fast-coinst

    Add pre-processing to coinstallability checks
    rjbou committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    37fab96 View commit details
    Browse the repository at this point in the history
  4. Merge pull request ocaml#4882 from OCamlPro/faster-instlist

    Optimisation for partial installability queries
    kit-ty-kate authored and rjbou committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    8c7c8ca View commit details
    Browse the repository at this point in the history
  5. Merge pull request ocaml#4999 from kit-ty-kate/perf-improvement-list

    Improve performance of some opam list combination
    kit-ty-kate authored and rjbou committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    075223a View commit details
    Browse the repository at this point in the history
  6. Merge pull request ocaml#4934 from dra27/multiple-caches-take-2

    Actually permit multiple state caches to co-exist
    AltGr authored and rjbou committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    085b1c0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request ocaml#4998 from kit-ty-kate/fix-perf-regression-op…

    …am-show
    
    Improve performance of opam show by 300% when the package to show is given explicitly or unique
    AltGr authored and rjbou committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    d40a6e9 View commit details
    Browse the repository at this point in the history
  8. Merge pull request ocaml#4978 from kit-ty-kate/zypper-no-upgrade

    Depexts: Stop zypper from upgrading packages on updates on OpenSUSE
    rjbou committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    eb40406 View commit details
    Browse the repository at this point in the history
  9. Merge pull request ocaml#4971 from kit-ty-kate/cmd-not-found

    Print user-friendly error messages when a command is not found, before calling the sandbox
    rjbou committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    47ded60 View commit details
    Browse the repository at this point in the history
  10. Merge pull request ocaml#5017 from dra27/cold-4.13

    Move cold compiler on master to 4.13.1
    dra27 authored and rjbou committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    9352adf View commit details
    Browse the repository at this point in the history
  11. Merge pull request ocaml#4982 from kit-ty-kate/fix-empty-conflict-exp…

    …lain
    
    Fix empty conflict explanations
    AltGr authored and rjbou committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    e43b59c View commit details
    Browse the repository at this point in the history
  12. Merge pull request ocaml#5056 from rjbou/init-config-fx

    Fix 'opam init' and 'opam init --reinit' when the `jobs` variable has been set in the opamrc or the current config
    rjbou committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    bb4a298 View commit details
    Browse the repository at this point in the history
  13. Merge pull request ocaml#5030 from kit-ty-kate/fix-doc

    Fix make doc
    avsm authored and rjbou committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    8bddb01 View commit details
    Browse the repository at this point in the history
  14. Merge pull request ocaml#5027 from rjbou/var-opt-fix

    `opam var` and `opam option` fixes when no switch is installed
    rjbou committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    e503583 View commit details
    Browse the repository at this point in the history
  15. Merge pull request ocaml#5117 from kit-ty-kate/off-214

    Bump opam-file-format to 2.1.4
    kit-ty-kate authored and rjbou committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    3c15344 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Fix AppVeyor

    dra27 committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    0720823 View commit details
    Browse the repository at this point in the history