-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
Changes / fixes for Issue #67 #186
Conversation
Wrong line for XML event location in elements following DTD - Added additional comment coverage in TestComments.java - Added test per Issue FasterXML#67 writeup to TestLocation.java - Carriage was not being checked so skipped, added check and call to skipCRLF(c) to advance line number.
Oh. One thing before merging: if I haven't yet asked for CLA, I'd need one from: https://github.com/FasterXML/jackson/blob/master/contributor-agreement.pdf (used for Woodstox as well as Jackson). It only needs to be sent once before the first contribution; after that good for all contributions. If you have sent one before (I tried checking but might have missed it) just let me know. Otherwise it's easiest to print, fill & sign, scan/photo, send to Once I have it I can proceed with merge. Thank you for the PR; looking forward to merging it! |
Your change looks good to me, I will work on the cla tomorrow night.
…On Sun, Dec 17, 2023, 7:50 PM Tatu Saloranta ***@***.***> wrote:
Oh. One thing before merging: if I haven't yet asked for CLA, I'd need one
from:
https://github.com/FasterXML/jackson/blob/master/contributor-agreement.pdf
(used for Woodstox as well as Jackson). It only needs to be sent once
before the first contribution; after that good for all contributions. If
you have sent one before (I tried checking but might have missed it) just
let me know.
Otherwise it's easiest to print, fill & sign, scan/photo, send to cla at
fasterxml dot com.
Once I have it I can proceed with merge.
Thank you for the PR; looking forward to merging it!
—
Reply to this email directly, view it on GitHub
<#186 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BA7WS6VNEXR5JPGIHKXEEW3YJ6HPHAVCNFSM6AAAAABAXPREPKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJZGM3DIMBQGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Perfect! Thank you @Orbisman. |
CLA sent...
…On Sun, Dec 17, 2023 at 8:29 PM Tatu Saloranta ***@***.***> wrote:
Perfect! Thank you @Orbisman <https://github.com/Orbisman>.
—
Reply to this email directly, view it on GitHub
<#186 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BA7WS6XLTQON5IAXH3AOKLTYJ6MA7AVCNFSM6AAAAABAXPREPKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJZGM4TEMBUGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
CLA received, will merge. |
Wrong line for XML event location in elements following DTD