Skip to content

Tiny build-time optimization for config handling#2526

Open
jamesmunns wants to merge 1 commit into
masterfrom
james/do-less
Open

Tiny build-time optimization for config handling#2526
jamesmunns wants to merge 1 commit into
masterfrom
james/do-less

Conversation

@jamesmunns
Copy link
Copy Markdown
Contributor

This change reworks build_notifications from re-loading the task config from an environment variable, and then parsing as toml, once for every task. Instead, we now just get and parse the config once, and grab what we want from the pre-parsed table.

This was noticed incidentally while debugging #2524

This change reworks build_notifications from re-loading the task config from
an environment variable, and then parsing as toml, once for every task. Instead,
we now just get and parse the config once, and grab what we want from the
pre-parsed table.
@jamesmunns jamesmunns requested review from labbott and mkeeter May 21, 2026 13:59
@jamesmunns jamesmunns requested review from cbiffle and flihp as code owners May 21, 2026 13:59
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.

1 participant