Skip to content

Fix nullable filtering in spreads#16306

Merged
sandersn merged 3 commits into
masterfrom
fix-nullable-filtering-in-spreads
Jun 6, 2017
Merged

Fix nullable filtering in spreads#16306
sandersn merged 3 commits into
masterfrom
fix-nullable-filtering-in-spreads

Conversation

@sandersn
Copy link
Copy Markdown
Member

@sandersn sandersn commented Jun 6, 2017

Fixes #13066

Previously, null/undefined were removed upfront, which is incorrect. Now nullable types are removed with other non-primitives after union is lifted over spread. This produces unions, which are larger, but more correct.

Also move some spread tests into the conformance suite.

sandersn added 3 commits June 6, 2017 13:58
Previously, null/undefined were removed upfront, which is incorrect. Now
nullable types are removed with other non-primitives after union is
lifted over spread. This produces unions, which are larger, but more correct.
@sandersn sandersn merged commit 617f60e into master Jun 6, 2017
@sandersn sandersn deleted the fix-nullable-filtering-in-spreads branch June 6, 2017 22:00
@microsoft microsoft locked and limited conversation to collaborators Jun 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants