fishfolk / bones

An easy-to-use game engine for making real games.
https://fishfolk.org/development/bones/introduction/
Other
234 stars 20 forks source link

Dependencies should be sorted as a consistent order is required to #287

Open github-actions[bot] opened 10 months ago

github-actions[bot] commented 10 months ago

compute the same cid. We can't sort Vec<UntypedHandle>, runtime IDs vary each run.


https://github.com/fishfolk/bones/blob/b5a8f30cc14e97cf450055c44a68b404f690f91e/framework_crates/bones_asset/src/server.rs#L726-L733


This issue was generated by todo-issue based on a TODO comment in b5a8f30cc14e97cf450055c44a68b404f690f91e.
github-actions[bot] commented 10 months ago

Dependencies should be sorted as a consistent order is required to

compute the same cid. We can't sort Vec<UntypedHandle>, runtime IDs vary each run.


https://github.com/fishfolk/bones/blob/b5a8f30cc14e97cf450055c44a68b404f690f91e/framework_crates/bones_asset/src/server.rs#L637-L644


This comment was generated by todo-issue based on a TODO comment in b5a8f30cc14e97cf450055c44a68b404f690f91e.