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

AutoCharArrayIntent calling non-existant member? #95

Closed
MatthewHambley opened this issue Dec 12, 2022 · 0 comments · Fixed by #118
Closed

AutoCharArrayIntent calling non-existant member? #95

MatthewHambley opened this issue Dec 12, 2022 · 0 comments · Fixed by #118
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@MatthewHambley
Copy link
Collaborator

On line 619: if not param_value.string == "*": it's not clear that a "string" member exists.

Bug seems to be coming from

  !> Test to ensure that character type c_native is the same kind as a default character
  !>
  @test
  subroutine test_constants_c_native( )
    use constants_mod, only : c_native
    implicit none
    character (kind=c_native) :: val_native
    character                 :: val_default
    @assertEqual(kind(val_native), kind(val_default))
  end subroutine test_constants_c_native

Why was this not trapped by testing/

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant