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

Segmentation fault with @extend and :global(> .sth) #2366

Closed
tleunen opened this issue May 2, 2017 · 3 comments
Closed

Segmentation fault with @extend and :global(> .sth) #2366

tleunen opened this issue May 2, 2017 · 3 comments

Comments

@tleunen
Copy link

tleunen commented May 2, 2017

Title: Be as meaningful as possible in 60 chars if possible

input.scss

.item {
    display: inline-block;

    :global(> .ext-link) {
        background: #000;
    }
}

.link {
    color: red;
}

.textLink {
    @extend .link;
    padding: 0 10px;
}

[libsass 3.5.5] [1]

Segmantation fault

ruby sass 3.4.21

Segmantation fault

version info:
See sass/node-sass#1961

mgreter added a commit to mgreter/libsass that referenced this issue May 20, 2017
mgreter added a commit that referenced this issue May 20, 2017
Fix segfault when extending pseudo selectors failed (#2366)
mgreter added a commit to mgreter/sass-spec that referenced this issue May 20, 2017
@mgreter mgreter self-assigned this May 20, 2017
mgreter added a commit to mgreter/sass-spec that referenced this issue May 20, 2017
mgreter added a commit to mgreter/sass-spec that referenced this issue May 20, 2017
@mgreter
Copy link
Contributor

mgreter commented May 20, 2017

Segfault has been fixed in libsass, but output does not match ruby sass.

@mgreter
Copy link
Contributor

mgreter commented May 22, 2017

This is basically also a duplicate of #2055 (missing specific pseudo selector behavior)

@mgreter
Copy link
Contributor

mgreter commented Jan 11, 2018

Closed via #2531

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

No branches or pull requests

2 participants