-
Notifications
You must be signed in to change notification settings - Fork 464
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Segfault parsing multiple operations in calc #2151
Comments
xzyfer
added a commit
to xzyfer/sass-spec
that referenced
this issue
Aug 23, 2016
This PR add specs for sass/libsass#2151
Simplified reproduction $v: 1px;
$b: #{$v} + #{$v} + #{$v} + #{$v} + #{$v}; Interestingly this relies on deprecated Sass behaviour. It's possible this behaviour will be removed from Sass before it's patched in LibSass. Spec added sass/sass-spec#893 |
Thanks! |
xzyfer
added a commit
to xzyfer/sass-spec
that referenced
this issue
Sep 2, 2017
This PR add specs for sass/libsass#2151
xzyfer
added a commit
to xzyfer/sass-spec
that referenced
this issue
Sep 4, 2017
This PR add specs for sass/libsass#2151
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
input.scss
libsass 3.3.6
segmentation fault
ruby sass 3.4.21
version info:
Notice following compiles properly:
The text was updated successfully, but these errors were encountered: