Skip to content
  • Jahfer Husain's avatar
    25801cfe
    Keep state around for nested calls to #suppress · 25801cfe
    Jahfer Husain authored
    If a call to #suppress from the same class occurred inside another #suppress
    block, the suppression state would be set to false before the outer block
    completes.
    
    This change keeps the previous state around in memory and unwinds it
    as the blocks exit.
    25801cfe
    Keep state around for nested calls to #suppress
    Jahfer Husain authored
    If a call to #suppress from the same class occurred inside another #suppress
    block, the suppression state would be set to false before the outer block
    completes.
    
    This change keeps the previous state around in memory and unwinds it
    as the blocks exit.
Loading