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

fix(kernel): correctly serialize enum values #754

Merged
merged 3 commits into from
Aug 29, 2019

Commits on Aug 29, 2019

  1. fix(kernel): correctly serialize enum values

    When string-valued enums were serialized, an incorrect reference would
    be created if the label of the enum entry did not match it's string
    value; due to the lookup code being incorrect.
    
    Updated a string-valued enum and introduced new compliance tests to
    ensure such enum values are passed across correctly.
    
    Fixes #753
    RomainMuller committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    1694d36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f67788f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d5977f View commit details
    Browse the repository at this point in the history