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

Compilation errors are "hard" to debug #6

Open
gdamore opened this issue Dec 19, 2016 · 0 comments
Open

Compilation errors are "hard" to debug #6

gdamore opened this issue Dec 19, 2016 · 0 comments

Comments

@gdamore
Copy link
Owner

gdamore commented Dec 19, 2016

Because of the crazy amount of work we do with the C preprocessor, it can be quite confusing to debug compilation errors when compiling test programs using C Convey.

I'm not sure how we can make this simple. The truth is that the CPP is an ugly beast, and its too bad we have to use it -- but this is the nature of trying to emulate lambda functions in C... When it works, it's terrifically beautiful. When it fails, its terrifically ugly.

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

1 participant