-
Notifications
You must be signed in to change notification settings - Fork 463
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
3.3.3 Regression: Segfaults using @extend with unknown selector #1916
Milestone
Comments
Confirmed using
Test added sass/sass-spec#728 |
We actually crash trying to write the error message about it being undefined. Stacktrace,
|
This was referenced Feb 22, 2016
xzyfer
added a commit
to xzyfer/sass-spec
that referenced
this issue
Mar 17, 2016
This PR activates specs for sass/libsass#1916
xzyfer
pushed a commit
to xzyfer/libsass
that referenced
this issue
Mar 17, 2016
Cherry-picked from sass#1925. Fixes sass#1916 Spec sass/sass-spec#732
xzyfer
added a commit
to xzyfer/sass-spec
that referenced
this issue
Mar 17, 2016
This PR activates specs for sass/libsass#1916
xzyfer
pushed a commit
to xzyfer/libsass
that referenced
this issue
Mar 17, 2016
Cherry-picked from sass#1925. Fixes sass#1916 Spec sass/sass-spec#732
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There seems to be an issue with unfound selectors when using
@extend
. A segfault occurs when entering a selector which cannot be found elsewhere in the code. For example:While I think that it should report an error (even though ruby sass does not) currently, anything using libsass 3.3.3 crashes with a segfault. Using libsass 3.3.2 it will be compiled into:
The text was updated successfully, but these errors were encountered: