-
Notifications
You must be signed in to change notification settings - Fork 89
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
Warning: compact
has been removed breaks node-sass coverage
#360
Comments
@mgreter this is what I was worried about. Users are now getting warned even if they've defined their own |
Isn't that because tests contain |
No. We originally had a native |
Why does |
I believe the error is from the bourbon spec below, which defines it's own compact function. |
Please try with this patch. sass/libsass#1156 |
@mgreter Yeah couldn't reproduce it either. @sapar I've released libsass 3.2.2 - https://github.com/sass/libsass/releases/tag/3.2.2 |
We knew this was going to happen, didn't expect it to affect node-sass though |
@xzyfer I have more fixes for sassc so pls hold your horses :) |
I haven't yet released sassc.
|
Thanks, it works now! |
My environment:
(libsass has been compiled separately and linked to the node-sass binding as a shared library)
When running
npm test
I get the following warning:but the tests pass. Trying however to run
mocha
in the coverage testing mode fails immediately:Maybe the warning should be relaxed or compact test files removed from the spec?
Ping sass/node-sass#904 sass/libsass#1055 #359
The text was updated successfully, but these errors were encountered: