adiak_cmdline() should record a list, not a set
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 16
- Forks
- 7
- Avg merge
- 6h 34m
- Merged PRs (30d)
- 3
Description
adiak_cmdline() currently records a set of strings. It should really be a list because the order of the arguments matters and duplicates are allowed.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the implementation and tests for adiak_cmdline(). First inspect how command-line arguments are currently stored, then verify the change preserves argument order and duplicate values. Done means adiak_cmdline() records a list of strings rather than a set, with tests covering ordering and duplicates.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- hpc
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100