Uh oh!
There was an error while loading. Please reload this page.
feat(40197): No "did you mean to call" error when invocation is part of a logical expression - #40260
Conversation
1899aa1 to
ce4dcf3CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Ryan Cavanaugh (RyanCavanaugh)
commented
Aug 26, 2020
TypeScript Bot (@typescript-bot) test this |
Heya Ryan Cavanaugh (@RyanCavanaugh), I've started to run the extended test suite on this PR at ce4dcf3. You can monitor the build here. |
Heya Ryan Cavanaugh (@RyanCavanaugh), I've started to run the parallelized community code test suite on this PR at ce4dcf3. You can monitor the build here. |
TypeScript Bot (typescript-bot)
commented
Aug 26, 2020
The user suite test run you requested has finished and failed. I've opened a PR with the baseline diff from master. |
Ryan Cavanaugh (RyanCavanaugh)
left a comment
There was a problem hiding this comment.
RWC analysis
typeofwindow!=='undefined'&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||// Is firefox >= v31?This is OK
varmyUid=process.getuid&&process.getuid()This should be fixed; if the right operand refers to the function anywhere, it shouldn't be an error (same as for if)
ce4dcf3 to
523e84cCompareUh oh!
There was an error while loading. Please reload this page.
70e03d8 to
b08d886CompareUh oh!
There was an error while loading. Please reload this page.
TypeScript Bot (@typescript-bot) pack this |
Heya Daniel Rosenwasser (@DanielRosenwasser), I've started to run the extended test suite on this PR at b08d886. You can monitor the build here. |
Heya Daniel Rosenwasser (@DanielRosenwasser), I've started to run the parallelized community code test suite on this PR at b08d886. You can monitor the build here. |
Heya Daniel Rosenwasser (@DanielRosenwasser), I've started to run the tarball bundle task on this PR at b08d886. You can monitor the build here. |
Heya Daniel Rosenwasser (@DanielRosenwasser), I've started to run the perf test suite on this PR at b08d886. You can monitor the build here. Update: The results are in! |
Heya Daniel Rosenwasser (@DanielRosenwasser), I've started to run the parallelized Definitely Typed test suite on this PR at b08d886. You can monitor the build here. |
TypeScript Bot (typescript-bot)
commented
Aug 28, 2020
Daniel Rosenwasser (@DanielRosenwasser) Here they are:Comparison Report - master..40260
System
Hosts
Scenarios
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
TypeScript Bot (@typescript-bot) test this |
Heya Daniel Rosenwasser (@DanielRosenwasser), I've started to run the extended test suite on this PR at b08d886. You can monitor the build here. |
Heya Daniel Rosenwasser (@DanielRosenwasser), I've started to run the parallelized community code test suite on this PR at b08d886. You can monitor the build here. |
Heya Daniel Rosenwasser (@DanielRosenwasser), I've started to run the parallelized Definitely Typed test suite on this PR at b08d886. You can monitor the build here. |
Nathan Shively-Sanders (sandersn)
left a comment
There was a problem hiding this comment.
Can you also add a test with a nested || to show what happens there?
typeof window !== 'undefined' && window.console && (window.console.firebug || window.console.exception && window.console.table) || // Is firefox >= v31?
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.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
b08d886 to
cc1768cCompare
Nathan Shively-Sanders (sandersn)
left a comment
There was a problem hiding this comment.
Can you try calling the uncalled functions in the emitter, since that was probably the original intent?
Uh oh!
There was an error while loading. Please reload this page.
Nathan Shively-Sanders (sandersn)
commented
Oct 7, 2020
Daniel Rosenwasser (@DanielRosenwasser) points out that this is a breaking change, so needs to wait until 4.2. I'll revert it for now and then merge once 4.1 has got its own branch. |
Nathan Shively-Sanders (sandersn)
commented
Oct 7, 2020
OK, it's reverted. I'll revert the revert once release-4.1 is created and we are merging features into master again. |
Oleksandr Tarasiuk (a-tarasyuk)
commented
Oct 8, 2020
Nathan Shively-Sanders (@sandersn) Do I need to re-open PR? |
|
Nathan Shively-Sanders (sandersn)
commented
Oct 8, 2020
Right, I just made a TODO to revert the revert manually. |
Fixes#40197