Skip to content

v0.4.1 - Stupid Bug Fixes

Latest
Compare
Choose a tag to compare
@MatthewHambley MatthewHambley released this 28 Nov 07:39
· 1 commit to v0.4 since this release
7391f34

The previous release was made without much testing against real-world code bases. We've since made such testing easier and discovered a number of bugs in the new rules added in v0.4.0. This release fixes those bugs.

Issues closed by this release:

  • #126 - Literal kind rule has trouble with arrays
  • #106 - KindPattern rule should handle no kind
  • #101 - Initialising pointers which are intent in is a bad idea
  • #95 - AutoCharArrayIntent calling non-existant member?

Minor new features:

  • #94 - Style name is not reflected in verbose output

Full Changelog: v0.4.0...v0.4.1