Closed
Description
Karma-opal-rspec is now using stacktrace.js:
This issue should now:
- Remove the
Kernel#caller
override in opal-rspec and just put in pure, raw JS stack traces only when a test fails and point people elsewhere (wherever this github issue gets done) to use source maps. Better yet, don't include any location info to avoid the overhead (see next bullet) - Compiler/Line Number Metadata #57 might be a more performant way of gathering metadata for every test