VisionSystemsInc / VisionSystemsInc/terra
Add literal eval to setting environment variable expansion
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2
- Forks
- 3
- Avg merge
- 22m
- Merged PRs (30d)
- 1
Description
Currently, the environment variable substitution only works for returning strings. It might be useful to add a literal eval
try:
val = ast.literal_eval(val)
if val is string
val = ExpandedString(val)
except:
val = ExpandedString(val)
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
No file, test, or entry point is named in the issue. Locate the environment-variable substitution implementation and its existing tests first, then verify how non-string values and strings are expected to behave after expansion.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100