pretty-stacktraces
pretty-stacktraces copied to clipboard
Results
2
pretty-stacktraces issues
Sort by
recently updated
recently updated
newest added
If a tasty file of an incompatible version is passed to the `inspectStackTrace` method, the error message is uncondittionally printed to stderr. There's no way to suspend it. The method...
Calling function by `name.apply(...)` generate the same bytecode as `name(...)`, but generated TASTY tree contains additional level of nested `$anonfun`. Can be problematic while disambiguating such functions called inside of...