Skip to content

Tiny build-time optimization for config handling#2526

Merged
jamesmunns merged 1 commit into
masterfrom
james/do-less
May 26, 2026
Merged

Tiny build-time optimization for config handling#2526
jamesmunns merged 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 merged commit 358159e into master May 26, 2026
188 checks passed
@jamesmunns jamesmunns deleted the james/do-less branch May 26, 2026 16:03
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