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

Add flattening, unindexed, unlabeled, dynamic, transparent support #156

Merged
merged 37 commits into from
Sep 17, 2023

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    afa2e74 View commit details
    Browse the repository at this point in the history
  2. work on unifying value impls

    KodrAus committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    16cddb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1174791 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fed670e View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. work on cleaning up derive

    KodrAus committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    589fb5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d14d71 View commit details
    Browse the repository at this point in the history
  3. rename derive attributes

    KodrAus committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    3698699 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2df9a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    157208b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    97546b4 View commit details
    Browse the repository at this point in the history
  7. work on flatten

    KodrAus committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    ab84b74 View commit details
    Browse the repository at this point in the history
  8. fill in flatten for enums

    KodrAus committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    0f0a069 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2a32407 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    843521b View commit details
    Browse the repository at this point in the history
  11. generalize flatten infra

    KodrAus committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    8d2bd83 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. add seq support for flatten

    KodrAus committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    f0aa1a4 View commit details
    Browse the repository at this point in the history
  2. split up flattener state

    KodrAus committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    148cd04 View commit details
    Browse the repository at this point in the history
  3. make flatten work on maps

    KodrAus committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    aac66ac View commit details
    Browse the repository at this point in the history
  4. add some more JSON cases

    KodrAus committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    e4230b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. work on seq flattening

    KodrAus committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    655e7c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    4327245 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99fff9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37772b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

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

Commits on Sep 15, 2023

  1. work on map flattening

    KodrAus committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    ebc35a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6647ccb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5171e29 View commit details
    Browse the repository at this point in the history
  4. work on derive tests

    KodrAus committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    eb71721 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Configuration menu
    Copy the full SHA
    1bc52da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c798186 View commit details
    Browse the repository at this point in the history
  3. use errors during tests

    KodrAus committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    9f0e689 View commit details
    Browse the repository at this point in the history
  4. add tags to labels

    KodrAus committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    c717ab5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea4ea25 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    76380a5 View commit details
    Browse the repository at this point in the history
  7. fix up test build

    KodrAus committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    68619f3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a470cb1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5b2c48c View commit details
    Browse the repository at this point in the history