Skip to content

Conversation

@minhqdao
Copy link
Contributor

@minhqdao minhqdao commented Jun 15, 2023

Hotfixing a bug in convert_to_absolute_path.

This doesn't work:

 character(len=*), intent(inout) :: path ... path = absolute_path

Therefore using a deferred type parameter.

 character(len=:), allocatable, intent(inout) :: path ... path = absolute_path
Copy link
Member

@henilp105 henilp105 left a comment

Choose a reason for hiding this comment

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

Thanks @minhqdao , looks good to me.

Copy link
Member

@awvwgk awvwgk left a comment

Choose a reason for hiding this comment

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

Thanks for sharing.

@minhqdao minhqdao merged commit 969a452 into main Jun 17, 2023
@minhqdao minhqdao deleted the fix-convert-to-absolute-path branch June 17, 2023 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

5 participants