-
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
Builds failing due tslint crash using nightly build #6478
Comments
The fix is pretty trivial. Just remove the if (!symbol) {
return;
} I just don't know what the solid repro would be. |
CC: @adidahiya @jkillian - you might be interested as well |
If it helps, it seems to occur when linting |
Thanks for the heads-up @DickvdBrink. If anything needs changing/investigating in TSLint I'll do it ASAP. |
Made the change suggested by @DanielRosenwasser and added a test case over in #6507. I reverted 62c3bfb as requested as well, but of course that will make the CI fail for the PR, as the CI is now using the previous nightly which still contains the bug. |
Fix issue #6478 (bug in the language services)
Thanks a ton @jkillian we really appreciate it. I'll perform the revert tonight/tomorrow morning. |
Looks like it was introduced by 9df1ed4
Repro
npm install
within it), runnpm install typescript@1.8.0-dev.20160114
jake lint
.Expected: No lint errors.
Actual:
@yuit can you look into this?
Any fix should also include a revert of 62c3bfb from #6484.
The text was updated successfully, but these errors were encountered: