Skip to content

Preprocessors strips docname from error reporting #26

@bsmith-n4

Description

@bsmith-n4

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions