j3-fortran / fortran_proposals

Proposals for the Fortran Standard Committee
178 stars 15 forks source link

Namelist delimiter proposal #94

Closed marshallward closed 4 years ago

marshallward commented 5 years ago

This patch includes a proposal to require delimiters for characters arrays in namelist output.

certik commented 4 years ago

@marshallward thanks for the PR. Can you comment on #122 and (hopefully) list it among your top 5?

zjibben commented 4 years ago

This is a very nice proposal, thanks! I think one thing to improve it more would be a code example showing the problem.

certik commented 4 years ago

@marshallward can you send us an example how this would be used? Ideally as a PR to the already merged file. This would greatly help us when advocating for the proposal. It's a little bit unclear without an example.

After you send it, we will upload it and discuss it at the committee.

Thanks!

marshallward commented 4 years ago

Sure, I will send a change in tomorrow morning. Thanks very much for the corrections and reformatting!

certik commented 4 years ago

@marshallward thanks! Please ping me when you do so.

marshallward commented 4 years ago

@certik @zjibben I've submitted an update here: https://github.com/j3-fortran/fortran_proposals/pull/154

This includes an example section describing how to reproduce the current issue.