Skip to content

Release 1.2

Compare
Choose a tag to compare
@c-brenn c-brenn released this 31 Mar 19:14
· 70 commits to master since this release

1.2 2017-03-26

Added

  • Added a features document for Release 2.
  • Parser now reports unnamed PML constructs. These are then displayed to the
    user in a similar manner to other warnings.
  • Parser now reports PML construct name clashes. These are then displayed to the
    user in a similar manner to other warnings.

Changed

  • Updated how warnings are displayed. Where possible, warnings now contain a
    preview of the section of the PML file that caused the warning. This is
    currently implemented for Unnamed Constructs and PML Construct Name Clashes. We intend to use a similar design for other errors and warnings in
    the future.

Fixed

  • Running automated integration tests will now correctly test the release
    matching the current tag that is checked out.