Skip to content

Version 0.1.1 (Jul 31 2016)

Latest
Compare
Choose a tag to compare
@rodarima rodarima released this 10 Dec 21:59
· 2 commits to main since this release

General changes:

  • New "general" protocol module, with one command, "time".
  • Programs always read a file ".rtfl" in the current directory.
  • New program "rtfl-objbase".

Rtfl-objview:

  • Some work on Graph2 (updated to Graphviz version 2.38.0, fixed rendering bug,
    draw edges as b-splines, better library detection by configure script). It is
    now the default.
  • Ids of deleted objects are now forgotten.
  • "obj-create" is now navigable.
  • New option "-b"/"-B".
  • Fixed bug when displaying stack trace.

Miscellaneous:

  • Scripts now honour optional return values of "obj-leave".

New:

  • Started work on JVM agent, which automates many RTFL messages.

Internal Changes:

  • ObjectsController (and implementations), LinesSource, LinesSink.