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

[new release] re (1.11.0) #24296

Merged
merged 1 commit into from
Aug 23, 2023
Merged

Conversation

rgrinberg
Copy link
Member

RE is a regular expression library for OCaml

CHANGES:

CHANGES:

* Add `Re.group_count` to get the number of groups in a compiled regex (ocaml/ocaml-re#218)
* Add `Re.exec_partial_detailed` to allow resuming searches from partial inputs
  (ocaml/ocaml-re#219)
* Re-export `Re.Perl`'s `Parse_error` and `Not_supported` exceptions
  in Pcre (ocaml/ocaml-re#222)
* Add support for `DOTALL` flag in `Re.Pcre.regexp` (ocaml/ocaml-re#225)
* Add support for named groups (ocaml/ocaml-re#223)
* Add support for some control characters in `Re.Perl` (ocaml/ocaml-re#227)
@mseri
Copy link
Member

mseri commented Aug 22, 2023

Re.View.Group and similar now take two arguments, I need to add a few upper bounds before this gets merged. I'll do it on a separate PR.

@mseri
Copy link
Member

mseri commented Aug 22, 2023

I think it may just be conan and pa_ppx_regexp that need an upper bound

@raphael-proust
Copy link
Collaborator

I can't find any error that seems related to this PR in the failed revdeps (now that @mseri has fixed the conan and pa_ppx_regexp packages).

@raphael-proust raphael-proust merged commit 07e1fdd into ocaml:master Aug 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants