Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • fix bug where the debugger/tracer attempted to access a non-existent element after a parse failure, causing an abort
  • limit info parser output to 2 lines of text
  • modify the tracer defaults to only output the parent node and its children, instead of the entire infoset

Daffodil 0.10.0

Core

  • xs:include and xs:import now work with relative file schemaLocations
  • respect minOccurs when occursCountKind="implicit"
  • diagnostics improvements
  • fix 7-bit USASCII with implicit alignment
  • add schema definition warning if xs:appinfo source is incorrect
  • fix unsignedXXX values
  • improve schema definition error detection
  • eliminate duplicate errors
  • require that a complexType must have exactly one child, which must be a sequence, choice, or group reference
  • allow spaces in pathnames to input files and schemas
  • calculated values (e.g. inputValueCalc) maintain their precision in error messages
  • check for invalid DFDL entities
  • support for escaping percent sign

...