-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Merged by Bors] - Down with the system! #2496
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