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

Add assertion support. #54

Closed
wishstudio opened this issue Sep 3, 2015 · 2 comments
Closed

Add assertion support. #54

wishstudio opened this issue Sep 3, 2015 · 2 comments

Comments

@wishstudio
Copy link
Owner

Currently flinux code base lacks assertion code, which could greatly aid in debugging.
Since standard c IO functions cannot be safely used in flinux, we cannot use the standard assert() functions. We can instead implement our own in log.h and use flog for output.

@Incarnation-p-lee
Copy link
Contributor

Still open for this issue ? or I may take some time to have a try.

@wishstudio
Copy link
Owner Author

Feel free to sent a PR for this. Thanks 😄

wishstudio added a commit that referenced this issue Feb 21, 2016
Add assertion support in log module, #54.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants