Tom Clune

Results 51 issues of Tom Clune

The first is a survey paper of approaches to generics, similar to what Ondrej was working on at the previous meeting. The second is a (free) book on generic programming...

This will ensure that only designated individuals/teams can merge changes into the main branch. (To which I will be renaming the current primary branch shortly.)

Immediate thought is to have 3 folders: use_cases, examples, and documents. Might be better to just have actual documents in the top dir: requirements.md, specs.md, ...

A new use case tries to avoid reliance on the singleton pattern. Would be nice if pflogger.F90 made LoggerManager public.

enhancement

When a format is bad pflogger crashes with a minimally helpful message. Preferable would be to throw an exception, but since we do not have those in Fortran, we must...

The recent fix for sharing handlers and locks among Logger objects broke ```basic_config()```. A copy must be made somewhere of each handler passed in to avoid dangling pointers and or...

bug

Recent changes to gFTL-shared have introduced a convention to rename the Pair type in Map containers. This was instigated as a workaround for XLF, but is a better convention anyway....

Sometimes a message really only needs to come from one process. One can do this by having a separate logger for the purpose, but then it needs to have a...

To enable max level for restricting debug info to a low level file. Note: This issue was imported from the NASA internal GitHub, and was created prior to the open...