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

xpath: [incorrect] support for indexed-repeat function #150

Closed
wants to merge 5 commits into from

Commits on Jun 27, 2024

  1. chore: xpath package consistent test suffixes…

    … and eliminate glob imports for the bulk migrated ORXE tests (these were convenient during rapid dev on the xpath functionality, but now they just make ongoing maintenance a little extra annoying)
    eyelidlessness committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    9aad48b View commit details
    Browse the repository at this point in the history
  2. Fix (scenario): create missing repeat instances on answer call…

    … for consistency with JavaRosa.
    
    This change will become pertinent when adding support for `indexed-repeat`, as the pertinent `scenario` tests expect this behavior as well.
    eyelidlessness committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    9fdf3e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56df0ea View commit details
    Browse the repository at this point in the history
  4. scenario: update tests for indexed-repeat support

    - Direct test of function implementation in form context has minor modification to omit superfluous answer expression position predicates (and PORTING NOTES updated accordingly)
    
    - Child Vaccination smoke test updates to reflect progress based on ability to evaluate `indexed-repeat` function call. It is now blocked on lack of support for repeats with `jr:count`. It seems likely that functionality will allow significantly more progress through this smoke test.
    eyelidlessness committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    66aa8c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a781d92 View commit details
    Browse the repository at this point in the history