chuckyvt
chuckyvt
This is a small change I made to the fypp call in CMake so that it can run fypp and build on Windows. If CMake can't find fypp the location...
This is a minor change to the loadtxt function to be more robust based on my experience in 'real world' use. Currently loadtxt specifies a format for the real read...
This falls under feature request instead of issue, but the current implantation of the tbl%get function has a couple 'non pure' subroutines, which block usage in 'Do Concurrent' loops. Not...
This is update to the hashmap capabilities to include generic key interfaces for most of the type-bound procedures that use key type. I believe this will be a nice step...
This is a proposed update to the hashmap routines to remove the 'other' derived type that is currently required to store values. I reviewed the PR history related to the...
As part of development work on the stdlib hashmaps, I have run into CI failures on the stdlib test that I'm not sure if it's due to code updates, or...
I ran across [this](https://community.intel.com/t5/Intel-Fortran-Compiler/unlimited-polymorphic-parameter-and-transfer-intrinsic/td-p/1062112) thread on Intel Fortran forums, which based on their interpretation of the standard, the transfer intrinsic should accept an unlimited polymorphic argument. Was excited to see...