[Feedback] The inconsistency of stdlib
internal modules about access
keyword of opening files: stdlib_io/open, stdlib_logger
#465
Labels
bug
Something isn't working
specification
Discussion and iteration over the API
topic: IO
Common input/output related features
Describe the issue
I tried to use the
stdlib_logger
module, and used theopen
function instdlib_io
, and found that there was an adaptability problem. The root cause was thatstdlib_logger
required to open the log file asaccess=sequential
, while thestdlib_io:open
function defaulted to open the file asaccess=stream
, I was wondering if this is a problem and how to solve this problem?Links
stdlib/src/stdlib_io.fypp
Line 266 in d0f13b0
stdlib/src/stdlib_logger.f90
Lines 384 to 385 in d0f13b0
The text was updated successfully, but these errors were encountered: