stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

Stdlib linked list

Open ChetanKarwa opened this issue 3 years ago • 7 comments

This PR is to submit the first draft of the linked list module for stdlib. This is based upon #68 by Milan, #463 by me.

I have been working on this module as a part of my GSoC Project.
All my work was regularly updated on my personal repository that I have been sharing with everyone in my weekly report. Link to my repository (here). A bit detailed project report is available (here). List of all the weekly Blogs - (here)

The module was tested in two compilers, intel oneAPI and gfortran.

ChetanKarwa avatar Aug 20 '21 23:08 ChetanKarwa

How should we review this patch best? While there is an implementation I don't find a specification, examples or tests in this PR.

awvwgk avatar Sep 13 '21 21:09 awvwgk

Hi Sebastian,

Chetan and I can work on that - the documentation resides in his own repository together with the workplan, but let us distill a version that is suitable for reviewing the patch. We have a meeting planned for this friday, mainly for preparing the conference, but this may be a second topic.

Op ma 13 sep. 2021 om 23:29 schreef Sebastian Ehlert < @.***>:

How should we review this patch best? While there is an implementation I don't find a specification, examples or tests in this PR.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/fortran-lang/stdlib/pull/491#issuecomment-918592594, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAN6YR3ZNUGNWGZWTMDXGTTUBZUKTANCNFSM5CRFTFJA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

arjenmarkus avatar Sep 15 '21 13:09 arjenmarkus

Any update on this feature?

awvwgk avatar Dec 19 '21 12:12 awvwgk

I have not been in a position yet to follow on this. I want to contact @chetan karwa @.***> about it, but my workload has not diminished enough that I can actually spare the energy yet.

Op zo 19 dec. 2021 om 13:46 schreef Sebastian Ehlert < @.***>:

Any update on this feature?

— Reply to this email directly, view it on GitHub https://github.com/fortran-lang/stdlib/pull/491#issuecomment-997386216, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAN6YR4ZYWPHQOBJUUCMVNDURXHZBANCNFSM5CRFTFJA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you commented.Message ID: @.***>

arjenmarkus avatar Dec 20 '21 15:12 arjenmarkus

I guess this PR has become stale. Since we already have a decent implementation here, should we try to update the PR, address the review comments and get it merged?

awvwgk avatar Jul 30 '22 21:07 awvwgk

I guess this PR has become stale. Since we already have a decent implementation here, should we try to update the PR, address the review comments and get it merged?

Maybe @arjenmarkus / @chetan has some news/updates. Specs and tests are mainly missing.

jvdp1 avatar Jul 31 '22 20:07 jvdp1

I have (finally, sigh ;)) started setting up a test program. The documentation will follow with it.

arjenmarkus avatar Dec 03 '23 12:12 arjenmarkus