Using a preprocessor in in the following way will strip the document name from error reporting:
Extensions.register {
preprocessor {
process {|document, reader|
Reader.new reader.readlines.map {|l|
# do something
}
}
}
}
This occurs at the following two files:
Investigate if formal use will fix this or different handling of invoking the preprocessor.
Using a preprocessor in in the following way will strip the document name from error reporting:
This occurs at the following two files:
Investigate if formal use will fix this or different handling of invoking the preprocessor.