Skip to content

Commit

Permalink
Update unicode version to 14.0.0, prepare release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain Beauxis committed Dec 3, 2021
1 parent 60f476a commit 359b08f
Show file tree
Hide file tree
Showing 7 changed files with 2,355 additions and 2,249 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.5:
* Fix exponential compilation time, thanks to @mnxn for reporting in #97
and @fangyi-zhou for fixing in #106
* Update unicode support for `14.0.0`.

2.4
* Update `dune` support to `2.8`, add auto-generated `opam` files.
* Optimize generated code, thanks to @bobzhang
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(lang dune 2.8)
(version 2.4)
(version 2.5)
(name sedlex)
(source (github ocaml-community/sedlex))
(license MIT)
Expand Down
2 changes: 1 addition & 1 deletion examples/regressions.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(* This test that unicode_old.ml is a strict sub-set of
* new unicode.ml. *)

let test_versions = ("12.1.0","13.0.0")
let test_versions = ("13.0.0","14.0.0")

let regressions = []

Expand Down
2,014 changes: 1,025 additions & 989 deletions examples/unicode_old.ml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sedlex.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "2.4"
version: "2.5"
synopsis: "An OCaml lexer generator for Unicode"
description: """
sedlex is a lexer generator for OCaml. It is similar to ocamllex, but supports
Expand Down
2 changes: 1 addition & 1 deletion src/generator/data/base_url
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://www.unicode.org/Public/13.0.0
https://www.unicode.org/Public/14.0.0
2,577 changes: 1,321 additions & 1,256 deletions src/syntax/unicode.ml

Large diffs are not rendered by default.

0 comments on commit 359b08f

Please sign in to comment.