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

Fields might get passed to parseValue more than once #992

Open
floriancargoet opened this issue Jun 20, 2023 · 0 comments
Open

Fields might get passed to parseValue more than once #992

floriancargoet opened this issue Jun 20, 2023 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@floriancargoet
Copy link

#545 was closed too fast.

When a field is present multiple times in a document (because of overwriting fragments), its value is incorrectly parsed multiple times.

A workaround is to check manually in parseValue if the provided value is raw or already parsed but it would be better to avoid calling parseValue multiple times.

@eturino eturino added the help wanted Extra attention is needed label Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants