Skip to content

Make filewriter a regular device

Matt Clarke requested to merge add_custom_scan into main

FileSink adds an extra level of complexity which is unnecessary. Making it a regular device simplifies the code and it also means file writing only starts when explicitly told to.

Merge request reports