jheaff1
jheaff1
I had deleted my comment (referenced by @BjarneStroustrup) as after I posted it I realised that one could use a custom std::terminate handler to gracefully stop processes in an application...
Really? I have often seen in online tutorials/papers a square root method used as an example to demonstrate contracts, whereby a precondition is that the input is more than 0....
I see, thank you for the clarification. I must have misunderstood the intention of contracts. If an application was so concerned about stopping critical processes upon std::terminate being invoked, it...
I’ve recently been working on building Qt 6 using rules_foreign_cc. To which repo should I submit a PR, this one or @Vertexwahn’s, which seems to support Qt6?
Any update on this? BREAKING CHANGE is still greedy 😁
Any update on this? I too would like to customise the parserOpts
I have also hit this issue when trying to build Python3 using [x86_64-linux-musl-native](https://musl.cc/x86_64-linux-musl-native.tgz). Is there any update on a fix?
I am aware that there is a recipe for Apache Thrift v0.30.0 in the Bincrafters GitHub. Are there plans to provide recipes for later versions of Thrift (e.g 0.90) and...
@Croydon Thank you very much for the clarification! Are Bincrafters packages deemed stable or are they considered work-in-progress and once complete then migrated to CCI?
Great, thanks for the info