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(jsii): do not mark "any" or "unknown" as optional (unless "?") #295

Merged
merged 1 commit into from
Nov 7, 2018

Conversation

eladb
Copy link
Contributor

@eladb eladb commented Nov 7, 2018

We accidentally marked every "any" and "unknown" types as optional,
regardless if the declaration had a question mark or not.

Fixes #284

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Copy link
Contributor

@RomainMuller RomainMuller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds reasonable. I've opened #296 to track updating the spec so that we model optional and nullable as different concepts (optional should be modeled on the parameter, not on the type ref).

We accidentally marked every "any" and "unknown" types as optional,
regardless if the declaration had a question mark or not.

Fixes #284
@eladb eladb force-pushed the benisrae/any-is-not-optional branch from d532e64 to 9f9b015 Compare November 7, 2018 11:42
@eladb eladb merged commit cdf5a53 into master Nov 7, 2018
@eladb eladb deleted the benisrae/any-is-not-optional branch November 7, 2018 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants