JuliaDebug / JuliaDebug/Cthulhu.jl
MethodError in TypedSyntax
Open
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 709
- Forks
- 46
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 2
Description
I don't have an MWE for this, but I get a MethodError: no method matching getindex(::Nothing, ::Int) from this line: https://github.com/JuliaDebug/Cthulhu.jl/blob/f4581e84076e0dab62a7a90653adbda7ef95978c/TypedSyntax/src/node.jl#L167
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 at TypedSyntax/src/node.jl line 167 and inspect the path that produces getindex(::Nothing, ::Int). First obtain a minimal reproducible example for the reported MethodError, then verify the fix against that case; the issue provides no named test or reproduction beyond the failing line.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100