Skip to content

Treat Console the same as other output objects#32873

Draft
lindsayad wants to merge 5 commits intoidaholab:nextfrom
lindsayad:fix-console
Draft

Treat Console the same as other output objects#32873
lindsayad wants to merge 5 commits intoidaholab:nextfrom
lindsayad:fix-console

Conversation

@lindsayad
Copy link
Copy Markdown
Member

In my opinion we don't want an action's defaults overriding
specific output derived class defaults. It's silly to me to
think that the common output action defaults could possibly
be generically superior to object defaults. And that's
irrespective of the derived output object type, e.g. we should
not be treating Console specially. With this refactor we can
remove the special exclude execute_on parameter handling when
adding the output object in FEProblemBase. It was very brittle
and non-extensible to think that users should come modify
FEProblemBase whenever they needed to set better defaults for their
object.

Closes #4497

@moosebuild
Copy link
Copy Markdown
Contributor

moosebuild commented May 5, 2026

Job Documentation, step Docs: sync website on 3231650 wanted to post the following:

View the site here

This comment will be updated on new commits.

lindsayad and others added 3 commits May 6, 2026 09:44
In my opinion we don't want an action's defaults overriding
specific output derived class defaults. It's silly to me to
think that the common output action defaults could possibly
be generically superior to object defaults. And that's
irrespective of the derived output object type, e.g. we should
not be treating Console specially. With this refactor we can
remove the special exclude execute_on parameter handling when
adding the output object in FEProblemBase. It was very brittle
and non-extensible to think that users should come modify
FEProblemBase whenever they needed to set better defaults for their
object.

Closes idaholab#4497

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@lindsayad lindsayad force-pushed the fix-console branch 2 times, most recently from 115959c to b6482f4 Compare May 6, 2026 18:48
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@moosebuild
Copy link
Copy Markdown
Contributor

Job Test, step Results summary on 57f20e0 wanted to post the following:

Framework test summary

Compared against 10e0ca6 in job civet.inl.gov/job/3797958.

No change

Modules test summary

Compared against 10e0ca6 in job civet.inl.gov/job/3797958.

No change

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.

Console output is special

2 participants