Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(kernel): correctly serialize enum values (#754)
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
- Loading branch information