-
Notifications
You must be signed in to change notification settings - Fork 142
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
#2714: loggingOfErrors #2870
#2714: loggingOfErrors #2870
Conversation
@maxonfjvipon please take a look |
@maxonfjvipon please take a look |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@levBagryansky precious! Thanks
@yegor256 please check |
1 similar comment
@yegor256 please check |
@rultor merge |
@levBagryansky @yegor256 Oops, I failed. You can see the full log here (spent 4min)
|
@yegor256 could you please try again |
@yegor256 please check |
@rultor merge |
@levBagryansky @yegor256 Oops, I failed. You can see the full log here (spent 5min) |
@rultor merge |
@levBagryansky @yegor256 Oops, I failed. You can see the full log here (spent 5min) |
@rultor merge |
@levBagryansky it's not rultor, it's CTAN TeXlive repository. |
@levBagryansky @yegor256 Oops, I failed. You can see the full log here (spent 4min) |
@rultor merge |
@levBagryansky @yegor256 Oops, I failed. You can see the full log here (spent 11min) |
@rultor merge |
@levBagryansky @yegor256 Oops, I failed. You can see the full log here (spent 23min) |
@rultor merge |
@levBagryansky @yegor256 Oops, I failed. You can see the full log here (spent 22min) |
@levBagryansky thanks! |
Closes #2714
Prints warnings in format:
PR-Codex overview
Focus of the PR:
This PR focuses on adding a method to log errors of XML in the
VerifyMojo
class.Detailed summary:
com.jcabi.xml.XML
.logErrors
to log errors of XML.logErrors
method takes an XML parameter and returns XML.logErrors
method iterates over the XML nodes to log errors.logErrors
method returns the modified XML.