Skip to content

Releases: nokia/ntt

v0.14.0

17 Feb 10:14
7327ae1
Compare
Choose a tag to compare

Finding Definitions

Finding definitions is now faster and also supports dot-expressions (a.b.c). Component variables are still work in progress, though.

Linting

The ntt lint tool got three important fixes:

  • #410: Report syntax errors, before actual linting.
  • #411: Stop ignoring --config command line argument.
  • Display file paths.

Debugging

The ntt dump tool provides support for Graphviz.

image

Improvements

This release provides various clean-ups and bugfixes. Full Changelog: v0.13.2...v0.14.0

v0.13.2

07 Feb 15:25
7bbd3ec
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.1...v0.13.2

v0.13.1

07 Feb 08:54
24953f2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.13.1

v0.13.0

06 Feb 15:25
acc7552
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.1...v0.13.0

v0.12.0

01 Feb 13:44
a994403
Compare
Choose a tag to compare

What's Changed

  • Initial support for running tests with Nokia K3 toolset
  • Update to lsp 3.16 by @moosq in #347
  • Add pdeathsig by @5nord in #350
  • Fix ntt-show JSON output for errors by @5nord in #358

Full Changelog: v0.11.1...v0.12.0

v0.11.1

16 Dec 15:07
15507d0
Compare
Choose a tag to compare

This is a bugfix release:

  • Add missing working dir for ntt run and ntt report commands (#345)

v0.11.0

13 Dec 07:55
162028b
Compare
Choose a tag to compare

This release fixes an issue with goto definition showing duplicate entries (#338).

Full Changelog: v0.10.0...v0.11.0

v0.10.0

01 Dec 09:21
feec3a5
Compare
Choose a tag to compare

Documentation about Predefined Functions

We added detailed documentation about predefined functions, so you can stay in the flow if you need information on TTCN-3 semantics.

image

User Defined Documentation

Similar to predefined functions, we also display documentation of user defined functions. We hope you like it:

2021-12-01_10-39

Minor Improvements

  • Add additional info by @5nord in #322
  • Adjust verbosity and printout during test exec by @moosq in #324

Full Changelog: v0.9.7...v0.10.0

v0.9.7

24 Nov 09:25
4182d67
Compare
Choose a tag to compare

Changelog

4182d67 Disable lowercases for sluged IDs (#319)

v0.9.6

24 Nov 08:34
cfdc6a6
Compare
Choose a tag to compare

This release provides two bug fixes for manifest file handling:

  • Ignore NTT_CACHE for ./package.yml (#318)
  • Use absolute path for suite name calculation (#316)