You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
The V8 profiler had a bug when emitting coverage reports: it produced invalid counts. This bug is now fixed in upstream V8. In order to support V8 coverage reports, this bug should be also patched in the V8 version bundled with Node. This patch is required to safely merge reports produced by different processes (V8 sessions).
This commit is currently on the branch canary-base. How likely is it that it will be part of Node 10.x? Having it on 10.x (instead of 11.x) would allow faster adoption of V8-based coverages.
Hi,
The V8 profiler had a bug when emitting coverage reports: it produced invalid counts. This bug is now fixed in upstream V8. In order to support V8 coverage reports, this bug should be also patched in the V8 version bundled with Node. This patch is required to safely merge reports produced by different processes (V8 sessions).
Could one of the maintainers cherry pick this commit?
The text was updated successfully, but these errors were encountered: