-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[Merged by Bors] - [assets] set LoadState properly and more testing! #2226
Conversation
ab30709
to
4e8ae77
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a nit. Looks good to me though.
From your tests, it seems
Having those bundled together doesn't seems right to me. |
This is fair, however, this isn't a change on my part. This was simply the original behavior of the @mockersf
|
Right, your tests made this issue visible 😄 . It can be a followup PR if you prefer.
👍
Maybe
👍
I think a |
It was mentioned today that it fails silently for that case. It was in a case of loading a gltf model with jpg textures, which doesn't work without ... sorry to add changes to your pr, this too can be a followup if you prefer... |
Well, the |
When this gets merged in I'll submit a follow up PR to address #2261 and that calling |
ping @cart 😉 |
633f33e
to
bce6eb1
Compare
pinging here again to hopefully get some traction. |
Looks good to me! |
bors r+ |
1) Sets `LoadState` properly on all failing cases in `AssetServer::load_async` 2) Adds more tests for sad and happy paths of asset loading _Note_: this brings in the `tempfile` crate.
Pull request successfully merged into main. Build succeeded: |
1) Sets `LoadState` properly on all failing cases in `AssetServer::load_async` 2) Adds more tests for sad and happy paths of asset loading _Note_: this brings in the `tempfile` crate.
LoadState
properly on all failing cases inAssetServer::load_async
Note: this brings in the
tempfile
crate.