Skip to content

Allow processing for hints and messages in the info file - #2428

Open
mo8it wants to merge 1 commit into
mainfrom
info_file
Open

Allow processing for hints and messages in the info file#2428
mo8it wants to merge 1 commit into
mainfrom
info_file

Conversation

@mo8it

@mo8it mo8it commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

Closes #2426

@mo8it
mo8it requested a review from senekor August 1, 2026 12:40

@senekor senekor left a comment

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.

IIUC this is a refactor preparing for future changes. Looks good.

include_bytes!("../info.toml")
.iter()
.copied()
.filter(|c| *c != b'\r')

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.

I suppose this isn't needed, because the toml crate already handles different line endings, right?

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.

dev check fails to parse info.toml if a multi-line string contains a backslash

2 participants