-
Notifications
You must be signed in to change notification settings - Fork 10
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 ASAN support and fix memleaks (4-3-stable) #289
Conversation
Test suite passed |
very good. |
Tests still passing |
what is clang-format requesting? just indentation? |
Yes, but a strange thing happens where it will never be satisfied until the whole file is formatted. If I run We can run clang-format on the whole codebase if desired, but I've just been ignoring it until we do that. |
ah, i remember that. please ignore. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems good. # if confident.
Based on the --debug_build option in the build hook in the main iRODS repository.
Requires irods-dev, irods-runtime, and irods-server packages built with ASAN enabled. Also adds an option to the build hook to enable ASAN from the development environment.
#'d. In it goes... |
Addresses #286
Addresses #287
Addresses #288
Need to run test suite, but basic things like tiering out and restaging seem to be working.