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

Getting feedback from parse warnings #67

Open
ericman314 opened this issue Feb 1, 2021 · 1 comment
Open

Getting feedback from parse warnings #67

ericman314 opened this issue Feb 1, 2021 · 1 comment

Comments

@ericman314
Copy link
Contributor

I'm trying to get some feedback when an error or warning occurs during parsing--specifically, if an unsupported entity is encountered (3DSOLID, in this case). I see that the warning is output to the console but I was hoping for something a little more sophisticated.

I don't care about the entity at all, except to know that it's there so I can warn the user about it. Is there any mechanism in place to retrieve warnings that occurred during parsing? If not, is that something we would be interested in adding? Something like helper.warnings or similar. Thanks.

@bjnortier
Copy link
Collaborator

Hi, yes happy to take a pull request for that. It would be useful to capture all the log messages (i.e. info & error as well).

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

No branches or pull requests

2 participants