Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposal: split test/FakeTerminals.jl out into its own package #581

Open
timholy opened this issue Jul 27, 2024 · 0 comments
Open

Proposal: split test/FakeTerminals.jl out into its own package #581

timholy opened this issue Jul 27, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@timholy
Copy link
Member

timholy commented Jul 27, 2024

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.

timholy added a commit to timholy/SnoopCompile.jl that referenced this issue Jul 27, 2024
`ascend` is a terminal program so it takes a bit of effort to test it.

xref JuliaDebug/Cthulhu.jl#581
timholy added a commit to timholy/SnoopCompile.jl that referenced this issue Jul 28, 2024
`ascend` is a terminal program so it takes a bit of effort to test it.

xref JuliaDebug/Cthulhu.jl#581
@simeonschaub simeonschaub added the enhancement New feature or request label Sep 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants