Skip to content

Releases: raven-computing/reckon

v1.3.0

16 Mar 17:42
Immutable release. Only release title and notes can be modified.
v1.3.0
8cd46ad

Choose a tag to compare

Release notes:

  • We added support for JavaScript source files.
  • The behaviour of the rcnCountLogicalLines() function was changed to be lenient with regards to partial syntax errors in source code when counting logical lines. Previously, an error for the file as a whole was reported for any syntax error. With the new behaviour, LLC reports are more accurate because sometimes the used source code parsers indicate unwarranted syntax errors due to technical limitations. Smaller errors are now tolerated and do not distort the overall count. The old behaviour can still be accessed via the newly introduced rcnCountLogicalLinesStrict() function or by using the strict field of the RcnStatOptions type.
  • The above described behaviour is also reflected by scount and you can use the --strict CLI option to access the old behaviour.
  • scount will now emit warnings in certain cases for individual files that could not be fully processed.

See Changelog.

v1.2.0

08 Mar 10:16
Immutable release. Only release title and notes can be modified.
v1.2.0
980d069

Choose a tag to compare

Release notes:

  • We added support for Bash shell code and R source files.
  • With scount you can now use the --lines option to only compute and show line-related metrics.
  • scount will now show more rows in the table listing for individual files.
  • We have increased some internal file processing limits so that larger source trees are handled without interference. This is a safety mechanism to protect against symlink loops in the file system. Normally, you should not have to worry about hitting this limit.
  • Other internal improvements.

See Changelog.

v1.1.0

08 Feb 12:05
Immutable release. Only release title and notes can be modified.
v1.1.0
627e654

Choose a tag to compare

Release notes:

  • We added support for Python, Markdown, XML and JSON formats.
  • Introduced the --stop-on-error option in the scount CLI to abort an operation as soon as an error is encountered.
  • When the LLC metric is not applicable for a specific format, the result count in the LLC column will now be displayed as 'n/a' instead of the number zero.
  • Added the boolean hasLogicalLines field to the RcnCountResultGroup type in libreckon.
  • Improved error messages in scount.
  • Improved the appearance of the individual file table for large results.

See Changelog.

v1.0.0

24 Jan 20:08
v1.0.0
2dc9eaf

Choose a tag to compare

Release notes:

  • Open source release v1.0.0