JuliaDebug / JuliaDebug/Cthulhu.jl
`runtime` warning for `!==` calls
Open
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 709
- Forks
- 46
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 2
Description
I sometimes see "runtime" indicators as in:
runtime libgfortran_version(p::Base.BinaryPlatforms.Platform)::Union{Nothing, VersionNumber} !== nothing::Nothing
But will this !== call really be a runtime call?
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 by reproducing the runtime indicator for the shown libgfortran_version(...) !== nothing expression and trace how Cthulhu.jl classifies that call. Confirm whether !== is actually executed at runtime, then document or test the corrected classification; the issue names no file or existing test.
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
- 30/100