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

raise error on missing "=" #142

Closed
wants to merge 1 commit into from
Closed

raise error on missing "=" #142

wants to merge 1 commit into from

Conversation

skilly-lily
Copy link

fixes #141

Luckily, we already tracked whether an = was present to prevent duplicate ='s. This only parses successfully on exactly one =.

@skilly-lily
Copy link
Author

@sdispater need anything from me to get this moving further?

@frostming
Copy link
Contributor

Hi @scruffystuffs due to the bug numbers and slow responses of this project, I've created a fork of it: https://github.com/frostming/atoml.git. Care to submit the PR there?

@frostming
Copy link
Contributor

Never mind, I've fixed myself.

@skilly-lily
Copy link
Author

@frostming I'm glad this helped you out, but unfortunately, my issue is with poetry, which uses tomlkit as its underlying TOML-parsing library.

@frostming
Copy link
Contributor

Superseded by #151

@frostming frostming closed this Dec 17, 2021
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.

Parser accepts invalid inline table
2 participants