| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| merlin-5.7.0-504.tbz | 2026-04-09 | 4.6 MB | |
| 5.7.0-504 source code.tar.gz | 2026-04-09 | 5.7 MB | |
| 5.7.0-504 source code.zip | 2026-04-09 | 6.8 MB | |
| README.md | 2026-04-09 | 1.2 kB | |
| Totals: 4 Items | 17.1 MB | 1 | |
CHANGES:
Thu Apr 09 09:59:38 WAT 2026
- merlin library
- Implement new refactor-extract-region command for extracting region to a fresh let binding (warning: this feature is still experimental) (#1948)
- Add "Other" variant to locate-types result (#2025)
- Don't include
optionin locate-types result for optional parameters (#2027) - Fix record field autocompletion (#2028)
- Signature help should not loop over the parameters once it is finished (#2023)
- Fix bugs on signature help about labelled and optional parameters (#2032)
- Add
-end-positionparameter forenclosing(#2029) - Signature help should appear even if the 'in' is not written (#2036)
- Improve type enclosing behavior on various class and object related items (#2053)
- merlin binary
- Define PATH_MAX to 4096 if undefined (eg. hurd) (#2039)
- test suite
- Add a reproduction case for #1214, the issue has been resolved before (#2022)
- Add reproduction case for #1763 but it is not failing anymore (#2021)
- Add a test to reproduce Locate command fails on multi-line type definitions (#2020)
- Add a regression test for issue #2019 (#2030)