Skip to content

Commit 359b08f

Browse files
author
Romain Beauxis
committed
Update unicode version to 14.0.0, prepare release.
1 parent 60f476a commit 359b08f

File tree

7 files changed

+2355
-2249
lines changed

7 files changed

+2355
-2249
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.5:
2+
* Fix exponential compilation time, thanks to @mnxn for reporting in #97
3+
and @fangyi-zhou for fixing in #106
4+
* Update unicode support for `14.0.0`.
5+
16
2.4
27
* Update `dune` support to `2.8`, add auto-generated `opam` files.
38
* Optimize generated code, thanks to @bobzhang

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(lang dune 2.8)
2-
(version 2.4)
2+
(version 2.5)
33
(name sedlex)
44
(source (github ocaml-community/sedlex))
55
(license MIT)

examples/regressions.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* This test that unicode_old.ml is a strict sub-set of
22
* new unicode.ml. *)
33

4-
let test_versions = ("12.1.0","13.0.0")
4+
let test_versions = ("13.0.0","14.0.0")
55

66
let regressions = []
77

examples/unicode_old.ml

Lines changed: 1025 additions & 989 deletions
Large diffs are not rendered by default.

sedlex.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "2.4"
3+
version: "2.5"
44
synopsis: "An OCaml lexer generator for Unicode"
55
description: """
66
sedlex is a lexer generator for OCaml. It is similar to ocamllex, but supports

src/generator/data/base_url

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://www.unicode.org/Public/13.0.0
1+
https://www.unicode.org/Public/14.0.0

src/syntax/unicode.ml

Lines changed: 1321 additions & 1256 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)