JuliaDebug / JuliaDebug/Cthulhu.jl
Proposal: split test/FakeTerminals.jl out into its own package
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 709
- Forks
- 46
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 2
Description
SnoopCompile has a Cthulhu extension and JET may soon get one. It might be nice if it were easy to test these extensions, and a key to testing them would be fake terminal support.
Of course, this isn't essential because we can always use include(joinpath(pkgdir(Cthulhu)), ...). But it seems like it might be more broadly usable if it were a package.
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 inspecting test/FakeTerminals.jl and the repository's package and test configuration. Determine the package boundary and dependencies needed for fake terminal support to be used by Cthulhu, SnoopCompile, and potentially JET extensions. Done means the support is independently usable as a package and existing tests still work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100