shanedell opened a new pull request, #897:
URL: https://github.com/apache/daffodil-vscode/pull/897

   Fix check for using default values
   
   - The check used for seeing if default values or not was working improperly 
as it was checking the boolean-ness of a variable.
     - So, if the value provided was false it would still use a default value.
     - To fix the issue we need to check if accessing the varaible returns 
undefined meaning it wasn't provided so use the default then.
   
   Closes #852


-- 
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]

Reply via email to