Changes: move GPR#1377 from 4.06 to trunk

master
Gabriel Scherer 2017-10-19 14:43:26 +02:00
parent b4d4bd4a98
commit c904d413f7
1 changed files with 4 additions and 4 deletions

View File

@ -33,6 +33,10 @@ be mentioned in the 4.06 section below instead of here.)
### Tools:
- MPR#7643, GPR#1377: ocamldep, fix an exponential blowup in presence of nested
structures and signatures (e.g. "include struct … include(struct … end) … end")
(Florian Angeletti, review by Gabriel Scherer, report by Christophe Raffalli)
### Manual and documentation:
- PR#7647, GPR#1384: emphasize ocaml.org website and forum in README
@ -395,10 +399,6 @@ Release branch for 4.06:
and module type elements
(Florian Angeletti, review by Yawar Amin and Gabriel Scherer)
- MPR#7643, GPR#1377: ocamldep, fix an exponential blowup in presence of nested
structures and signatures (e.g. "include struct … include(struct … end) … end")
(Florian Angeletti, review by Gabriel Scherer, report by Christophe Raffalli)
- GPR#681: Introduce ocamltest, a new test driver for the
OCaml compiler testsuite
(Sébastien Hinderer, review by Damien Doligez)