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

introduce TransformEnumValues #1769

Merged
merged 6 commits into from
Jul 16, 2020
Merged

introduce TransformEnumValues #1769

merged 6 commits into from
Jul 16, 2020

Commits on Jul 16, 2020

  1. Configuration menu
    Copy the full SHA
    cd8f35e View commit details
    Browse the repository at this point in the history
  2. add variable support

    also refactors rebuilding ast nodes in preparation for adding enum
    support
    yaacovCR committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    1bedbd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d34f437 View commit details
    Browse the repository at this point in the history
  4. introduce MapLeafValues transform

    refactor TransformEnumValues to use MapLeafValues for enum value conversion, with automatic converting of changed external enum values
    yaacovCR committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    35775ad View commit details
    Browse the repository at this point in the history
  5. tweak value transformer orders

    the passed inputTransformer should fire prior to the automatic value conversion, because otherwise when a value is removed, there would be nothing to convert.
    
    the same is true about output transformers
    
    when deleting the
    yaacovCR committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    7f1fe27 View commit details
    Browse the repository at this point in the history
  6. refactor

    yaacovCR committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    a2ac7d7 View commit details
    Browse the repository at this point in the history