
30 May
2016
30 May
'16
1:20 p.m.
On Mon, May 30, 2016 at 12:56:31 +0200, Peter Krempa wrote:
On Mon, May 30, 2016 at 09:31:00 +0200, Michal Privoznik wrote:
[...]
I was worried that it might mangle aliases for other enums containing numbers followed by a capital U but I didn't manage to break it.
Humm. I actually didn't apply your patch while trying it. So if you have a enum value like "VIR_TEST_123U_BLAH" it becomes "VIR_TEST_123_BLAH" in the XML file which is not good.
ACK
Thus I have to take back the ACK. Peter