Skip to content

Make Subroutine.argnames return lower-case names #676

@reuterbal

Description

@reuterbal

To avoid patterns like this, and because Fortran is case-insensitive by default, we should make Subroutine.argnames return lower-case arg names .

    routine_arg_names = [arg.lower() for arg in routine.argnames]

[No action] We should make the routine.argnames property lower-case by default.

Originally posted by @reuterbal in #671 (comment)

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions