lrbarber commented on issue #974: URL: https://github.com/apache/daffodil-vscode/issues/974#issuecomment-2023778748
Example of error message: ``` [error] Left over data. Consumed 1280 bit(s) with at least 64 bit(s) remaining. Left over data (Hex) starting at byte 161 is: (0x3ff278eabbeb1a00...) Left over data (UTF-8) starting at byte 161 is: (?�x��␚␀...) ``` Other types of messages are also not being displayed: ``` [warn] Schema Definition Warning: In expression Message_Identifier, result type (unsignedInt) should be manually cast to the expected type (NonEmptyString) with the appropriate constructor.Performing deprecated automatic conversion. (id: deprecatedExpressionResultCoercion) Schema context: choice[1] Location line 41 column 18 in file:/vagrant/test.dfdl.xsd ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
