Skip to content

Releases: nokia/ntt

v0.6.1

17 Feb 21:35
Compare
Choose a tag to compare

Changelog

9f2aa76 Improve version info

v0.6

17 Feb 20:38
91093de
Compare
Choose a tag to compare

Changelog

91093de Add lsp status command (#166)
8a8eebd Extend show command with --sh and --json formatting options (#165)
f12036b Merge pull request #164 from 5nord/add-modulepar-command
f781731 adding 'controls' sub-command to the 'ntt list' command (#163)
0db1d18 CMake adaptions
1ea4040 Add module check (#161)
f82e74e Add optional limit for the usage of a symbol
c0a8154 Merge branch 'default-search-path'
165aaaf Add CMake helper for Protobuf (#160)
319a0cd Simplify CMake targets (#159)
8d11ac0 Update vendors

v0.5

18 Nov 15:34
Compare
Choose a tag to compare

Changelog

83f7a42 Change naming scheme for archives

v0.4

18 Nov 09:06
Compare
Choose a tag to compare
v0.4 Pre-release
Pre-release

Changelog

282e3fe Fix YAML indent error
956e5d5 Add windows builds
45f69d5 Configure GITHUB_TOKEN for goreleaser
febb2e9 Add archives
8522e86 Add initial release action

v0.3

06 Nov 08:31
10c544f
Compare
Choose a tag to compare
v0.3 Pre-release
Pre-release

Fixes:

  • Add proper parsing of array definitions and declarators. (#149)
  • Fix ImportDecl.LastTok
  • Fix matching test case tags (#158)
  • Ignore cache for '.' and '..' (#153)
  • Replace paths with URIs
  • gRPC interfaces for TTCN-3 (#66)
  • Remove debug logs

Features

  • Add additional help topics (#154)
  • CMake: Add targets for cTags, test list and import dependencies
  • Add ttcn3_validator checks (#156)
  • Execute tests as default action
  • Include modules identifier to definition search (#147)
  • Search global scopes while starting from a struct
  • Add import directories for internal tools
  • Substitute process for custom commands (#157)

v0.2

03 Sep 12:26
2b01ee8
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release

This release introduces various new features and improvements. Most should be backwards compatible, except that minimal requirement for Go is 1.11.x

Features

  • Add CLI option for enabling cpu profiles (#125)
  • Add variables section (#121, #122)
  • Add filters for ntt-list (#101)
  • Add baskets for ntt-list (#136)
  • Add CMake module for NTT (#110)
  • Add support for NTT_CACHE (#105)
  • Add support for broken t3xf-generators (#114)
  • Add Makefile (#113)
  • Add preview of ntt-lint
  • Add preview of ttcn3c

TTCN-3 Features

  • Add support for non-standard namespace expressions (#131)
  • Allow shebang, for using TTCN-3 as script (#104)

Bugfixes

  • Fix typo in FindModule
  • Fix copy&paste error in import handling
  • Fix issue with empty RootURI
  • Fix endless-loop in mcov tool (#140)
  • Fix import paths for cmd/k3 (#135)
  • Fix tags (#120)
  • Fix #98: Variables not found when empty (#102)

v0.1

17 Apr 07:58
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release

First preview release

This first release provides a preview of K3, a TTCN-3 tool providing:

  • k3 langsever: A TTCN-3 Language Server.
  • k3 tags: A generator for ctags files.
  • k3 list: Lists tests, imports, modules and tags from test suites.
  • k3 mcov: Scannes runtime logs and provides a message coverage report.
  • k3objdump: A tool for retrieving information about T3XF files.