-
Notifications
You must be signed in to change notification settings - Fork 181
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
Script processing hungs for multiple left-hand function assignment case #866
Comments
I'm working on this |
Unhandled error inside Script for reproduce: var b = {};
b.onerror = b.onload = function (a) {
location = a;
}; Call stack: TypeError: ExprGen[$expr.type] is not a function
at exprToJs (C:\Hammerhead_github\lib\processing\script\tools\esotope.js:2005:24)
at Object.generateExpressionStatement [as ExpressionStatement] (C:\Hammerhead_github\lib\processing\script\tools\esotope.js:1657:22)
at Object.generateBlockStatement [as BlockStatement] (C:\Hammerhead_github\lib\processing\script\tools\esotope.js:1490:32)
at generateFunctionBody (C:\Hammerhead_github\lib\processing\script\tools\esotope.js:643:28)
at Object.generateFunctionExpression [as FunctionExpression] (C:\Hammerhead_github\lib\processing\script\tools\esotope.js:1205:9)
at Object.generateCallExpression [as CallExpression] (C:\Hammerhead_github\lib\processing\script\tools\esotope.js:1058:31)
at Object.generateCallExpression [as CallExpression] (C:\Hammerhead_github\lib\processing\script\tools\esotope.js:1058:31)
at run (C:\Hammerhead_github\lib\processing\script\tools\esotope.js:2028:92)
at generate (C:\Hammerhead_github\lib\processing\script\tools\esotope.js:2114:12)
at getCode (C:\Hammerhead_github\lib\processing\script\index.js:89:38) |
Any idea about when this fix will get published? |
The fix will be included in the next TestCafe version (0.12.0), we plan to publish it in the next one-two weeks. But we can publish a |
That'd be awesome 👍 |
Ok, will do it soon, I'll notify you |
@mathieudutour I have published new testcafe release https://github.com/DevExpress/testcafe/releases/tag/v0.12.0-alpha4 that contains this fix. |
This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests. We recommend you ask TestCafe API, usage and configuration inquiries on StackOverflow. |
It's reproducing in all browsers in hammerhead-playground
http://screencast.com/t/5ROkcM3Fety
The text was updated successfully, but these errors were encountered: