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

(main) Implement parent support for tests in Xpp3DoomBuilder #723

Conversation

abelsromero
Copy link
Member

@abelsromero abelsromero commented Jan 1, 2024

What kind of change does this PR introduce? (check at least one)

  • Bugfix
  • Feature
  • Documentation
  • Refactor
  • Build improvement
  • Other (please describe)

What is the goal of this pull request?

The underlying Xpp3Doom implementation removes
'getParent' support in latest version, so we need
to do keep track of the parent for our tests

Fixes #638

Are there any alternative ways to implement this?

Maybe, but the fix is simple enough to simply get it done.

Are there any implications of this pull request? Anything a user must know?

no

Is it related to an existing issue?

  • Yes
  • No

Finally, please add a corresponding entry to CHANGELOG.adoc
This is for tests only, no need to report in CHANGELOG.

The underlying Xpp3Doom implementation removes
'getParent' support in latest version, so we need
to do keep track of the parent for our tests

Fixes asciidoctor#638
@abelsromero abelsromero force-pushed the issue-638-workaround-unsupported-Xpp3Dom-getParent branch from 310d8d3 to fc0f011 Compare January 1, 2024 13:41
@abelsromero abelsromero merged commit d7713e0 into asciidoctor:main Jan 1, 2024
19 checks passed
@abelsromero abelsromero deleted the issue-638-workaround-unsupported-Xpp3Dom-getParent branch February 11, 2024 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Xpp3Dom::getParent() is no longer supported
1 participant