beepbeep-3 icon indicating copy to clipboard operation
beepbeep-3 copied to clipboard

Replace CopyCrawler in GroupProcessor

Open sylvainhalle opened this issue 6 years ago • 1 comments

Currently, the duplicate method of the GroupProcessor class uses an object called the CopyCrawler to crawl and pipe processors in the copy like in the original. Crawling could be replaced by merely going through the set of processors of the group (this set is known). There is no added value to a traversal of the processor graph (and this even caused a subtle bug, see a6d17d2d97cf42ff9cecbd1d34f05ac96c51d72a.

sylvainhalle avatar Apr 09 '18 14:04 sylvainhalle