onepub-dev / dcli

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

dshell compile fails under dart 2.9 #95

Closed bsutton closed 4 years ago

bsutton commented 4 years ago

See issue

https://github.com/dart-lang/sdk/issues/42976

bsutton commented 4 years ago

We are clearly missing some unit tests around dshell compile.

Provide test for each compile/pubspec.location scenario.

bsutton commented 4 years ago

Looks like the underlying bug will be released with the nullsaftey release.

bsutton commented 4 years ago

I've pushed a release 1.11.1 which includes a work around for this issue.

I will leave this issue open until null saftey is released so we can retest.

bsutton commented 4 years ago

removed the usage of --packages so problem is resolved.