patrickariel
patrickariel
I've opened a PR for this, if you want to test it out: https://github.com/StarArawn/bevy_ecs_tilemap/pull/604
@cpetzold > I'm also not sure if it's possible to replace TilemapStorage with a RelationshipTarget because of the TilePos grid storage, but it'd be neat if it worked. Yeah, I...
Thanks for the feedback, I changed it so that the error stores the original vec, allowing the user to recover it using `take_vec`. > Workaround for your use case: You...
Anything I can do here to move this forward?
Should I bump the version in this PR?
I feel like that would unnecessarily bloat the new method names (e.g. `inferred_responses_typed`). Also, making a new method for an incremental improvement doesn't feel quite right to me. But if...
Alright makes sense. So you're saying that a new temporary method should be introduced, which can then be merged into the older one on the next breaking major release, right?...
Thanks for the link, I think that's a good reference for the `_unchecked` convention in general. > #### Dynamic enforcement > Validate the input as it is processed (or ahead...
To clarify, the PR only marks these methods as deprecated, it does not remove them. I'll leave it to the discretion of the maintainer as to when it actually gets...