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
To print the contents of a tasty file we only need the bytes of the file.
The current architecture forced us to load the context and have a wroking classpath.
When debugging, we sometimes need to see the contents of a tasty file witouth having the full classpath available.
* Use `dotty.tools.dotc.core.TastyPrinter.main` as new entry point
* Decouple `-decompile` from `-print-tasty`
* Only require .tasty file to be able to print its contents
* Keep the same CLI commands and flags
0 commit comments