-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Have bots automatically sign distributable artifacts #13252
Comments
Hey @brson , is there anything I can do here? |
@bheesham Thanks for the offer but I think not. It requires access to the automation infrastructure that I'm not currently prepared to provide. |
This is done. Thanks @bheesham! |
The |
matthiaskrgr
pushed a commit
to matthiaskrgr/rust
that referenced
this issue
Nov 16, 2022
…y, r=Veykril fix: check visibility of each path segment Upon path resolution, we have not been checking if every def pointed to by each segment of the path is visible from the original module. This leads to incorrect import resolutions, in particular when one uses glob imports and names collide. There is decent amount of changes in this PR because: - some of our tests were not correct in terms of visibility - I left several basic nameres tests as-is (with expect test updated) since I thought it would be nice to ensure we don't resolve defs that are not visible. - `fix_visibility` assist relied on `Semantics::resolve_path()`, which uses the name resolution procedure I'm fixing and wouldn't be able to "see through" the items with strict visibility with this patch The first commit is the gist of the fix itself. Fixes rust-lang#10991 Fixes rust-lang#11473 Fixes rust-lang#13252
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We sign releases manually right now, and don't sign nightlies. Would be better if the automation just did this for us.
The text was updated successfully, but these errors were encountered: