Modified version which allows also setting specific variable inside a new or existing file
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 17
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
Moreover the modified version works with many julia types, basically anything that obeys the following
equation
eval(parse(sprint(print,x))) == x
There are a few lines of example usage in the end of the gist
The modified version returns a Dict and not a specialized type which I think is a better design choice here.
I am submitting this as a gist for evaluation and not as a PR because there are some design changes over the original.
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 reviewing the linked parseini gist and comparing its variable-setting behavior and Dict return value with the current IniFile.jl API. The issue presents design changes for evaluation rather than naming files or tests, so the desired API and acceptance criteria would need to be decided before implementation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100