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

Undetected Key Conflict Error #149

Open
rennsax opened this issue Feb 26, 2024 · 3 comments
Open

Undetected Key Conflict Error #149

rennsax opened this issue Feb 26, 2024 · 3 comments

Comments

@rennsax
Copy link

rennsax commented Feb 26, 2024

The following TOML input should be invalid:

[[foo]]
a = true

[foo]
b = false

But toml-rb parses it and returns {"foo"=>[{"a"=>true, "b"=>false}]}.

@emancu
Copy link
Owner

emancu commented Mar 5, 2024

Thanks @rennsax for reporting this, I will take a look over the weekend!

@emancu
Copy link
Owner

emancu commented Sep 10, 2024

Well, that was a long weekend 😅 -- I will get back to this next week which I'm on holidays. Sorry for the long wait

@emancu
Copy link
Owner

emancu commented Oct 3, 2024

I was digging into this last week, it is taking me more than I expected. Im sorry

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

No branches or pull requests

2 participants