Skip to content

Combine libs team agendas - #845

Merged
nia-e merged 1 commit into
rust-lang:mainfrom
clarfonthey:agenda
Aug 6, 2026
Merged

Combine libs team agendas#845
nia-e merged 1 commit into
rust-lang:mainfrom
clarfonthey:agenda

Conversation

@clarfonthey

@clarfonthey clarfonthey commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

(sloppily)

for RFC 3984

})
});
let issues = issues.filter(|i| !self.to_skip.iter().any(|s| *s == i.html_url));
let issues = issues.filter(|i| !self.to_skip.contains(&i.html_url));

@clarfonthey clarfonthey Aug 6, 2026

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.

This came from a clippy fix, kept it.

View changes since the review

serde_json::from_str(&response)
.wrap_err("response body cannot be deserialized")
.with_section(|| response.header("Response:"))?)
.with_section(|| response.header("Response:"))

@clarfonthey clarfonthey Aug 6, 2026

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.

Another clippy fix.

View changes since the review

###### tags: `Libs Meetings` `Minutes`

**Meeting Link**: https://meet.jit.si/rust-libs-meeting-ujepnbwg2lzqgt6wvrndwimi
**Meeting Link**: https://meet.jit.si/rust-libs-meeting-crxoz2at8hiccp7b3ixf89qgxfymlbwr

@clarfonthey clarfonthey Aug 6, 2026

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.

Made sure to use the libs-api meeting link, since that's what's in the calendar PR

View changes since the review

@clarfonthey

Copy link
Copy Markdown
Contributor Author

cc @nia-e

@nia-e

nia-e commented Aug 6, 2026

Copy link
Copy Markdown
Member

it might make sense to keep separate libs-nominated and libs-api-nominated labels (just for sorting the agenda, since the former tends to produce fewer things); not opposed to changing the name (libs-impl-nominated, to mimic the old team name?). it's a matter for later.

either way, lgtm - the stakes on this are not precisely sky-high so if there's no issues that crop up i'll merge this tmrw.

@nia-e nia-e self-assigned this Aug 6, 2026
@clarfonthey

Copy link
Copy Markdown
Contributor Author

I mean, extremely fair, although I feel like maybe we nominate too many things that should really be ACPs anyway,
which is a separate issue entirely.

@nia-e

nia-e commented Aug 6, 2026

Copy link
Copy Markdown
Member

one good night's rest later, still lgtm. ty clar <3

@nia-e
nia-e merged commit 534c3ae into rust-lang:main Aug 6, 2026
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.

2 participants