Skip to content

Commit 0df693e

Browse files
committed
another round of 4.05 Changes fixes
1 parent 69472fa commit 0df693e

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

Changes

+11-13
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ Next major version (4.05.0):
233233
module aliases
234234
(Xavier Leroy)
235235

236-
- GPR#378: Add [Printexc.raise_with_backtrace] raise an exception using
236+
- GPR#378: Add [Printexc.raise_with_backtrace] to raise an exception using
237237
an explicit backtrace
238238
(François Bobot, review by Gabriel Scherer, Xavier Leroy, Damien Doligez,
239239
Frédéric Bour)
@@ -244,6 +244,9 @@ Next major version (4.05.0):
244244
that extend non-terminal symbols in the language reference section.
245245
(Florian Angeletti, review by Gabriel Scherer)
246246

247+
- GPR#633: manpage and manual documentation for the `-opaque` option
248+
(Konstantin Romanov, Gabriel Scherer, review by Mark Shinwell)
249+
247250
- GPR#916: new tool lintapidiff, use it to update the manual with
248251
@since annotations for API changes introduced between 4.00-4.05.
249252
(Edwin Török, review by Gabriel Scherer, discussion with Alain Frisch,
@@ -254,9 +257,6 @@ Next major version (4.05.0):
254257
examples to this format.
255258
(Florian Angeletti)
256259

257-
- GPR#633: manpage and manual documentation for the `-opaque` option
258-
(Konstantin Romanov, Gabriel Scherer, review by Mark Shinwell)
259-
260260
- GPR#1082: clarify that the use of quoted string for preprocessed
261261
foreign quotations still requires the use of an extension node
262262
[%foo ...] to mark non-standard interpretation.
@@ -306,10 +306,10 @@ Next major version (4.05.0):
306306
first step towards moving Bigarray to the stdlib
307307
(Jérémie Dimino)
308308

309-
### Bytecode debugger (ocamldebug):
309+
### Toplevel:
310310

311-
- GPR#977: Catch Out_of_range in "list" command
312-
(Yunxing Dai)
311+
- PR#7060, GPR#1035: Print exceptions in installed custom printers
312+
(Tadeu Zagallo, review by David Allsopp)
313313

314314
### Tools:
315315

@@ -486,10 +486,13 @@ Next major version (4.05.0):
486486
- GPR#934: check for integer overflow in Bytes.extend
487487
(Jeremy Yallop, review by Gabriel Scherer)
488488

489-
- GPR#956 Keep possibly-effectful expressions when optimizing multiplication
489+
- GPR#956: Keep possibly-effectful expressions when optimizing multiplication
490490
by zero.
491491
(Jeremy Yallop)
492492

493+
- GPR#977: Catch Out_of_range in ocamldebug's "list" command
494+
(Yunxing Dai)
495+
493496
- GPR#983: Avoid removing effectful expressions in Closure, and
494497
eliminate more non-effectful ones
495498
(Alain Frisch, review by Mark Shinwell and Gabriel Scherer)
@@ -508,11 +511,6 @@ Next major version (4.05.0):
508511
- GPR#1075: Ensure that zero-sized float arrays have zero tags.
509512
(Mark Shinwell, Leo White)
510513

511-
### Toplevel and debugger:
512-
513-
- PR#7060, GPR#1035: Print exceptions in installed custom printers
514-
(Tadeu Zagallo, review by David Allsopp)
515-
516514
Next minor version (4.04.1):
517515
----------------------------
518516

0 commit comments

Comments
 (0)