-
Notifications
You must be signed in to change notification settings - Fork 13.8k
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
⚡️ Automated Leak Detection on CI ⚡️ #1464
Conversation
f325150
to
c1d64bb
Compare
c1d64bb
to
374b175
Compare
🍏 CI is working (angular2 fails because of no routing) |
374b175
to
e128a63
Compare
xref #1368 |
Wow, that is awesome! I'll definitely recommend using Drool to the developers where I work. |
I love this! Just tested this with a few apps and it's sooo good! Thanks for this, @samccone! |
⚡️ Automated Leak Detection on CI ⚡️
return f === framework.name; | ||
}); | ||
}); | ||
} |
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.
Missing semicolon, why didn't the linting process catch this?
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.
Or me! Outrageous! Fixed in master with 1567e60.
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.
Thanks @passy! Still we should check what's wrong with the linting tooling though.
With this PR Drool is now providing us with the ability to fail CI when an implementation has memory leaks.
The perf tests are now run on every PR 👾 🍝