This repository was archived by the owner on Aug 5, 2022. It is now read-only.
Version 3.2.7
#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 theMaxattribute; - Illegal attribute values will now consistently produce an error (e.g.
Max="foobar").
- Check that the
Misc
- Travis-related changes;
- Documentation fixes;
- Fix displaying of syntax errors in EDD files.