Uh oh!
There was an error while loading. Please reload this page.
Remove public util use in lib/vm.js and lib/zlib.js - #26716
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
tniessen
commented
Mar 18, 2019
Welcome @dinaelhanan and thank you for your contribution. Your changes to You can find information about building and testing node locally here. Let us know if you need assistance. |
digitaldina
commented
Mar 18, 2019
@ZYSzys any clues why I'm getting this error? appreciate the help :) |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
digitaldina
commented
Mar 21, 2019
@ZYSzys hey, I've made few changes but I didn't touch isAnyArrayBuffer, however, I'm getting errors on it. Any ideas why? |
BridgeAR
commented
Mar 22, 2019
@dinaelhanan the reason for it is a cyclic structure. The former loading order allowed the module to properly resolve. Some changes reference them self, so one module returns |
BridgeAR
commented
Mar 22, 2019
digitaldina
commented
Mar 22, 2019
@BridgeAR ahhhh makes sense! |
Uh oh!
There was an error while loading. Please reload this page.
Co-Authored-By: dinaelhanan <dinaelhanan@gmail.com>
nodejs-github-bot
commented
Mar 27, 2019
nodejs-github-bot
commented
Mar 30, 2019
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
digitaldina
commented
Apr 1, 2019
@ZYSzys should be good but it's still showing an error :/ |
nodejs-github-bot
commented
Apr 3, 2019
BridgeAR
commented
Apr 4, 2019
@dinaelhanan it turns out that after a lot of similar PRs like this one landed that Would you be so kind and update the test as well so this can land? :) |
@BridgeAR done, let me know if there's anything I need to fix 👍 |
nodejs-github-bot
commented
Apr 8, 2019
@dinaelhanan It seems that there is still something wrong in (Maybe it would be less painful if you can do a It's weird that our travis CI passed and didn't catch that error before :D |
BridgeAR
commented
Apr 16, 2019
@dinaelhanan sorry that this did not go better but please have another look. Thanks :) |
richardlau
commented
Apr 16, 2019
It was a bug that was introduced into the Travis scripts that has been fixed: #27176 |
BridgeAR
commented
Dec 20, 2019
This seems outdated and the specific changes have already landed else wise. @dinaelhanan thank you very much for your contribution and I am sorry that this could not land! Please feel free to see if there's not something else for you that you would like to contribute with instead! |
Removed public use of util in lib/vm.js and lib/zlib.js
Checklist