JuliaGPU / JuliaGPU/GPUCompiler.jl
Make Cthulhu a package extension in v1.9?
- Dominant language
- Julia
- Stars
- 187
- Forks
- 68
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 28
Description
I'm honestly not sure this is really possible since it doesn't involve dispatch on new datatypes, but I feel like it'd be nicer if `code_typed(err; interactive=true)` would work out without asking the user to manually install `Cthulhu` _and_ run `using Cthulhu` before usage. The package extension would at least remove the latter requirement.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing the `code_typed(err; interactive=true)` entry point and reviewing how Julia package extensions are configured. Determine whether Cthulhu can be integrated so the interactive path works after installing Cthulhu without a manual `using Cthulhu`; done means the feasibility and required extension behavior are established.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100