@@ -233,7 +233,7 @@ Next major version (4.05.0):
233
233
module aliases
234
234
(Xavier Leroy)
235
235
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
237
237
an explicit backtrace
238
238
(François Bobot, review by Gabriel Scherer, Xavier Leroy, Damien Doligez,
239
239
Frédéric Bour)
@@ -244,6 +244,9 @@ Next major version (4.05.0):
244
244
that extend non-terminal symbols in the language reference section.
245
245
(Florian Angeletti, review by Gabriel Scherer)
246
246
247
+ - GPR#633: manpage and manual documentation for the `-opaque` option
248
+ (Konstantin Romanov, Gabriel Scherer, review by Mark Shinwell)
249
+
247
250
- GPR#916: new tool lintapidiff, use it to update the manual with
248
251
@since annotations for API changes introduced between 4.00-4.05.
249
252
(Edwin Török, review by Gabriel Scherer, discussion with Alain Frisch,
@@ -254,9 +257,6 @@ Next major version (4.05.0):
254
257
examples to this format.
255
258
(Florian Angeletti)
256
259
257
- - GPR#633: manpage and manual documentation for the `-opaque` option
258
- (Konstantin Romanov, Gabriel Scherer, review by Mark Shinwell)
259
-
260
260
- GPR#1082: clarify that the use of quoted string for preprocessed
261
261
foreign quotations still requires the use of an extension node
262
262
[%foo ...] to mark non-standard interpretation.
@@ -306,10 +306,10 @@ Next major version (4.05.0):
306
306
first step towards moving Bigarray to the stdlib
307
307
(Jérémie Dimino)
308
308
309
- ### Bytecode debugger (ocamldebug) :
309
+ ### Toplevel :
310
310
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 )
313
313
314
314
### Tools:
315
315
@@ -486,10 +486,13 @@ Next major version (4.05.0):
486
486
- GPR#934: check for integer overflow in Bytes.extend
487
487
(Jeremy Yallop, review by Gabriel Scherer)
488
488
489
- - GPR#956 Keep possibly-effectful expressions when optimizing multiplication
489
+ - GPR#956: Keep possibly-effectful expressions when optimizing multiplication
490
490
by zero.
491
491
(Jeremy Yallop)
492
492
493
+ - GPR#977: Catch Out_of_range in ocamldebug's "list" command
494
+ (Yunxing Dai)
495
+
493
496
- GPR#983: Avoid removing effectful expressions in Closure, and
494
497
eliminate more non-effectful ones
495
498
(Alain Frisch, review by Mark Shinwell and Gabriel Scherer)
@@ -508,11 +511,6 @@ Next major version (4.05.0):
508
511
- GPR#1075: Ensure that zero-sized float arrays have zero tags.
509
512
(Mark Shinwell, Leo White)
510
513
511
- ### Toplevel and debugger:
512
-
513
- - PR#7060, GPR#1035: Print exceptions in installed custom printers
514
- (Tadeu Zagallo, review by David Allsopp)
515
-
516
514
Next minor version (4.04.1):
517
515
----------------------------
518
516
0 commit comments