-
Notifications
You must be signed in to change notification settings - Fork 704
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
Experimental RuntimeDebug -> Debug substitutions. #3107
base: master
Are you sure you want to change the base?
Conversation
I think we can also deprecate the |
Yes. |
@hirschenberger I think we can go ahead with this? |
Ok, so I'll continue. The next steps would be to deprecate RuntimeDebug and fix all resulting deprecation warnings, correct? |
Yes! |
@hirschenberger are you interested on continue working on this? |
Yes, just got a new notebook which makes development on that issue much snappier. |
Ty! I'm quite interesting in this and would be happy to merge this in the near future. |
I try to deliver ASAP |
@bkchr What about |
Yes! |
@bkchr Hey Basti, after subsituting all
So there are many generic type parameters missing a |
The CI pipeline was cancelled due to failure one of the required jobs. |
You can not just replace this with |
Still working on this, I tried to build my own refactoring tool using I also found the nice ast-grep tool which I'm giving a quick try. |
@hirschenberger ping. |
see #3005
My local results are:
compiled with
cargo build --profile=production
EDIT: I removed the kitchensink as it was a relic from previous runs
RuntimeDebug
andRuntimeDebugNoBound
toDebug
RuntimeDebug
andRuntimeDebugNoBound
RuntimeDebug
andRuntimeDebugNoBound
RuntimeDebug
andRuntimeDebugNoBound
references on docs and doctests