onepub-dev / dcli

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

Why the team not work to fix the big issue for dart 3 #231

Closed the-best-is-best closed 6 months ago

the-best-is-best commented 7 months ago

Synchronous waiting using dart:cli waitFor and C API Dart_WaitForEvent is deprecated and disabled by default. This feature will be fully removed in Dart 3.4 release. You can currently still enable it by passing --enable_deprecated_wait_for to the Dart VM. See https://dartbug.com/52121.

bsutton commented 7 months ago

It is been actively worked on.

The 4.x breach which is in Alpha is where the work is been done.

The alpha is already published to pub.dev.

the-best-is-best commented 7 months ago

This package not work with dart 3.3.0 yet

fotiDim commented 6 months ago

Can we have a release for 4.0.1-alpha.10? 4.0.1-alpha.8 which is the current one still has traces of waitFor.

bsutton commented 6 months ago

Will be out in the next 24 hours

On Fri, 22 Mar 2024, 7:04 am Foti Dim, @.***> wrote:

Can we have a release for 4.0.1-alpha.10? 4.0.1-alpha.8 which is the current one still has traces of waitFor.

— Reply to this email directly, view it on GitHub https://github.com/onepub-dev/dcli/issues/231#issuecomment-2013604929, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAG32OHZOC6LX5LVIJVP5S3YZM4ONAVCNFSM6AAAAABDTL3HLKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMJTGYYDIOJSHE . You are receiving this because you were mentioned.Message ID: @.***>

fotiDim commented 6 months ago

@bsutton thanks for the release. It is out but it seems you forgot dcli_terminal which is still in 4.0.1-alpha.9. I am getting this error:

Resolving dependencies... (1.3s)
Because dcli >=4.0.1-alpha.11 depends on dcli_terminal ^4.0.1-alpha.11 which doesn't match any versions, dcli >=4.0.1-alpha.11 is forbidden.
So, because flutter_translation_sheet depends on dcli ^4.0.1-alpha.11, version solving failed.
bsutton commented 6 months ago

The release had some issues.

I'm trying to resolve them and will look to push another release tomorrow.

On Fri, 22 Mar 2024, 6:44 pm Foti Dim, @.***> wrote:

@bsutton https://github.com/bsutton thanks for the release. It is out but it seems you forgot dcli_terminal which is still in 4.0.1-alpha.9. I am getting this error:

Resolving dependencies... (1.3s) Because dcli >=4.0.1-alpha.11 depends on dcli_terminal ^4.0.1-alpha.11 which doesn't match any versions, dcli >=4.0.1-alpha.11 is forbidden. So, because flutter_translation_sheet depends on dcli ^4.0.1-alpha.11, version solving failed.

— Reply to this email directly, view it on GitHub https://github.com/onepub-dev/dcli/issues/231#issuecomment-2014520889, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAG32OC64RIKZ5CHI6MOPR3YZPOPRAVCNFSM6AAAAABDTL3HLKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMJUGUZDAOBYHE . You are receiving this because you were mentioned.Message ID: @.***>

bsutton commented 6 months ago

dcli 4.0.1-beta.1 has been released

bsutton commented 6 months ago

closed as duplciate of #229