Damien Marchal
Damien Marchal
Beware @alxbilger, in https://github.com/alxbilger/sofa/pull/2 I made a mistake by removing the code for handleEvent(). Maybe the initial code need to be restore in to stay focus on just initial topic...
Hello @alxbilger, @fredroy, @hugtalbot Here is a quick test around the idea we discussed during the today's sofa dev meeting: https://godbolt.org/z/9f1z4nbfq
There is a lot of code in the .h. Would it be possible to have the same refactoring while keeping the headers clean.
Thanks for the review @alxbilger, I integrates your comments. More generally do you have any opinion on how we could improve the exceptions/component error in Sofa ?
Poke @hugtalbot I re-open it because there is the need for that :)
Hello @hugtalbot, Thanks for this PR. Replacing this string by a real link was really needed move. In your comment you are saying that from the solvers list only one...
Is this issue still valid ?
Thank @camilla-agabiti for reporting, we have our coding session today so we will investigate that.... @hugtalbot did you managed to reproduced the problem ? Because from what I see from...
To me compiler's specific default configuration shouldn't have consequence in our code base and we shouldn't design software architecture *because* of a specific compiler issue (which is actually not an...
Thanks for the interesting PR. It is unclear to me why using macros. It was thinking that these features are c++17 and we agreed sofa to on its way to...