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

Change dcli install to stop pub get compiling execs. #108

Closed bsutton closed 3 years ago

bsutton commented 4 years ago

There is a bug in pub get which causes it to compile each released exe 4 times.

This can result in a system running out of memory.

We can get pub get to suppress compilation of the exes and do this our selves which will stop the installer causing an out of memory situation.

bsutton commented 3 years ago

The dart team fixed this issue so will close this issue out.