-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Incorrect Lengths SDEs on Computed Element with LengthKind Implicit
- currently we SDE on IVC elements with lengthKind=implicit, which is incorrect, as it's a computed element. We update the code to check the element is represented before doing those checks. If it is, we do the check. - add condition that checks for IVC before doing the check - add tests DAFFODIL-2806
- Loading branch information
1 parent
11fcc71
commit 146572b
Showing
3 changed files
with
44 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters