dart-lang / pub-dev

The pub.dev website
https://pub.dev
BSD 3-Clause "New" or "Revised" License
786 stars 147 forks source link

Issue on search #6789

Closed ghost closed 1 year ago

ghost commented 1 year ago

URL: https://pub.dev/packages/firebase_storage

Search for:

-is:dart3-compatible is:null-safe is:null-safe -is:dart3-compatible does not give the same results.

isoos commented 1 year ago

These two has the same result for me (no packages found): https://pub.dev/packages?q=-is%3Adart3-compatible+is%3Anull-safe https://pub.dev/packages?q=is%3Anull-safe+-is%3Adart3-compatible

@midhileshraj01 What's the result you have seen? Can you also link to it/screenshot it?

isoos commented 1 year ago

Right now harmony_sdk 0.0.8 is in this weird state where it is null safe, but not dart3 compatible. The reason may be the analysis timeout:

Failed to analyze Dart 3 compatibilty:
Unable to run pub upgrade.
Exceeded timeout of 0:02:00.000000

At the same time its static analysis was passing:

image

Note: https://github.com/dart-lang/pana/pull/1240 in pana may change this behavior.

isoos commented 1 year ago

I think we have fixed this.