Hello everyone!,
This post is regarding GSoC project on improving strings support in Fortran.
The requirements of the project are such that the involvement of community will be fruitful for the overall acceptance of the libraries that are being developed under this project as the “go-to” libraries for performing string operations in Fortran.
Thus, I invite everyone to improve Fortran by leaving 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). Count (not raised yet)
Short Description: The function returns the number of times the pattern
substring occurred in the given string string
.
Linked PR: Not raised yet but code is available here
2). Replace substring in character/string_type #366
Short Description: The function replaces the input pattern
substring with the replacement
string in a given string string
.
Linked PR: #436
3). Pad #394
Short Description: Pads a string string
with the provided character sequence pad_with
.
Linked draft PR: #441
4). 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
Please use the above given link(s) to know more about the functionality, linked PRs (Pull Requests) and to join the discussion.
Previous work(s):
Work done in last week
Current status of Blog Post #4
1). Count (not raised yet)
Linked PR: None yet
Current Status: PR not raised yet but code is available here
2). Replace substring in character/string_type #366
Linked PR: #436
Current Status: PR under review
3). Pad #394
Linked PR: #441
Current Status: Under review as well as WIP
Current status of Blog Post #3
1). find function for substring matching #421
Linked PR: #433
Current Status: Merged
Work completed