#Failing check-bans test

3 messages · Page 1 of 1 (latest)

shell current
#

I've created a pull request and the check-bans test fails. As far as I understand, this is because multiple dependencies have been added more than once with differing versions (e.g. async-fs 1.6.0 and async-fs 2.1.1) which is not allowed. I didn't change anything about those dependencies though. What am I missing here?

The pull request for context: https://github.com/bevyengine/bevy/pull/11873

GitHub

Objective

Fixes #11634

Solution

Adding an AssetLoader for TextureAtlasLayout The loader has three extensions:

atlas.ron: Creates a TextureAtlasLayout with the specified size and texture rectang...

junior tendon
#

check bans gets checked whenever you change the Cargo.toml files. There's an existing conflict on main, but you can just ignore it. check-bans is non-blocking for merges.

solar void
#

(also, async-fs is at warn level, the real issue is on raw-window-handle)