Changes in ocaml-menhir 20240715:
menhir --list-errors
to produce incorrect output in some cases. This bug was never observed in real life. (Contributed by Frédéric Bour.)menhir --coq
now generates From Coq.extraction Require Extraction.
, which is required for compatibility with future versions of Coq. (Requested by Xavier Leroy; implemented by Jacques-Henri Jourdan.)Changes in ocaml-ppx-deriving-yojson 3.9.0:
Deriving.t
values to allow definition of external Deriving
aliases (#159)Changes in ocaml-ppxlib 0.33.0:
Code_path.main_module_name
would not properly remove extensions from the filename and therefore return an invalid module name. (#512)-unused-type-warnings
flag to the driver to allow users to disable only the generation of warning 34 silencing structure items when using [@@deriving ...]
on type declarations. (#511)-unused-code-warnings
flag to the driver also control the generation of warning 34 silencing structure items when using [@@deriving ...]
on type declarations. (#510)-unused-code-warnings=force
command-line flag argument. (#490)Ast_builder.{e,p}list_tail
that take an extra tail expression/pattern argument parameter compared to Ast_builder.{e,p}list
, so they can build ASTs like a :: b :: c
instead of only [ a; b ]
. (#498, #502)Longident.parse
so it also handles indexing operators such as .!()
, .%(;..)<-
, or Vec.(.%())
(#494)special_function'
variant which directly takes a Longident.t
argument to avoid the issue that Longident.t
covers distinct syntactic classes which cannot be easily parsed by a common parser (#496).Pexp_function
nodes from 5.2+ to older versions (#504)-locations-check
behavior so it is no longer required to pass -check
as well to enable location checks. (#506)Changes in ocaml-yojson 2.2.0, 2.2.1, and 2.2.2:
Yojson_five
internals anymore (#180)Changes in ocaml-zip 1.12:
Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:
sudo dnf upgrade --refresh --advisory=FEDORA-2024-67da26c16e
Please login to add feedback.
This update's test gating status has been changed to 'waiting'.
This update's test gating status has been changed to 'ignored'.
This update has been submitted for stable by bodhi