trixi-framework / trixi-framework/libtrixi
Remove dependency on Pkg
Open
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 3
- Forks
- 3
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 1
Description
Pkg itself is quite large and it would probably be better to just use TOML.jl directly.
Contributor guide
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 with LibTrixi.jl/Project.toml at the linked dependency entry, then search the repository for uses of Pkg and TOML.jl. Remove the Pkg dependency and use TOML.jl directly wherever needed; confirm the project still resolves and its existing checks pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- build-system
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100