Skip to content

GH-3628: riot exit code#3909

Open
afs wants to merge 3 commits intoapache:mainfrom
afs:gh3628-riot-exit-code
Open

GH-3628: riot exit code#3909
afs wants to merge 3 commits intoapache: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.

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