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

Fix error handling #472

Merged
merged 7 commits into from
Jul 6, 2023
Merged

Fix error handling #472

merged 7 commits into from
Jul 6, 2023

Conversation

linawolf
Copy link
Contributor

@linawolf linawolf commented Jul 6, 2023

We had a custom "addError" Method on the parser context, that was writing string errors into an array and is never queried except in one unit tests. I replaced it with the LoggerInterface. In doing so I had to create the Gridtablebuilder with DI as well, it had been created with a constructor until now.

In doing so I also found 4 failing functional tests where errors have been swallowed until now. I addressed them in seperate commits within this pull request

@linawolf linawolf requested a review from jaapio July 6, 2023 10:18
We had a custom "addError" Method on the parser context, that was writing string errors into an array and is never queried except in one unit tests. I replaced it with the LoggerInterface. In doing so I had to create the Gridtablebuilder with DI as well, it had been created with a constructor until now.

In doing so I also found 4 failing functional tests where  errors have been swallowed until now and will address them next
This was causing a silently swallowed error
They are not supported yet
We didnt catch it due to the silentified test
It has been thrown silenced errors since a while
@jaapio jaapio enabled auto-merge July 6, 2023 16:44
@jaapio jaapio merged commit 9a9b30f into phpDocumentor:main Jul 6, 2023
23 checks passed
linawolf added a commit to linawolf/guides that referenced this pull request Jul 7, 2023
When switching to the logger for error handling in phpDocumentor#472 these tests turned risky as logger->hasError returns a boolean that was not asserted until now
@linawolf linawolf mentioned this pull request Jul 7, 2023
phpdoc-bot pushed a commit to phpDocumentor/guides-restructured-text that referenced this pull request Jul 7, 2023
When switching to the logger for error handling in phpDocumentor/guides#472 these tests turned risky as logger->hasError returns a boolean that was not asserted until now
@linawolf linawolf deleted the error-handling branch July 22, 2023 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants