-
Notifications
You must be signed in to change notification settings - Fork 464
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
Compiling hangs when selectors with ">" are present #3013
Comments
I can’t confirm the exact cause, but I can confirm that I’ve had a flood of “sass compiling just hangs” reports since I shipped 3.6.2. I am rolling back to 3.6.1 for the time being. |
Sorry for the inconvenience @bdkjones, too bad the specs did not catch it before. |
Please re-open if you can reproduce this with 3.6.2, thanks. |
@mgreter no worries; I ship bugs all the time. It happens. This report is from one of my users and he was definitely running 3.6.2 at the time. I didn’t try to reproduce it myself, but I did have many other reports of hung compiling with 3.6.2, so I just assumed there was a regression somewhere. All of my Sass test files compiled correctly before I shipped the update with Libsass 3.6.2 in it, so the hang only manifests in certain conditions. I’ll wait for 3.6.3 and see if that resolves it. @massimo-cassandro: can you please email me the original Sass files that were hanging the compiler? I need ALL of them—the main file and everything it imports. That way, I can test Libsass 3.6.3 when it’s ready. My existing Sass test files clearly don’t trigger this bug. |
Compiling scss files hangs in presence of selectors that contain the ">" character. (version 3.6.2)
Example:
this rules hang while compiling:
All works well if rewritten in this way:
Expected css:
The text was updated successfully, but these errors were encountered: