Enrico Guiraud

Results 153 comments of Enrico Guiraud

@Carreau the de-facto standard for c++ formatting is clang-format

ROOT's interpreter (meaning the actual C++ prompt) does it. I think they trap SIGSEV and execute [backtrace](http://man7.org/linux/man-pages/man3/backtrace.3.html) and print the result before exiting, as explained [here](https://stackoverflow.com/questions/77005/how-to-generate-a-stacktrace-when-my-gcc-c-app-crashes)

Did anyone ever solve this?

hi, _any_ error handling mechanism is better than no error handling mechanism: how do people check for errors in fish functions currently?

@faho I was being a little provocative there :smile: The politically correct version of that statement would read "any of the automatic error handling mechanisms proposed in this thread would...

> You now turn benign issues into malignant ones. I read the link, thanks! The problem would be as dire as you say if `set -e`-like automatic error handling was...

What C++ standard can I use? I see at least C++11 is allowed

The jenkins logs are gone, but the test failure is due to certain RDF warnings being printed out that were not printed before. I'll have to investigate why (and whether...