-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
Tsc crash ("Debug Failure. False expression:") #10522
Comments
Related to #10460 |
It's pretty close to a dupe. I'll fix it with #10460. |
Fix is up at #10538 |
tsc --version I'm getting error: Error: Debug Failure. False expression My only TS file is test.ts with this:
very odd. |
Here is cloneable gist: https://gist.github.com/Ciantic/60e9dbe330922cfc41086e255820df62
|
@Ciantic, this is a different issue. the debug message is the same for all debug asserts. I have filed a new issue to track this: #12827 seems that the problem is that Installing the either ways, the compiler should not crash, and #12827 tracks fixing that. |
Hi,
I think the following code should not cause tsc to crash:
TypeScript Version: Version 2.1.0-dev.20160824
Code (test1.ts)
Expected behavior:
Actual behavior:
Note: The error seems to have been introduced with commit e900952 (with c9f62f3 I'm getting the expected error message).
Thanks!
The text was updated successfully, but these errors were encountered: