codee-com / codee-com/open-catalog

[Fortran] format strings may generate indistinguishable output

Open
#100 1 comment 0 reactions 0 assignees View on GitHub
Fortran good first issue help wanted new check
Dominant language
Fortran
Stars
106
Forks
12
PR merge metrics
No merged PRs in 30d

Description

Format strings like '(5I0)' will generate single long number. Most of time, it is undesired behaviour.

Example:
```
program main
print '(3I0)', [11, 22, 33]
print '(3I0)', [112, 23, 3]
end program main
```

The same issue is for `real` type. For `logical` type, it is not a problem.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.