11merlin 4.7
22==========
3- undefined
3+ Thu Nov 24 13:31:42 CEST 2022
44
55 + merlin binary
66 - Replace custom "holes" AST nodes by extensions. This restores binary
77 compatibility and fixes issues with PPXs when using typed-holes.
88 (#1503 )
9- - Do not change temporarily Merlin's cwd when starting a PPX (#1521 )
9+ - Do not change temporarily Merlin's cwd when starting a PPX (#1521 ,
10+ fixes #1420 )
1011 - Fix a parsing issue when declaring the ` (??) ` custom prefix operator.
1112 (#1507 , fixes #1506 )
1213 - Fix variant constructors' comments grouping (#1516 , @mheiber , fixes #1513 )
@@ -18,15 +19,15 @@ undefined
1819 - Fix locate on module without implementation (#1522 , fixes #1519 )
1920 - Allow program name customization when merlin is used as a library. (#1532 )
2021 + editor modes
21- - vim: load the plugin when necessary if it wasn’t loaded before (#1511 )
22- - emacs: update CI for newer releases and fix some warnings (#1454 , @mattiase )
23- + test suite
24- - add tests for constructors' documentation (#1511 )
25- - add test cases for label comment documentation (#1526 , @mheiber )
22+ - vim: load the plugin when necessary if it wasn't loaded before (#1511 )
23+ - emacs: update CI for newer releases and fix some warnings (#1454 ,
24+ @mattiase )
2625 + test suite
26+ - Add tests for constructors' documentation (#1511 )
27+ - Add test cases for label comment documentation (#1526 , @mheiber )
2728 - Add a test for the ` enclosing ` command (#1512 )
2829 - Add tests for interactions between locate and record labels (#1505 )
29- - add test showing an issue with locate and implicit transitive deps
30+ - Add test showing an issue with locate and implicit transitive deps
3031
3132merlin 4.6
3233==========
0 commit comments