Cthulhu.jl icon indicating copy to clipboard operation
Cthulhu.jl copied to clipboard

Make other source-views first-class

Open timholy opened this issue 4 years ago • 0 comments

Currently the typed code is the only "first-class" code view; switching optimization state or other manipulations returns you to the typed view. However, in the longer run it might be nicer to make all the views have the same status, switching modes only when you choose the given selector. We might want to suppress certain options that aren't relevant to particular views from the menu.

Given our callsite display, we probably shouldn't do that until we can annotate, e.g., the source code with type information. To be robust it will require something like https://github.com/JuliaLang/julia/issues/31162.

timholy avatar Aug 05 '21 09:08 timholy