Skip to content

Ignore unchecked status codes

Marco Clemencic requested to merge ignore-unchecked-status-codes into master

Reiteration of !431 (merged)

I just regenerated the patch I proposed some time ago, this time, with special comments that can be used to distinguish a legitimate .ignore() from one introduced automatically.

As a reminder, some of the unchecked StatusCodes must be checked, but this change has the benefit of preserving the old behaviour.

See gaudi/Gaudi!763 (merged)

Merge request reports