You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
timholy
added a commit
to timholy/SnoopCompile.jl
that referenced
this issue
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.The text was updated successfully, but these errors were encountered: