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

Package extlib.1.8.0 #26584

Merged
merged 3 commits into from
Sep 19, 2024
Merged

Conversation

kit-ty-kate
Copy link
Member

extlib.1.8.0

A complete yet small extension for OCaml standard library
The purpose of this library is to add new functions to OCaml standard library
modules, to modify some functions in order to get better performances or
safety (tail-recursive) and also to provide new modules which should be useful
for day to day programming.

Current goal is to maintain compatibility, new software is encouraged to not use extlib since stdlib
is now seeing many additions and improvements which make many parts of extlib obsolete.
For tail-recursion safety consider using other libraries e.g. containers.



🐫 Pull-request generated by opam-publish v2.4.0

@raphael-proust
Copy link
Collaborator

There are some lowerbounds failures:

# context              2.3.0~alpha~dev | linux/x86_64 | ocaml-base-compiler.4.02.3 | pinned(https://github.com/ygrek/ocaml-extlib/releases/download/1.8.0/extlib-1.8.0.tar.gz)
# path                 ~/.opam/4.02/.opam-switch/build/extlib.1.8.0
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p extlib -j 31
# exit-code            1
# env-file             ~/.opam/log/extlib-7-308e4a.env
# output-file          ~/.opam/log/extlib-7-308e4a.out
### output ###
#         cppo src/extArray.pp.mli (exit 1)
# (cd _build/default && /home/opam/.opam/4.02/bin/cppo -D 'OCAML 402' src/extArray.mli) > _build/default/src/extArray.pp.mli
# Error: File "src/extArray.mli", line 119, characters 5-6
# Error: syntax error

after downgrade cppo 1.7.0 to 0.9.3

so I think cppo bounds need fixing.

@mseri
Copy link
Member

mseri commented Sep 19, 2024

The remaining failures seem unrelated

@mseri mseri merged commit c719e6f into ocaml:master Sep 19, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants