You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version: Current Head.
When I compile following scss code with sassc, there is a infinitive recursive loop in:
Sass::bind(std::string, std::string, Sass::Parameters_, Sass::Arguments_, Sass::Context_, Sass::EnvironmentSass::AST_Node_, Sass::Eval) (bind.cpp:13)
The program fails with a stack overflow and a segmentation failure.
What I expected: A error because there is a recursive dependence of mixins
This issue doesn't seem to be handled 100% correctly by ruby sass either. At least our spec runner does not seem to be able to catch it correctly (//CC @chriseppstein@xzyfer).
Version: Current Head.
When I compile following scss code with sassc, there is a infinitive recursive loop in:
Sass::bind(std::string, std::string, Sass::Parameters_, Sass::Arguments_, Sass::Context_, Sass::EnvironmentSass::AST_Node_, Sass::Eval) (bind.cpp:13)
The program fails with a stack overflow and a segmentation failure.
What I expected: A error because there is a recursive dependence of mixins
The text was updated successfully, but these errors were encountered: