doctrine / doctrine/rst-parser

Individual events for when each file is parsed & rendered

Open
#72 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
PHP
Stars
63
Forks
26
PR merge metrics
No merged PRs in 30d

Description

We have an event system (yay!) but I think there's no way yet to know when each file is being parsed/rendered. We'd like to add some output while running our version of the parser - e.g.

> Parsing foo.rst
> Parsing bar.rst
> Rendering foo.html

Something like this - it'll help when there are errors and also help with seeing progress (we're thinking of also using these same events to show a progress bar through the parsing & rendering progress).

Is that possible now? Or can we dispatch a new event?

Thanks!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.