michael-hoke commented on issue #1353: URL: https://github.com/apache/daffodil-vscode/issues/1353#issuecomment-3300234117
Moving out of 1.4.2 scope. The way that the logic works right now in scala is that all fields in the launch config are validated, and if validation errors are found, a message is placed into the left side of an Either (indicating there was an error). This error isn't handled until later in the parse process when we're generically looking for errors, which could be more serious than validation errors. If we find an error there, we're sending back a DAP event to have the front end display a popup. Fixing the logic for these specific instances is likely not going to be a simple change, this isn't a bug that's preventing anyone from doing anything they should be able to do, and, probably most importantly, all validation should be handled by the front end, and, assuming there are no holes there, someone would have to go out of their way to make this happen. -- 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]
