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

File loading exceptions, other than in concept file, are logged but not thrown. #18

Closed
kaicode opened this issue Oct 27, 2020 · 0 comments
Assignees
Labels

Comments

@kaicode
Copy link
Member

kaicode commented Oct 27, 2020

The concept file is loaded in the main thread. If there is an issue loading the file, for example a missing file header, an exception is thrown from the ReleaseImporter class. However all other files are loaded in threads and any loading errors do not cause an exception to be thrown. This means that there is no way for an implementation to know if the complete content has been loaded or not.

@kaicode kaicode self-assigned this Oct 27, 2020
@kaicode kaicode added the bug label Oct 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant