Skip to content

Commit

Permalink
io rules: Prevent dimensions from spilling.
Browse files Browse the repository at this point in the history
This solves part 1 at cms-sw/cmsdist#9627 (comment).

without this path all inputs following an array input were wrongly marked as an array.
  • Loading branch information
pcanal committed Jan 28, 2025
1 parent 592cd29 commit 390d2f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/foundation/res/TSchemaRuleProcessor.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ namespace Internal {
elem = Trim( source.substr( last, size ) );
if( !elem.empty() ) {
unsigned int level = 0;
dims.clear();

// Split between the typename and the membername
// Take in consideration template names.
Expand Down

0 comments on commit 390d2f0

Please sign in to comment.