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 build info collector crash #52

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

doug-a-brunner
Copy link

I found that BuildInfoCollector.py was crashing on my machine (Windows 10, Eclipse 4.7.3a/CDT 9.4.3, Python 3.7). The problem was that it was getting a byte string back from executing the compiler but then treating it like a regular string, as was possible in Python 2 IIRC.

Unfortunately I can't run the test suite - the repository at http://cevelop.com/cdt-testing/9.4.0 has gone away, and I couldn't find a new URL for it.

@doug-a-brunner
Copy link
Author

Thanks for the dependency fix. I was able to run the test suite and fix an issue with Python 2, and it now passes.

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.

1 participant