Skip to content

Releases: byornski/castep-linter

0.7.1

10 Oct 14:45

Choose a tag to compare

Fixed issue with tree-sitter dependency on python 3.13

0.7.0

28 Aug 14:25

Choose a tag to compare

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

Choose a tag to compare

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

Choose a tag to compare

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

Choose a tag to compare

Added exception for "castep" trace_entry and trace_exit

v0.4.0a

13 Mar 11:58

Choose a tag to compare

Added parallelism

v0.4.0

13 Mar 13:04

Choose a tag to compare

Added parallelism via --parallel nprocs flag.

v0.3.0

12 Mar 19:25

Choose a tag to compare

Added int32 and int64 kinds from iso_fortran_env

v0.2.0

12 Mar 11:58

Choose a tag to compare

Added
-Gcc style error reporting
-Emacs flycheck mode
-Fixed kind keyword parsing in json output

v0.1.4

18 Dec 12:58

Choose a tag to compare

Disabled allocate stat check variable/subroutine name checks for now.…