llnl / llnl/Adiak

adiak_cmdline() should record a list, not a set

Open
#19 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.