-
I'm trying to read an optional boolean from a TOML table, but I'm not clear what the proper way to set that up is. The following code returns type(toml_table),allocatable :: table
logical :: bool
integer :: iostat
call get_value(table, 'bool', bool, stat=iostat) As I cannot check for By the way, the fact that I'm using TOML-F v0.2.2. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
That is indeed a bug in the getter interface, I'll add a branch to catch this correctly in #123. |
Beta Was this translation helpful? Give feedback.
That is indeed a bug in the getter interface, I'll add a branch to catch this correctly in #123.