Skip to content

fix: update delegations code#933

Merged
rpkelly merged 1 commit into
awslabs:developfrom
rpkelly:delegations
Apr 24, 2026
Merged

fix: update delegations code#933
rpkelly merged 1 commit into
awslabs:developfrom
rpkelly:delegations

Conversation

@rpkelly

@rpkelly rpkelly commented Apr 23, 2026

Copy link
Copy Markdown
Contributor

Description of changes:
Update delegated target handling.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Comment thread tough/src/cache.rs
&metadata_outdir,
)
.await?;
if let Some(bytes) = self.delegated_metadata_bytes.get(name) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could be folded (surprised clippy didn't get ya for it)

if let Some(filename) = self.delegated_filename(name) && let Some(bytes) = self.delegated_metadata_bytes.get(name)

This might be tied to edition 2024 not sure

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#932 fixes the too_many_lines error. I'll repush once that merges

Co-authored-by: Shikha Vyaghra <vyaghras@amazon.com>
Signed-off-by: Richard Kelly <rpkelly@amazon.com>
@rpkelly rpkelly merged commit 1fab2ac into awslabs:develop Apr 24, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants