-
Notifications
You must be signed in to change notification settings - Fork 115
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
For usecases like user input validation it would be great to have access to the ryml::Location on NodeRef level.
This allows to tell users where they might have put a wrong value inside the YAML document, even if the structure is valid YAML and was parsed successfully.
yaml-cpp provides this functionality via the Mark function.
Since this library focuses on performance it would be okay to enable this via ifdef if necessary as not everyone might need it by default.
For more details check: rathena/rathena#5997
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request