newsEmacs Ada mode - News

 
 

ada-mode 7.3.0 released

Item posted by Stephen Leake <stephen_leake> on Wed 26 Oct 2022 01:19:48 PM UTC.

Ada mode 7.3 beta has been promoted to the release version.

ada-mode and wisi are now compatible with recent gnat versions. The
grammar is updated to the proposed Ada 2022 version.

Incremental parse is provided. It still has some bugs, so it is not
enabled by default. To try it:

(setq-default wisi-incremental-parse-enable t).

Incremental parse often gets confused; to recover, use M-x
wisi-reset-parser. That does a full parse of the entire buffer, which can be noticeably slow in large buffers.

This requires AdaCore gnatcoll packages which you may not have
installed; see ada-mode.info Installation for help in installing them.

build.sh will take longer than in previous releases, up to several minutes; the ada-mode LR1 parse table is now too big to store in ELPA, so build.sh generates it.

Back to the top

Powered by Savane 3.13-caa5.
Corresponding source code