Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade TOML parser #295

Merged
merged 1 commit into from
Oct 17, 2024
Merged

Upgrade TOML parser #295

merged 1 commit into from
Oct 17, 2024

Conversation

gaborbernat
Copy link
Contributor

@gaborbernat gaborbernat commented Oct 16, 2024

Resolves #294

Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
@messense messense merged commit b366782 into PyO3:main Oct 17, 2024
32 checks passed
@gaborbernat gaborbernat deleted the bump branch October 17, 2024 00:30
@gaborbernat
Copy link
Contributor Author

Can you cut a release as it's blocking me 😆

@messense
Copy link
Member

Unfortuntely it introduces another error:

TomlError: Control characters (codes < 0x1f and 0x7f) are not allowed in comments, use \u000d instead at row 15, col 58, pos 349:

https://github.com/PyO3/maturin-action/actions/runs/11375889988/job/31647494850

@gaborbernat
Copy link
Contributor Author

Hmm... I am not impacted by bug, bug, but good to know.

@gaborbernat
Copy link
Contributor Author

@messense looking that error is that a bug in the TOML lib or is that a valid error according to TOML spec 1 and we should fix the TOML file?

@messense
Copy link
Member

@messense looking that error is that a bug in the TOML lib or is that a valid error according to TOML spec 1 and we should fix the TOML file?

Seems like a big impact bug: iarna/iarna-toml#33

@gaborbernat
Copy link
Contributor Author

😮

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.

TomlError: Inline lists must be a single type, not a mix of string and inline-table
2 participants