Skip to content

Release 0.9.12

Compare
Choose a tag to compare
@florianschanda florianschanda released this 04 Aug 13:09
· 122 commits to main since this release

0.9.12

  • The lobster-trlc tool now includes the TRLC package in the
    requirement's name.

  • Rewrote the lobster-json tool to be more robust.

    • The lobster-json tool now uses a new, intended to be common,
      interface for building lobster tools. These tools can now process
      files in parallel, and also allow you to specify a file containing
      a line-separated list of files to consider (if you can't specify
      all the files you want to look at on the command-line).
    • The lobster-json tool can now process json files where the
      outermost item is an object.
    • Removed --include-path-in-name flag as it is now the default for
      lobster-json.
    • Removed --item-kind flag (we always generate activities now).