EnzymeAD / EnzymeAD/Reactant.jl
`Base.getindex(attr::Attribute, i)` is zero-indexed
Open
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 374
- Forks
- 75
- Avg merge
- 18h 34m
- Merged PRs (30d)
- 32
Description
We should make that 1-indexed for consistency.
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 implementation of Base.getindex(attr::Attribute, i) and any existing tests for Attribute indexing. Confirm the current zero-based behavior and surrounding indexing conventions; done means indexing is 1-based consistently and the relevant tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- compilers
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100