Ethin Probst

Results 282 comments of Ethin Probst

Uh... No, it doesn't appear to find it if it's configured without static either. It's not on my system, either, or at least, not in a path CMake knows about,...

I'm wondering if we could just generate `findXXXX.cmake`/`XXXX-Config.cmake` files that just use `pkgconfig` (ensuring that CMake finds ours) and then let's CMake do the rest? It's uncommon, but I think...

My thoughts as someone who loves botan: 1. I'd be hesitant to remove MD4. Maybe make it optional? I could see this being used if someone were to, e.g., have...

> It's an unfortunate one because it is still, sadly, in use in various niches. This is a common element to the remaining we-really-should-remove-this algorithms -- the obscure and rarely...

Okay, so I think this might be a bug with xmlschema after further tinkering. If I change it to: ```xml ``` It still shows as having 1 minimum and maximum...

I didn't know that, good to know. I raised this as a bug because I need to be able to tell what elements are optional or not for code generation...

@brunato Ah, okay. Is there a way I could use this from within my Ginja2 template, or would I need to write a custom filter? To be clear: I'm not...

@brunato Yeah, it might be worth either extending the library with this functionality in the model visitor or adding this filter. I'm uncertain how to do this other than in...

Also, it looks as though the model visitor still doesn't really detect optional elements. It sees the `include` element as being optional, but not any of the others, according to...