Open pyjarrett opened 8 months ago
When using the Ada & SPARK v24.0.4 plugin, I get a "Request textDocument/formatting failed" when trying to format https://github.com/pyjarrett/septum/blob/main/src/common/sp-cache.adb
Deleting elements from the file, it seems the formatter dies as a result of or terminate in this snippet:
or terminate
select accept Wake; or terminate; -- changing this to `delay 1.0;` results in no formatter failure end select;
The error text in the language server output is:
[Error - 10:49:10 PM] Request textDocument/formatting failed. Message: sp-cache.adb:17:1: Error formatting node (CompilationUnit). Keeping the initial input selection unchanged pp-formatting.adb:1247
When using the Ada & SPARK v24.0.4 plugin, I get a "Request textDocument/formatting failed" when trying to format https://github.com/pyjarrett/septum/blob/main/src/common/sp-cache.adb
Deleting elements from the file, it seems the formatter dies as a result of
or terminate
in this snippet:The error text in the language server output is: