-
Notifications
You must be signed in to change notification settings - Fork 125
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
fix: remove unsafe interface conversion #953
fix: remove unsafe interface conversion #953
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
Hi @Sugar-pack ! Thank you for your input. I asked for some clarification and can't wait to see your answers. |
9082216
to
89ceef3
Compare
@sfc-gh-pfus, could you please assist me in resolving test issues? |
@Sugar-pack of course. I took a look and it seems that only flaky tests failed. I restarted the failed builds. I'll let you know if there is anything needed from you. |
12225f2
to
0b997dd
Compare
Thank you @Sugar-pack for your PR! I merged it :) |
Description
Use a multi-valued interface conversion instead of a single-value form to avoid runtime panic.
Fix for #940
Checklist
make fmt
to fix inconsistent formatsmake lint
to get lint errors and fix all of them