• Bryan Boreham's avatar
    fix: copy report before modifying · f4bc57b1
    Bryan Boreham authored
    We call `UnsafeRemovePartMergedNodes()` which modifies the data,
    so all implementations of Report() must ensure they return a new object,
    not one which is cached or shared across goroutines.
    f4bc57b1