-
Notifications
You must be signed in to change notification settings - Fork 465
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
Fix quoted strings for C API #1287
Conversation
Set LIBSASS_TRACE to any value in the environment to watch a very verbose output live.
Make sure quoted strings coming via API are created as a String_Quoted instance. Adjust string "quoted" property sent via API on output. Trance lifecycle of string objects.
Thanks @saper. Please pull the logger into a separate PR. We need the string fix but I'm hesitant to add yet another (undocumented) logger. We should discuss and implement a single debugging interface. |
On Sun, 21 Jun 2015, Michael Mifsud wrote:
Yes, but the string fix is most probably incomplete and I need facility to develop Which debugging interface is documented? At least this one has But here we go: #1289 <-- string fix #1288 <-- tracing strings |
@saper I guess we currently mostly use
I guess you already found out how the DEBUG flag works, so I won't go into any details here. I'm also not really in favor of adding this kind of debug facility. You now added trace calls for every string creation, but why not add it for every type of |
This also introduced a live logging/tracing facility,
used to diagnose problems with dynamic casting.