Skip to content

ign-fail-fast#294

Open
dmortloff wants to merge 1 commit into
mainfrom
DO/execute-fail-fast
Open

ign-fail-fast#294
dmortloff wants to merge 1 commit into
mainfrom
DO/execute-fail-fast

Conversation

@dmortloff

Copy link
Copy Markdown
Contributor

added checker for ign status is not ok to fast fail

Description

See above

Issue Link

Closes #256

added checker for ign status is not ok to fast fail
@dmortloff dmortloff requested a review from ETSells June 23, 2026 00:47
@dmortloff dmortloff self-assigned this Jun 23, 2026

@ETSells ETSells left a comment

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.

Two comments. Please make sure CI passes.

Comment thread app/rev2/prelaunch.c


if (ign_status != IGN_OK){
error_fail_fast( ERROR_IGN_CMD_ERROR )

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.

cr: semicolon. this causes a critical compiler error and the app fails to build.

Comment thread app/rev2/prelaunch.c
ign_status = ign_cmd_execute( subcommand_code );


if (ign_status != IGN_OK){

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.

nit: whitespace around predicate + brace on next line (coding standards/uniformity: please maintain style)

Comment thread app/rev2/prelaunch.c

if (ign_status != IGN_OK){
error_fail_fast( ERROR_IGN_CMD_ERROR )
}

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.

nit: brace should be indented four spaces (coding standards/uniformity)

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.

Ignite subcommand doesn't properly handle fails

2 participants