Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Conversation

@mgreter
Copy link
Contributor

@mgreter mgreter commented May 1, 2020

Fixes #3078

It seems the ternary is returning the type of the second argument.
This means that the first one was first upgraded to a shared object,
and once assigned to a normal pointer, it got prematurely collected.

Fixes sass#3078

It seems the ternary is returning the type of the second argument.
This means that the first one was first upgraded to a shared object,
and once assigned to a normal pointer, it got prematurely collected.
@mgreter mgreter self-assigned this May 1, 2020
@mgreter mgreter merged commit f1df4dc into sass:master May 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Segmentation Fault destructuring with @each

1 participant