Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Do not ignore crashes by only handling PickleException #49

Merged

Conversation

tasomaniac
Copy link
Collaborator

@tasomaniac tasomaniac commented Oct 24, 2019

I had a case where annotation processor would fail because of an unexpected error. I think it was IndexOutOfBoundsException. And the output would only say Pickle Error: with no proper stacktrace.

I believe this will actually help identify the issues in case something wrong happens internally with Pickle.

I had a case where annotation processor would fail because of an unexpected error. I think it was IndexOutOfBoundsException. And the output would only say `Pickle Error: ` with no proper stacktrace.
@fourlastor fourlastor merged commit 6e68dba into fourlastor:master Oct 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants