Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exposing Metas and ParseQueue from Builder #97

Merged
merged 1 commit into from
Mar 8, 2019

Conversation

weaverryan
Copy link
Collaborator

In some last details, we've ran into 2 things that we need access to that we're continually working around:

  1. Metas - we use these after the build is done to dump some of its data (and some data from the HTML files) into a JSON format that's read programmatically by something else later.

  2. ParseQueue - this is useful before parsing happens, so we can accurately print a progress bar that knows how many files will actually be parsed (it may not be all RST files due to caching). Second, it's useful after the build is done so that we can do some post-processing... but can do it only on the files that were actually parsed (and can ignore doing that processing on files that weren't even updated).

@jwage jwage added this to the 0.0.2 milestone Mar 8, 2019
@jwage jwage self-assigned this Mar 8, 2019
@jwage jwage added the Enhancement New feature or request label Mar 8, 2019
Copy link
Member

@jwage jwage left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@jwage jwage merged commit 9ee95e5 into doctrine:master Mar 8, 2019
@weaverryan weaverryan deleted the expose-more-from-builder branch March 8, 2019 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants