Bertrand Coconnier

Results 203 comments of Bertrand Coconnier

Hi @Stadik, do you mean that ValgrindCI should raise an error if the XML file generated contains no info ? If so, I guess we should make sure that ValgrindCI...

> One follow-up question, partly triggered by [#834 (comment)](https://github.com/JSBSim-Team/jsbsim/issues/834#issuecomment-2305032022) in terms of state reports from notify sections in scripts. > > When we update `FGScript.cpp` do these state reports requested...

And speaking about #834, I have just committed some changes to replace the occurrences of `std::endl` by `\n`. The changes are just applied to the files that were planned to...

> Not sure if the following compile time concatenation would be to the liking of other developers 😉 > > ```c++ > cout > cout ``` I have no strong...

I've just pushed another commit to this PR to replace a couple of `normint` by `LogLevel::NORMAL` that have been overlooked in PR #1136.

> I have no strong opinion regarding this. Feel free to modify this PR branch (`bcoconni/logging3`) to your liking Or alternatively you can create your own branch and I'll cherry...

> > Or alternatively you can create your own branch and I'll cherry pick your commits to reformat the `\n`'s. > > Or should I wait for you to finish...

> With a rough assumption of decreasing verbosity from `BULK` to `FATAL` (typically a maximum of 1 of these 😉) , so a JSBSim user/developer gets to set a minimum...

> Will we merge this PR? @bcoconni Yes, sure. Done ! 😉

> The air density and atmospheric pressure values computed by JSBSim should closely align with standard reference values for the given temperature and altitude condition Well, according to ISA 1976...