Build new JDK to try the newest LanguageTool. https://wiki.debian.org/JavaPackage
Currently almost test is empty although.
Try to check some buffer. (C-x 4 w)
- Command line
- Server <-> Client
- Client manually invoke following in shell: java -cp langtool-language-tool-server-jar org.languagetool.server.HTTPServer -p 8082
set following:
(setq langtool-http-server-host "localhost"
langtool-http-server-port 8082)
Try to correct buffer (C-x 4 c)
- more unit test ( for each 4.x )
- check version dependent code. (old code is remaining)
- automated build/test on Github Action (27.x, 28.x, latest)
- langtool-popup.el: langtool-details-error-message -> langtool-simple-error-message as customize option
- Test (
make check
and manual test) - Add tag (
git tag **version**
) if enough changes (for stable melpa) If extra package should append prefix before version (which depend on melpa recipe :version-regexp). git push
&&git push --tags