forked from ocaml/opam
-
Notifications
You must be signed in to change notification settings - Fork 0
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
test #3
Closed
Closed
test #3
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The actual menu and depext handling part of OpamSolution.install_depexts is now in OpamSolution.install_sys_packages, providing a lower-level way of requesting the OS package manager to install some packages.
Stops a previously non-registered installation from becoming registered and shouldn't affect existing installations.
Deals with old installations of mingw64, in particular on GitHub Actions.
Harden OpamStd.Sys.check_dll
Always pass `--no-write-registry` to Cygwin setup
Don't allow make to become shadowed
Wind CI forwards to the Windows compilers
Display lock hold/release messages on stderr instead of stdout
The Git-for-Windows and Cygwin options mean at least one Windows user is capable of blowing the previous limit of 9 menu items quite trivally. 1-9 used as before with a-z used for the remaining items.
Neither of these systems supports quoting (on Windows or Unix)
Extend OpamConsole.menu to support 35 options
Change default rule for `PKG_CONFIG_PATH` and `MANPATH` to `target`
Allow OpamStd.Sys to be have access to PATH-resolving machinery from OpamSystem. This also allows the dependency knot between OpamSystem and OpamProcess to be solved more simply.
Exposes the portion of OpamStd.Sys.resolve_command which searches the PATH environment for a given basename.
Rename and slightly repurpose `OpamClient.git_for_windows_check`
Disentangle `OpamProcess.resolve_command` and `OpamSystem.resolve_command`
Do not special case the rewriting rule for the PKG_CONFIG_PATH environment variable
…indows platforms --no flags as --no-cygwin-setup and --no-git-location remain available but are no-op
API: Allow explicit installation of system packages
The cURL project has maintained a beautiful changelog!
… cmd_stdout is given
De-emphasise options slightly when you're actually on the platform in question - as with CLI version.
Harden curl output parsing
…led-noninstalled Add a benchmark for opam list --installed on non-installed packages
Co-authored-by: Raja Boujbel <raja.boujbel@ocamlpro.com>
Remove unnecessary copies/move when fetching archives
new behaviour in 2.3, old behaviour is stil available with cli < 2.3
Consistent accepted repository links
CLI: add 2.3 in supported versions
Mechanism for reftests filtering
…by-default Disable shallow clone by default except for opam repositories
…scribe the switch actions
Co-authored-by: Raja Boujbel <raja.boujbel@ocamlpro.com>
…ed with 'avoid-version/deprecated' unless '--all' is given
Partial revert of 64a569f
opam switch list-available will not display compilers flagged with avoid-version/deprecated unless --all is given
OpamFile: Make all writes atomic
Speedup "make reftest-gen"
…and ignoring the error
kit-ty-kate
force-pushed
the
git-submodule-fail-test
branch
from
August 16, 2024 19:00
4954de6
to
2a1e199
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.