-
-
Notifications
You must be signed in to change notification settings - Fork 62
Lots of Error::description() deprecation warnings with 1.42 #613
Comments
@GuillaumeGomez Any objections against using |
I'll complain but you can go forward with it. |
Just build |
@gdesmott You're sure you didn't allow all warnings in your environment variables by any chance? Also, try |
Just glib or gtk/examples? |
Just glib, don't have any warning building https://github.com/gtk-rs/examples either.
|
Then issue fixed without linking it in PRs. Ex. my cairo PR about this was before this issue. |
It's not fixed, see for example the two |
ah, I get the warnings when running |
Not sure how we'd like to change the test with this change. I suppose hardcoding source code line numbers in tests isn't ideal.
|
CC @fengalin who added this test |
The same will be needed in other repositories. |
I'll see what I can do, but I'd like to focus on completing https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/298 |
@gdesmott actually was looking into that ( |
Ok :) Let's synchronize here if someone starts updating another repo for this. |
Which repos need to be fixed as well? I don't have a full checkout so can't easily grep them. |
No others apparently. cairo and gstreamer are already done, the others don't have custom error implementations |
We should either move to
thiserror
like in cairo for our errors, or at least just not implement that function.The text was updated successfully, but these errors were encountered: