Releases: byornski/castep-linter
Releases · byornski/castep-linter
0.7.1
10 Oct 14:45
Compare
Sorry, something went wrong.
No results found
Fixed issue with tree-sitter dependency on python 3.13
0.7.0
28 Aug 14:25
Compare
Sorry, something went wrong.
No results found
Fixed some parsing issues due to having continuation characters in function arguments.
Added printing of the first line of multiline issues.
Froze dependencies of tree-sitter and tree-sitter-fortran
0.6.0
28 Aug 12:41
Compare
Sorry, something went wrong.
No results found
Swapped tree-sitter-language-pack with tree-sitter-fortran. This should be much faster to install and have precompiled binaries available on some platforms.
0.5.0
25 Jul 16:01
Compare
Sorry, something went wrong.
No results found
Updated tree-sitter interface to use tree-sitter-language-pack instead of trying to compile an internal fortran grammar.
0.4.1
02 May 16:19
Compare
Sorry, something went wrong.
No results found
Added exception for "castep" trace_entry and trace_exit
v0.4.0a
13 Mar 11:58
Compare
Sorry, something went wrong.
No results found
v0.4.0
13 Mar 13:04
Compare
Sorry, something went wrong.
No results found
Added parallelism via --parallel nprocs flag.
v0.3.0
12 Mar 19:25
Compare
Sorry, something went wrong.
No results found
Added int32 and int64 kinds from iso_fortran_env
v0.2.0
12 Mar 11:58
Compare
Sorry, something went wrong.
No results found
Added
-Gcc style error reporting
-Emacs flycheck mode
-Fixed kind keyword parsing in json output
v0.1.4
18 Dec 12:58
Compare
Sorry, something went wrong.
No results found
Disabled allocate stat check variable/subroutine name checks for now.…