-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert changes for source map suppport (#5945) #6106
Conversation
@SimenB is it normal that a snapshot that passes on Node 8 and 9, fails on 6? |
Sounds like the same thing as #5932 (comment) |
FWIW, I'd rather fork and publish sourcemap-support with my hack and use that, or at least give them a few days, before reverting. |
@SimenB Let's revert for the moment and we'll get it back once there's the forked version and/or the patch in + the release of the module. |
…)" This reverts commit 45cd277.
…)" This reverts commit 45cd277.
…)" This reverts commit 45cd277.
…)" This reverts commit 45cd277.
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
In #5945 we accidentally introduced a memory leak that makes all tests leak. This was detected with the help of @SimenB, by running the
--detectLeaks
flag against the own suite.It turns out that the fix needs to be done in
source-map-support
, for which a PR has been put up. In the meantime, we will revert the commit.