-
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
crash with invalid @warn input in Visual Studio #1460
Comments
Are you seeing crashes for errors too? Invalid input ie |
Hmm, no just "div {" as input does not cause a crash for me. |
Try master now? |
Yes that works for me. |
It's probably not new, but when I compile the sassc vcxproj I am getting these warnings from sass_context.cpp: 1>c:\dev\test\libsass\src\sass_context.cpp(193): warning C4297: 'copy_strings' : function assumed not to throw an exception but does |
👍 |
Similar to #1443 that I reported regarding a crash calling rbga with invalid parameters when compiled with VS, I find that
@warn foo!;
causes a crash in the same place (Memory_Manager::destroy(T* np)).
The text was updated successfully, but these errors were encountered: