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

Handle empty items in arrays and arraylike objects #75

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Jul 15, 2021

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

Commits on Jul 19, 2021

  1. Configuration menu
    Copy the full SHA
    22c333d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff9314d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddf8e8e View commit details
    Browse the repository at this point in the history
  4. Adjust theming

    ninevra committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    6c4cea1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b2aa7a View commit details
    Browse the repository at this point in the history
  6. Serialize sparse arrays

    ninevra committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    2ad6803 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Use EmptyItem rather than empty primitive

    Having an EmptyList descriptor type seems like a clearer description of 
    the underlying data model than having an Empty primitive that can by 
    construction only occur in PrimitiveItems.
    ninevra committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    c44c993 View commit details
    Browse the repository at this point in the history
  2. Bump format version

    ninevra committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    7e4c74c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e069360 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    608fe62 View commit details
    Browse the repository at this point in the history