Hello everyone!,
This post is regarding GSoC project on improving strings support in Fortran.
I invite everyone to leave their opinions/feedbacks on the functionalities that are currently in discussion. If you have any functionality in your mind to propose or discuss, please feel free to tag me (@Aman-Godara).
Currently in discussion:
1). to add back argument to find function #442
Short Description: With low-level implementation of find
function merged into stdlib, members suggested to add back
argument to function find
, thus an issue dedicated to this has been raised.
Linked PR: Not raised yet but code is here
2). move_alloc for strings #449
Linked PR: none yet
3). Reviewing PR: string list new #311
Short Description: The module provides with operations to deal with 1-D list of strings
.
4). slice function’s documentation made user friendly
Linked PR: #456
Please use the above given link(s) to know more about the functionality, linked PRs (Pull Requests) and to join the discussion.
Work done in last week
1). Count
Linked PR: #453
Current Status: Merged
2). Pad #394
Linked PR: #441
Current Status: Merged
3). to add back argument to find function #442
Linked PR: none yet
Current Status: Discussion in progress
4). move_alloc for strings #449
Linked PR: none yet
Current Status: WIP
5). Reviewing PR: string list new #311
Current Status: Discussion in progress
2). Replace substring in character/string_type #366
Linked PR: #436
Current Status: Merged
Previous Blog Posts