-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update bin/dwhich.dart? #3
Comments
I've just released dcli-scripts 3.3.0 - see if that fixes your problem.
…On Tue, Mar 12, 2024 at 3:17 AM Tsavo Knott ***@***.***> wrote:
Hey there @bsutton <https://github.com/bsutton> -- getting into all of
this.
Could you confirm that dwhich.dart
<https://github.com/onepub-dev/dcli_scripts/blob/master/bin/dwhich.dart>
needs to be updated?
It seems to be still using an old Args class from an earlier version of
DCLI (3.x.x?)
It also seems that the new ExitException in DCLI 4.x found here:
https://github.com/onepub-dev/dcli/blob/master/dcli_sdk/lib/src/util/exit.dart
or here:
https://github.com/onepub-dev/dcli/blob/master/dcli_sdk/lib/src/util/exceptions.dart
And perhaps a related class here:
https://github.com/onepub-dev/dcli/blob/master/dcli_core/lib/src/util/dcli_exception.dart
and here:
https://github.com/onepub-dev/dcli/blob/master/dcli_core/lib/src/util/run_exception.dart
Let me know if this is relevant/related, happy to get this updated with a
bit of direction!
Cheers,
-Tsavo
—
Reply to this email directly, view it on GitHub
<#3>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAG32OGK73P5G4OPTIZN423YXXKKZAVCNFSM6AAAAABEQT2WNKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGE3TSNJUGQ2DONA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Just got it all updated with the 3.3.0 source code. It seems that the dwhich.dart is one of the only files thats looking for a I'm looking at it in this file specifically: |
Hey there @bsutton -- getting into all of this.
Could you confirm that dwhich.dart needs to be updated?
It seems to be still using an old Args class from an earlier version of DCLI (3.x.x?)
It also seems that the new ExitException in DCLI 4.x found here:
https://github.com/onepub-dev/dcli/blob/master/dcli_sdk/lib/src/util/exit.dart
or here:
https://github.com/onepub-dev/dcli/blob/master/dcli_sdk/lib/src/util/exceptions.dart
And perhaps a related class here:
https://github.com/onepub-dev/dcli/blob/master/dcli_core/lib/src/util/dcli_exception.dart
and here:
https://github.com/onepub-dev/dcli/blob/master/dcli_core/lib/src/util/run_exception.dart
Let me know if this is relevant/related, happy to get this updated with a bit of direction!
Cheers,
-Tsavo
The text was updated successfully, but these errors were encountered: