D-mo
D-mo
@sriteja777 here is an example of failing APK: https://file.io/xjeXQrwAXR6s
@iBotPeaches does this have to do with a bug in libexpat as mentioned above? And if so, would you consider bundling a patched version of libexpat with your packages?
@iBotPeaches would mind pointing me to the code that throws `error: Error parsing XML: not well-formed (invalid token)`? I want to see if I can figure out what's going on...
@sriteja777 oic. Sorry misunderstood. But IMHO you can create one yourself and just add an invalid character (eg, `$`) to an XML tag. From what I understood it's `aapt2` which...
The title should be renamed to "Does not work with _generic_ lambdas"
Come to think of it, I don't think it should. Generic lambdas use templated call operator. So, you are basically saying: ``` c++ template int foo(T) { return 0; }...
@Zebiolo I can program it, but I would really like to do it against my earlier patches. If that's OK with you, I can break up my earlier request into...
Oh... who is the boss now? Jonas?
@Zebiolo so who is in-charge then?
@Zebiolo if you are not planning to maintain the 2.0 series any more, then I would do as you suggested -- tag the current master, merge next into it and...