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

Add failFast option to allow displaying all errors in build #1032

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

abelsromero
Copy link
Member

Thank you for opening a pull request and contributing to asciidoctor-maven-plugin!

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?

Allows to see all errors in all files before reporting a build failure. Previously, build failed on the first error found.

See #1023

Are there any alternative ways to implement this?

The approach opts to extend the current features for minimal changes.
See the whole conversation in the linked issue for context.

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

No.
The default behavior remains the same.

Is it related to an existing issue?

  • Yes
  • No

Finally, please add a corresponding entry to CHANGELOG.adoc

@abelsromero abelsromero added 3.1.0 and removed 3.0.0 labels Mar 8, 2025
@abelsromero abelsromero force-pushed the issue-1023-add-failFast-option-to-logHandler branch from 7c801c0 to 45beea3 Compare March 8, 2025 20:33
@abelsromero abelsromero force-pushed the issue-1023-add-failFast-option-to-logHandler branch from 45beea3 to 2beca1f Compare March 8, 2025 20:34
@abelsromero abelsromero force-pushed the issue-1023-add-failFast-option-to-logHandler branch from 7a43739 to 2a372ba Compare March 10, 2025 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant