On Mon, Aug 24, 2015 at 10:48 PM, Per Hedbor per@hedbor.org wrote:
I am personally much more interrested in why it breaks?
The strings really are static. I assume it could be the lack of trailing \0?
It should not really cause them to compare diffently, but I guess it might?
Changing to S(str,1,2) from S(str,0,2) makes then be zero terminated.
If you have a testcase, please try with that change.
Perfect! Thanks. This is why I didn't push anything to the main branch. :) And yes, that makes sense; the error is about how "changedblahblahblahmassivelongstring" isn't a recognized signal.
Since this change does fix the testcase, should I commit it to 8.1?
ChrisA