| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
@nodejs/testing @addaleax @Fishrock123 @princejwesley |
Sorry, something went wrong.
Tests relying on synchronous timing have been migrated to use events.
Sorry, something went wrong.
Sorry, something went wrong.
Tests relying on synchronous timing have been migrated to use events. PR-URL: nodejs#17828 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
|
Hm, this broke multilines in the repl. This can easily be verified with: {
After entering that, it is not possible to type anything anymore. @bmeck do you think you can get this working soon again? Otherwise I guess the best will be to revert it? |
Sorry, something went wrong.
|
@BridgeAR I'll take a look tomorrow and think I can fix it. |
Sorry, something went wrong.
This reverts commit de848ac. The commit broke multiline repl. PR-URL: nodejs#18715 Refs: nodejs#17828 Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit adds a regression test for de848ac, which broke multiline input in the REPL. PR-URL: nodejs#18718 Refs: nodejs#17828 Refs: nodejs#18715 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
|
Should this be backported to v9.x-staging? If yes please follow the guide and raise a backport PR, if not let me know or add the dont-land-on label. edit: looks like it was reverted setting don't land |
Sorry, something went wrong.
Tests relying on synchronous timing have been migrated to use events. PR-URL: nodejs#17828 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
This reverts commit de848ac. The commit broke multiline repl. PR-URL: nodejs#18715 Refs: nodejs#17828 Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit adds a regression test for de848ac, which broke multiline input in the REPL. PR-URL: nodejs#18718 Refs: nodejs#17828 Refs: nodejs#18715 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
| Back | FazBrowse Home | New Git URL |
Tests relying on synchronous timing have been migrated to use events.
This is in preparation for more robust testing with the top level await transform. Some minor naming changes were also made to try and make bits more consistent as I was reading them.
Checklist
Affected core subsystem(s)
repl, test