[Merged by Bors] - Down with the system!#2496
[Merged by Bors] - Down with the system!#2496mockersf wants to merge 12 commits intobevyengine:mainfrom
Conversation
|
It's so ... beautiful. |
|
What sort of internal |
|
Hahah, I'm sitting on a very similar changeset. Couple differences: started on updating the docs and removed
Code that tests if a function is a system. |
Ended up doing that to remove the macro, but there's still an issue: system dependency cycles now stack overflow instead of panicking |
|
I have no idea why that's happening... Have to sleep first, I guess. |
|
there was an infinite loop of two traits calling each other 53 |
|
Ah, yeah: that's not the |
|
Well, don't mind me... proceeds to sneak in |
0b3f766 to
b51c03c
Compare
|
This re-adds AppBuilder (now that we've removed it on main). Can you remove it? |
remove app_builder
b51c03c to
af53035
Compare
|
oh messed up my rebase and re-added it, it should be good now 👍 |
|
bors r+ |
# Objective - Remove all the `.system()` possible. - Check for remaining missing cases. ## Solution - Remove all `.system()`, fix compile errors - 32 calls to `.system()` remains, mostly internals, the few others should be removed after #2446
Objective
.system()possible.Solution
.system(), fix compile errors.system()remains, mostly internals, the few others should be removed after Run criteria multipiping #2446