-
Notifications
You must be signed in to change notification settings - Fork 26
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
Support for reading comments #108
Comments
OK, PR welcome to see what can be done about it. Please also add a test :) |
I have played around with the options - something is happening - for example when parsing the Which does not give me any confidence that the comments will end up somewhere. There is also an old issue where the devs just say that the comment is over-ridden by the node that comes next. Shame. Would appreciate someone else confirming this. |
@mmeroberts thank you very much for the contribution. The mentioned TODO was removed as non applicable any longer. |
SnakeYaml has an option to process comments. It would be good to be able to have access to that option from clj, ideally from bb as well.
See https://github.com/snakeyaml/snakeyaml/blob/master/src/main/java/org/yaml/snakeyaml/LoaderOptions.java
private boolean processComments = false;
My use case is to parse yaml documents that are very heavily commented as they main audience is human.
I am raising the issue first and could explore having a go at adding it, but following instructions from the Developer docs, it suggests raising issue first.
The text was updated successfully, but these errors were encountered: