Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Fixing a compatiblity issue with generated blueprints and enum types. #117

Merged
merged 1 commit into from
Aug 25, 2017

Conversation

erunion
Copy link
Owner

@erunion erunion commented Aug 24, 2017

This fixes a compatiblity bug in generated blueprints where if you had an explicit enum type in a parameter, the blueprint would be generated with a type of enum[enum[string]]:

Resolves #113

@erunion erunion added the bug label Aug 24, 2017
@erunion erunion added this to the v2.0 milestone Aug 24, 2017
@erunion erunion requested a review from agilefox August 24, 2017 20:43
@erunion erunion merged commit a1cac45 into master Aug 25, 2017
@erunion erunion deleted the blueprint-with-explicit-enum branch August 25, 2017 15:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow enum on parameter declarations
2 participants