-
Notifications
You must be signed in to change notification settings - Fork 1.8k
cleanup function return type fn #350
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #350 +/- ##
==========================================
+ Coverage 75.72% 75.84% +0.11%
==========================================
Files 143 143
Lines 23910 23809 -101
==========================================
- Hits 18107 18059 -48
+ Misses 5803 5750 -53
Continue to review full report at Codecov.
|
jorgecarleitao
left a comment
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.
Beautiful! ❤️
a9fae88 to
bf9290f
Compare
alamb
left a comment
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.
I agree -- this looks really nice @jimexist . Thank you
|
This PR appears to need a rebase |
bf9290f to
28f44a5
Compare
|
So ✨ clean 👍 |
* First pass at getting architectured builds working * Fix RAT failures * Build add builds on windows/macOS * Refactor artifacts upload * Remove windows/macOS builds, include all py versions * Rename conda package to avoid collision * Handle licensing * Update recipes to reflect recent changes * Build for linux-aarch64 * Add licenses to files * Add zlib to host deps * Fixes to build/overlinking errors * Always include c compiler in build deps
Which issue does this PR close?
Closes #.
Rationale for this change
What changes are included in this PR?
function return type fn is too clumsy and we can use macros to clean it up.
Are there any user-facing changes?
this is purely code refactoring, no user facing changes.