Switch `remove_env().env()` to override(envs)
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 5
- Forks
- 1
- Avg merge
- 17h 48m
- Merged PRs (30d)
- 2
Description
It seems like this would be less error prone if we had "env overrides" which replaced old env values with new ones instead of relying on callers to get this ordering correct.
Originally posted by @bonsairobo in https://github.com/ForesightMiningSoftwareCorporation/fslabscli/pull/234#pullrequestreview-3334427045
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
Start by locating the existing remove_env() and env() methods and reviewing their callers. Determine how an override(envs) operation should replace existing environment values; the work is done when callers no longer need ordering-sensitive remove_env().env() usage and the relevant behavior is covered by passing tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100