Skip to content

Commit

Permalink
Merge pull request #1029 from ocsigen/release-5-8-0
Browse files Browse the repository at this point in the history
Release 5.8.0
  • Loading branch information
raphael-proust authored Oct 25, 2024
2 parents 96cdc83 + b2e742b commit 53916cf
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 5 deletions.
24 changes: 24 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
===== 5.8.0 =====

====== Improvements ======

* Make Lwt_seq.of_list lazier, make Lwt_set.to_list tail-rec. (Samer Abdallah, #1019)

* Convert more Lwt.fail into raise to increase availibility of backtraces. (#1008)

====== Documentation ======

* Small fixes. (Nils André, #1001, #1006)

* Convert manual to mld. (#951, Antonin Décimo)

====== Other ======

* Many improbements to the CI. (Sora Morimoto, Idir Lankri, #986, #1009, #1011, #1013, #1014, #1016, #1020, #1021, #1023, #1024, #1025)

* Improbements to the packaging. (Sora Morimoto, #1010, #1015)

* Make C code pass the stricter checks of GCC 14. (Jerry James, #1004)

* Fix many many C warnings and other fixes. (Antonin Décimo, #1007, #1022)

===== 5.7.0 =====

====== Breaking API changes ======
Expand Down
3 changes: 2 additions & 1 deletion lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ depends: [
depopts: ["base-threads" "base-unix" "conf-libev"]
dev-repo: "git+https://github.com/ocsigen/lwt.git"
build: [
["dune" "subst"] {pinned}
["dune" "subst"] {dev}
[
"dune"
"exec"
Expand All @@ -54,3 +54,4 @@ build: [
"@doc" {with-doc}
]
]
available: os-family != "windows" | "ocaml-version" < "5.2"
2 changes: 1 addition & 1 deletion lwt.opam.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
build: [
["dune" "subst"] {pinned}
["dune" "subst"] {dev}
[
"dune"
"exec"
Expand Down
2 changes: 1 addition & 1 deletion lwt_ppx.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ depends: [
"lwt"
]
build: [
["dune" "subst"] {pinned}
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down
2 changes: 1 addition & 1 deletion lwt_ppx_let.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ depends: [
"lwt"
]
build: [
["dune" "subst"] {pinned}
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down
2 changes: 1 addition & 1 deletion lwt_react.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ depends: [
"react" {>= "1.0.0"}
]
build: [
["dune" "subst"] {pinned}
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down

0 comments on commit 53916cf

Please sign in to comment.