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

Implements a brand new type engine #217

Merged
merged 9 commits into from
Oct 23, 2020
Merged

Commits on Oct 21, 2020

  1. TypeEngine update

     - Type engine is now pluggable.
     - Contributors can now add new types to flytekit, just using the
       register method
    
    TODO, all transformations should go through this type engine.
    Ketan Umare committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    214ec7a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'annotations' into type-engine-updates

    Ketan Umare committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    00aea6f View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Everything compiles and unit tests work except map

    Ketan Umare committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    0ced906 View commit details
    Browse the repository at this point in the history
  2. Map type working as well

    Ketan Umare committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    a830954 View commit details
    Browse the repository at this point in the history
  3. Type engine updated and unused code deleted

    Ketan Umare committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    66da2eb View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. renamed

    Ketan Umare committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    85f4823 View commit details
    Browse the repository at this point in the history
  2. formatting

    Ketan Umare committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    3014d12 View commit details
    Browse the repository at this point in the history
  3. Fixed lint errors

    Ketan Umare committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    c4c50c3 View commit details
    Browse the repository at this point in the history
  4. fmt

    Ketan Umare committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    067a22e View commit details
    Browse the repository at this point in the history