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

Organize to standard Daffodil test layout + minor updates #6

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Apr 15, 2020

  1. Organize project into standard Daffodil test layout

    No functional changes here, just moving files around
    
    - Allows for packaging the schema into a jar
    - Adds tdml file to allow quick testing by running "sbt test"
    stevedlawrence committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    f57dd9f View commit details
    Browse the repository at this point in the history
  2. Minor updates to schema and expected infoset

    - Remove elementFormDefault, this property is ignored
    - Increase the decimal precision of the textNumberPattern. This ensures
      that when we unparse numbers that no precision is lost
    - The text elements are nillable when their value is the empty string.
      Updates the expected infoset so that empty text elements are nilled
      instead of just being empty
    stevedlawrence committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    6daffa5 View commit details
    Browse the repository at this point in the history
  3. Update README

    - Update example infoset for nillable empty text
    - Use Apache Daffodil website instead of old NCSA daffodil
    - Fix paths based on new layout
    stevedlawrence committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    7d28069 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. Configuration menu
    Copy the full SHA
    ce80d99 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. Configuration menu
    Copy the full SHA
    6b1437e View commit details
    Browse the repository at this point in the history