-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
Support of TypeScript v0.9.7 #1683
Conversation
wow... |
There's a typescript 0.9.7? Where's it hiding?! 😄 Can't see any announcement on the blog or on codeplex.... Am I missing something? |
@johnnyreilly it's still under development. But now TS opened By the way, they reduces features again! Now generic constraints no longer can reference parameters in the same parameter list. WTF! |
Why?!?! Can't we all just revert to 0.9.1s feature set?? It was so good! @Igorbek do you have a feeling for which typings will be most affected by this restriction? |
As I know AngularJS (resources) and lodash use CRTP (Curiously recurring template pattern) technique . |
It's the enum noimplicitany issue that bugs me. Hmmmm. |
If lodash is affected I wonder if underscore will have similar issues... |
Hi @vvakame , Has the Continuous Integration build been affected by your test runner changes? I just got a failed build here: (uncontroversial change - just removing an unused interface) https://travis-ci.org/borisyankov/DefinitelyTyped/builds/18738815 |
@johnnyreilly not, it's not 0.9.7 issue.
master branch is running with TypeScript 0.9.5. check #1314 |
language specification is updated with the release-0.9.7 branch. |
News! release-0.9.7 branch merge into develop, and create release-1.0.0 branch! |
Well the original guidance was that the next release was going to be 1.0RC so maybe they're sticking with that now? |
v0.9.7 (it named 1.0-RC?) released! |
Awesome! ✨ Not 100% sure about that generic resolution stuff they mention in release.. but we'll see. |
Fix for typescript 0.9.7.
angular-resource.d.ts, knockout.postbox/knockout-postbox.d.ts, angularjs/angular-resource-tests.ts are left! |
fix angularjs/angular-resource.d.ts for typescript 0.9.7.
Completed! all tests passed in my local environment. |
Good job! :) |
😉 |
@vvakame wow! Thanks 😍 |
Well done!! 👍 |
Seriously impressive. |
✨ 🌟 ✨ |
@borisyankov @Diullei @basarat @Igorbek @johnnyreilly
Let's begin support 0.9.7. 😸