What's the best way to report a bug in the IR comp...
# javascript
r
What's the best way to report a bug in the IR compiler backend? Is the exception stack trace enough to report to YT?
s
Perfect bug report would describe steps to reproduce the issue. Link to the whole project if it is open source or a code snippet would be great.
r
I've found the issue is already reported https://youtrack.jetbrains.com/issue/KT-40083
s
Some exception stack traces are good enough to deduce the issue. But some are not.