JuliaApproximation / JuliaApproximation/ContinuumArrays.jl
Rename or don't export `grid`
Open
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 31
- Forks
- 6
- Avg merge
- 9d 22h
- Merged PRs (30d)
- 2
Description
julia> grid(LinearSpline(1:5)[:,2:3])
WARNING: both Plots and ContinuumArrays export "grid"; uses of it in module Main must be qualified
ERROR: UndefVarError: grid not defined
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
Reproduce the Julia example using LinearSpline and grid, then inspect the package's exports and the conflicting Plots export. Decide whether grid should be renamed or omitted from the public API; done means the example no longer produces the export conflict and the chosen API behavior is covered by an appropriate test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100