Re: [lldb-dev] Possible fix for Bug 21190 - CategoriesDataFormatterTestCase failure

2014-10-09 Thread Todd Fiala
I'll go ahead and track down the actual use case that was failing for him originally. I think in the meantime we just back out the original change and, if we still need it, put it in without breaking other things. -TOdd On Thu, Oct 9, 2014 at 10:32 AM, Greg Clayton wrote: > Just a note for Ton

Re: [lldb-dev] Possible fix for Bug 21190 - CategoriesDataFormatterTestCase failure

2014-10-08 Thread Todd Fiala
Hey Alex, The option parsing quotes handling changes started when Tong was trying to get the expression parser compiler args setting introduced. So I think the ultimate cleaner fix will end up needing to look at the compiler args he couldn't initially pass in, use that as a test case for a robust

[lldb-dev] Possible fix for Bug 21190 - CategoriesDataFormatterTestCase failure

2014-10-08 Thread Alex Pepper
So I found what was causing the bug and have a fix, but I don’t really like it. Ideally we would do away with the hacky add+removal of quotes but that would take some additional time to find better solution. The problem occurs when you have two options with the same argument value string as in