Skip to content

GH-3628: riot exit code#3909

Merged
afs merged 3 commits into
apache:mainfrom
afs:gh3628-riot-exit-code
May 11, 2026
Merged

GH-3628: riot exit code#3909
afs merged 3 commits into
apache:mainfrom
afs:gh3628-riot-exit-code

Conversation

@afs
Copy link
Copy Markdown
Member

@afs afs commented May 10, 2026

GitHub issue resolved #3628
GitHub issue resolved #3908

Pull request Description: See issues


  • Commits have been squashed to remove intermediate development commit messages.
  • Key commit messages start with the issue number (GH-xxxx)

By submitting this pull request, I acknowledge that I am making a contribution to the Apache Software Foundation under the terms and conditions of the Contributor's Agreement.

@afs afs changed the title Gh3628 riot exit code GH-3628: riot exit code May 10, 2026
if ( ttSubj.isAnon() ) {
Resource r = ttSubj.asResource();
// XXX !!! twice to make sure it is printed and not compacted.
// !!! increateObjectCount twice to make sure it is printed and not compacted.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// !!! increateObjectCount twice to make sure it is printed and not compacted.
// !!! increaseObjectCount twice to make sure it is printed and not compacted.

@afs afs force-pushed the gh3628-riot-exit-code branch from b1eaf2d to ae6e894 Compare May 11, 2026 13:20
@afs afs merged commit aed5d61 into apache:main May 11, 2026
@afs afs deleted the gh3628-riot-exit-code branch May 11, 2026 13:58
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.

riot to flush parser output when logging a warning or error. riot returns a non-zero exit code when only printing warnings

2 participants