You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering inconsistent sorting results when using the intl4x package for locale-sensitive string collation. Specifically, the sorting works correctly when running the application with dart run but produces incorrect results when running tests with dart test.
No hunches. This is using code assets to bundle rust code right? No idea why dart run and dart test would provide different results. This will require a 🤿 to find the 🐛 . 😄
I am encountering inconsistent sorting results when using the
intl4x
package for locale-sensitive string collation. Specifically, the sorting works correctly when running the application withdart run
but produces incorrect results when running tests withdart test
.Output:
I think the issue is most likely that the native assets are not localized when I run tests.
The text was updated successfully, but these errors were encountered: