Skip to content

Don't output errors #110

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

Merged
merged 1 commit into from
Jul 15, 2021
Merged

Conversation

javiereguiluz
Copy link
Collaborator

This change is needed because otherwise, this happens:

https://github.com/doctrine/rst-parser/blob/54024026d64fff84de645537015e30709a123ab1/lib/ErrorManager.php#L27-L29

This echo outputs the errors to the console, which is not that bad ... but also to the webpage contents (e.g. when using #109 to parse RST blog posts).

We manage the build results and the errors explicitly, so we don't need this for Symfony docs. Thanks!

@javiereguiluz javiereguiluz merged commit 7e2e19f into symfony-tools:main Jul 15, 2021
@javiereguiluz javiereguiluz deleted the silence_errors branch July 15, 2021 06:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant