Discussion:
[dart-misc] Dartdocs down?
Roel Spilker
2016-12-28 20:16:03 UTC
Permalink
Hi,

I've published a new version of my library*, and the package manager picked
it up ok.

However, both dartdocs.org and crossdart.info fail to show the latest
release. The previous release was fine and a local generation of the
documentation also works without errors or warnings,

The build failures don't show my library, and the last timestamp on the
build history is 2016-12-27T23:07:02.004750Z.

Is there a problem with the code producing the documentation?

Roel

* https://pub.dartlang.org/packages/htmlwhitelist
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
Anton Astashov
2016-12-29 06:16:21 UTC
Permalink
Ugh, dartdoc is stuck on the `phaser` package, it's trying to generate it
for a couple days already :) Some source files are quite big there for
sure! https://www.crossdart.info/p/phaser/2.6.2-beta/phaser.dart.html

I'll see what I could do there.
Post by Roel Spilker
Hi,
I've published a new version of my library*, and the package manager
picked it up ok.
However, both dartdocs.org and crossdart.info fail to show the latest
release. The previous release was fine and a local generation of the
documentation also works without errors or warnings,
The build failures don't show my library, and the last timestamp on the
build history is 2016-12-27T23:07:02.004750Z.
Is there a problem with the code producing the documentation?
Roel
* https://pub.dartlang.org/packages/htmlwhitelist
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
Anton Astashov
2016-12-29 06:42:55 UTC
Permalink
And crossdart should be
fixed: https://www.crossdart.info/p/htmlwhitelist/latest
Post by Roel Spilker
Hi,
I've published a new version of my library*, and the package manager
picked it up ok.
However, both dartdocs.org and crossdart.info fail to show the latest
release. The previous release was fine and a local generation of the
documentation also works without errors or warnings,
The build failures don't show my library, and the last timestamp on the
build history is 2016-12-27T23:07:02.004750Z.
Is there a problem with the code producing the documentation?
Roel
* https://pub.dartlang.org/packages/htmlwhitelist
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Roel Spilker
2016-12-29 11:09:11 UTC
Permalink
Hi Anton,

I can confirm that crossdart.info now does show the latest version (0.2.1)
for my library. Thanks for the effort. I appreciate that you're looking
into it even though it is during the holidays!

If I look at the build history and compare it
to https://pub.dartlang.org/packages I still see that it is still not
updating new releases. So something is still off.

Also I would expect to see the skipped version (0.2.0) there eventually. Is
that assumption correct? I'm not per se needing it, it was just something I
expected.

Roel
Post by Anton Astashov
https://www.crossdart.info/p/htmlwhitelist/latest
Post by Roel Spilker
Hi,
I've published a new version of my library*, and the package manager
picked it up ok.
However, both dartdocs.org and crossdart.info fail to show the latest
release. The previous release was fine and a local generation of the
documentation also works without errors or warnings,
The build failures don't show my library, and the last timestamp on the
build history is 2016-12-27T23:07:02.004750Z.
Is there a problem with the code producing the documentation?
Roel
* https://pub.dartlang.org/packages/htmlwhitelist
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
Loading...