You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the dartdocs.org site, it would be better if we could run dartdoc without executing a new process. The current bin/dartdoc.dart does a lot of heavy lifting, and also one-off environment setup, and copying that is not straightforward.
Is there a way to simply call a method to run dartdoc repeatedly from the Dart code?
The text was updated successfully, but these errors were encountered:
jcollins-g
added
type-enhancement
A request for a change that isn't a bug
P3
A lower priority bug or feature request
P2
A bug or feature request we're likely to work on
and removed
P3
A lower priority bug or feature request
labels
Feb 22, 2018
#1676 fixes this. With that PR I think it's at least feasible to run dartdoc without fork and exec. Issues with doing so should be filed as separate bugs after that lands.
For the
dartdocs.org
site, it would be better if we could rundartdoc
without executing a new process. The currentbin/dartdoc.dart
does a lot of heavy lifting, and also one-off environment setup, and copying that is not straightforward.Is there a way to simply call a method to run
dartdoc
repeatedly from the Dart code?The text was updated successfully, but these errors were encountered: