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
This happens because creating a grouped query makes it cached, and cached queries can't be created from systems that are not immediate since they require mutating the world, and the world will be in readonly mode.
This should not be reported as INTERNAL_ERROR though, will take a look at improving that.
SanderMertens
changed the title
Queries produced by iterators that are grouped by a relation causes crash
Improve error message thrown when cached queries are created while world is in readonly mode
Jan 8, 2025
see related issue in rust:
Indra-db/Flecs-Rust#220
To Reproduce
The text was updated successfully, but these errors were encountered: