Side by Side Diff: samples/third_party/todomvc/pubspec.yaml
Issue 225043004:
Replace bootstrap logic with 'boot.js', use 'component/dart' mime-type and add (Closed)
Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set:
Created 6 years, 8 months ago
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
2 description: TodoMVC built with the polymer.dart package
2 description: TodoMVC built with the polymer.dart package
3 version: 0.15.0
3 version: 0.15.0
4 dependencies:
4 dependencies:
5 polymer: ">=0.10.0-pre.1 <0.11.0"
5 polymer: ">=0.10.0-pre.7 <0.11.0"
kasperl
2014/06/11 07:56:14
Isn't this a pretty broken constraint? Are you gua
Isn't this a pretty broken constraint? Are you guaranteeing no breaking changes
in that whole version range?
This sample will ship with the SDK so people will be downloading the current
version of it in a couple of months. If you've updated polymer before then and
introduced any breaking changes without updating the polymer version to 0.11.0+,
you will have effectively broken the sample for a ton of users.
Jennifer Messerly
2014/06/11 17:45:43
this was indeed the issue, yup. originally the 0.1
On 2014/06/11 07:56:14, kasperl wrote:
> Isn't this a pretty broken constraint? Are you guaranteeing no breaking
changes
> in that whole version range?
>
> This sample will ship with the SDK so people will be downloading the current
> version of it in a couple of months. If you've updated polymer before then and
> introduced any breaking changes without updating the polymer version to
0.11.0+,
> you will have effectively broken the sample for a ton of users.
this was indeed the issue, yup. originally the 0.10.0-pre period was supposed to
be short, with 0.10 out before the SDK released. We goofed in including another
large breaking change on top of 0.10-pre. Lesson learned :(
Issue 225043004: Replace bootstrap logic with 'boot.js', use 'component/dart' mime-type and add
(Closed)
Created 6 years, 8 months ago by Siggi Cherem (dart-lang)
Modified 6 years, 6 months ago
Reviewers: Jennifer Messerly, kasperl
Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Comments: 28