Merlin 5.7.0-504
We're happy to announce the release of Merlin 5.7.0-504. This release comes with a number of bug fixes and improvements to Merlin.
For more details, we encourage you to delve into the full changelog.
See the related announcement on the Discuss forums.
See full changelog
- 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