We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b769d commit 7614713Copy full SHA for 7614713
src/main/java/org/truffleruby/language/backtrace/Backtrace.java
@@ -225,10 +225,6 @@ public Activation[] getActivations(Throwable truffleException) {
225
final Node callNode = stackTraceElement.getLocation();
226
227
if (callStackManager.ignoreFrame(callNode, stackTraceElement.getTarget())) {
228
- // TODO(norswap, 24 Dec. 2019)
229
- // Seems wrong to me, this causes frames that would otherwise be ignored to
230
- // count towards the omitted frames.}
231
- ++i;
232
continue;
233
}
234
0 commit comments