ohm icon indicating copy to clipboard operation
ohm copied to clipboard

Fix tracing tests disabled in move to incremental parsing

Open pdubroy opened this issue 9 years ago • 0 comments

When we implemented incremental parsing, we disabled two tests in test-tracing.js:

test.skip('memoization', function(t) {
  ...
});

test.skip('bindings', function(t) {
  ...
});

We should fix the underlying issues and get these working again.

pdubroy avatar Jan 24 '17 12:01 pdubroy