Tom Clune

Results 144 comments of Tom Clune

OK - I'll try a fresh clone myself. Maybe I'm the one that has not fully pushed to the updated version of fArgParse on the main repo. You should be...

fArgParse is current on the master, and I tested a fresh clone with all 3 of the compilers on my laptop. It turns out I also still have gfortran 8.3...

The XmlPrinter was contributed code. It is possible that some aspect was broken/dropped when I went to 4.0, but more likely there is metadata that was never properly introduced. It...

Depending on how you were doing the install, it is possible that find_package() was seeing the earlier install of fArgParse and thus not recompiling regardless of what you did in...

I will need help at least in the form of specific changes to make. I don't use this feature myself and am unlikely to spend time reading the Jenkins documentation...

Sorry for the delay in responding. The support for OpenMP in pFUnit is minimal in the sense that there is no special mechanism to identify the particular thread where a...

I'm a bit tired this morning, but I'm not seeing anything invalid. Tried turning on aggressive flags with a few compilers and just got warnings about not assigning values to...

I'm now thinking that it is technically illegal not to assign a value to the function result. I'll try to find the language in the standard before I pester the...

OK in 15.6.2.1 "If the function result is not a pointer, its value shall be defined by the function."

I have been out of town for several days. I will try to look at this issue more closely over the coming weekend. But I agree there is some fragility...