-
Notifications
You must be signed in to change notification settings - Fork 566
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
refactor: cleanup now-unreferenced proto toolchain type #2620
refactor: cleanup now-unreferenced proto toolchain type #2620
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix!
I meant something like Line 182 in f2941df
|
Sure - @aignas to move things along faster please feel free to just click the "pencil" icon and make trivial edits like that as your own commits on my PR 😉 |
I added the deprecation attr setting. It's annoying that the toolchain type is under a "private" directory. They should give a public access point for it. Queued for merge. I'll cherry pick this into the 1.2 release. |
I do it when I can and when I have my laptop with me. I am not doing it now not because I don't know how to or am unwilling, so no need to point it out. :) In other words, everybody does as much as they can. :) |
Follow-up to #2604, fixes a breaking change in v1.2.0-rc0 Note that this toolchain_type became unused in that PR. We leave behind an alias to make this a non-breaking change. Verified in a downstream repo that requires the toolchain_type to register pre-built `protoc`: https://github.com/aspect-build/toolchains_protoc/pull/50/files --------- Co-authored-by: Richard Levasseur <[email protected]> (cherry picked from commit f9779ee)
Follow-up to #2604, fixes a breaking change in v1.2.0-rc0
Note that this toolchain_type became unused in that PR. We leave behind an alias to make this a non-breaking change.
Verified in a downstream repo that requires the toolchain_type to register pre-built
protoc
: https://github.com/aspect-build/toolchains_protoc/pull/50/files