onepub-dev / dcli

An extensive library and tooling for building console/cli applications and scripts using the Dart programming language.
242 stars 28 forks source link

dshell_install appears to run mulitple compiles of each app. #91

Closed bsutton closed 4 years ago

bsutton commented 4 years ago

During the dshell install it appears as if we are calling 'dart' multiple times to compile(?) dshell and dshell compile?

This has seen us run out of memory during the install.

bsutton commented 4 years ago

May be starting with multiple calls to pub global activate?

bsutton commented 4 years ago

This is a bug in pub global activate.