redtide

Results 211 comments of redtide

> I don't understand where the `XMLSchemaParseError` is raised. In XSD 1.1 the `all` groups still have maxOccurs 0 or 1, but can contain other groups. isn't because of my...

First of all, thank you very much to work on this! > anyway maxOccurs="3" is admitted with XSD 1.1. So the syntax is correct? Thank you for the confirmation! >...

> This because it accesses also to XSD meta-schema annotations. Maybe there should be a specific method for extracting all annotations, with various filtering choices. I don't know much well...

Sorry for the delay. The example above basically? I tried to adapt this to your test but I'm not sure about the entire process (I mean if I did something...

Thank you for the work! I'll take a bit to finish some projects work, I'll try and let you know if solved ASAP.

C++17 has nothing to do with the issue, I have the same crash caused from [utility.cpp](https://github.com/LinArcX/kindd/blob/master/sources/utility/utility.cpp#L33) with a `std::regex_error`, and it only happens with an USB drive inserted.

I think this is not necessary here, I thought we could make st_audiofile a standalone repo with its own CI workflow and do this there instead.

I still have the same idea about not to "abuse" of CI resources (after the Travis experience...). Other than that, builds are quite a lot and takes forever if there...

Anyway.. this is strange, disabling `WAVPACK_ENABLE_ASM` was working before, unless it's something different this time. Is it possible that it needs to cache the var in CMake?