Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evaluate assert/discriminator expressions after groupContent: WIP #987

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Mar 13, 2023

  1. Evaluate assert/discriminator expressions after groupContent

    According to 9.5 of the DFDL spec assert and discriminators with
    expressions should be processed after the content of their enclosing
    sequence, group, or choice. Before these expressions were always being
    processed before the content.
    
    This commit also moves the setVariable expression evaluaiton to the
    correct place, which is before the enclosing group.
    
    DAFFODIL-1971, DAFFODIL-1590
    Josh Adams committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    7a02a16 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Fix formatting

    Josh Adams committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    94fe3ae View commit details
    Browse the repository at this point in the history