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

Array/Dictionary Nodes no more reduced to array/dictionary variant #41983

Merged
merged 1 commit into from
Oct 20, 2020

Conversation

ThakeeNathees
Copy link
Contributor

@ThakeeNathees ThakeeNathees commented Sep 11, 2020

Fix: #41377
Fix: #41953
Fix: #42335

var   arr = [1, 2, 3] ## <-- constructed at runtime
const ARR = [1, 2, 3] ## <-- constructed at compile time

@ThakeeNathees ThakeeNathees changed the title Array/Dictinoary no more reduced to array/dictionary variant Array/Dictinoary Nodes no more reduced to array/dictionary variant Sep 11, 2020
@akien-mga akien-mga changed the title Array/Dictinoary Nodes no more reduced to array/dictionary variant Array/Dictionary Nodes no more reduced to array/dictionary variant Sep 11, 2020
@akien-mga akien-mga added this to the 4.0 milestone Sep 11, 2020
@vnen
Copy link
Member

vnen commented Oct 20, 2020

I remove #20436 from the list since it needs a fix in 3.2.

Thanks for the work, I should have seen this sooner!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants