dart-archive / polymer_elements

https://pub.dartlang.org/packages/polymer_elements
BSD 3-Clause "New" or "Revised" License
24 stars 17 forks source link

Fix pub package description and authors for pub.dartlang.org #107

Open ErikGrimes opened 8 years ago

ErikGrimes commented 8 years ago

The description and authors displayed by pub.dartlang.org in package listings and search results don't match the current pubspec for the package. For me, it shows Gunter and I as authors with the description:

Deprecated and unsupported. A Dart port of polymer-elements (https://github.com/Polymer/polymer-elements).
jakemac53 commented 8 years ago

Weird... I see the right thing?

jakemac53 commented 8 years ago

Maybe try refreshing a few times

ErikGrimes commented 8 years ago

I've tried different browsers (Chrome, Firefox, Safari), different devices (including coworkers phones and computers I've never logged into), different networks (at&t, timewarner, tmobile). They're all showing the same erroneous information.

ErikGrimes commented 8 years ago

Here's a screenshot taken from Edge on Win 10 via Browserstack.

pub-listing

zoechi commented 8 years ago

This view shows the information of the last release (non-pre-release)

ErikGrimes commented 8 years ago

Ahh, makes sense. It's a bit disconcerting though. Hopefully its not discouraging anyone from playing with release candidates.

@jakemac53 Feel free to close this if you like.

jakemac53 commented 8 years ago

Weird that the search view doesn't show the most recent version? Maybe it has something to do with the -rc.*?

zoechi commented 8 years ago

Yup, that was what I mean with "non-pre-release". The main page doesn't get updated for -xxx version.

zoechi commented 8 years ago

also like pub get/pub upgrade by default ignore -xxx versions if your version constraint doesn't have a - after the patch version.