Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Version 3.2.7

Compare
Choose a tag to compare
@dawagner dawagner released this 25 Nov 10:05
· 23 commits to master since this release

#376: Tighter checks on XML attributes

  • IntegerParameterType has been made template over its signedness and size, which simplifies the code and enabled to easily:
    • Check that the Minattribute is less than or equal to the Maxattribute;
    • Illegal attribute values will now consistently produce an error (e.g. Max="foobar").

Misc

  • Travis-related changes;
  • Documentation fixes;
  • Fix displaying of syntax errors in EDD files.