Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

remove arbitrary limit on width of input files, corrects #902 #941

Merged
merged 7 commits into from
Jun 17, 2023
Merged

remove arbitrary limit on width of input files, corrects #902 #941

merged 7 commits into from
Jun 17, 2023

Conversation

urbanjost
Copy link
Contributor

Uses getline() instead of direct READ() to eliminate arbitrary limit on width of files read. Should close #902

Replace fixed-size character length of I/O lines to allocatable arrays #902

Remove fixed-length I/O by using the already-available getline(3f)
procedure, which can read an arbitrary-length input line.

This should resolve #902.
Replace fixed-size character length of I/O lines to allocatable arrays #902

Remove fixed-length I/O by using the already-available getline(3f)
procedure, which can read an arbitrary-length input line.

This should resolve #902.
Copy link
Member

@perazz perazz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you @urbanjost for the fix, yes it definitely does what intended when I opened that issue.
Let's see if there are other comments, otherwise I think this can be merged soon.

@perazz perazz merged commit f4d9222 into fortran-lang:main Jun 17, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace fixed-size character length of I/O lines to allocatable arrays
2 participants