Skip to content

Removes array_ext.so/pyd on clean#358

Merged
prabhuramachandran merged 4 commits into
masterfrom
feature/336-remove-array-ext-on-clean-0426-1148
Apr 27, 2016
Merged

Removes array_ext.so/pyd on clean#358
prabhuramachandran merged 4 commits into
masterfrom
feature/336-remove-array-ext-on-clean-0426-1148

Conversation

@stefanoborini
Copy link
Copy Markdown
Contributor

Removes the extension as from issue #336.

stefanoborini and others added 2 commits April 26, 2016 11:48
@codecov-io
Copy link
Copy Markdown

codecov-io commented Apr 26, 2016

Current coverage is 45.41%

Merging #358 into master will not change coverage

@@             master       #358   diff @@
==========================================
  Files           254        254          
  Lines         22891      22891          
  Methods           0          0          
  Messages          0          0          
  Branches       3028       3028          
==========================================
  Hits          10395      10395          
  Misses        11762      11762          
  Partials        734        734          

Sunburst

Powered by Codecov. Last updated by 303f76b

Comment thread setup.py Outdated
class MyClean(clean.clean):
def run(self):
print("Cleaning extensions")
clear_array_ext()
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just implement it all in here. Your docstring and print message should note that it is deleting extensions that were built in-place in addition to the normal compile products that are cleaned.

@prabhuramachandran prabhuramachandran merged commit f24319e into master Apr 27, 2016
@prabhuramachandran prabhuramachandran deleted the feature/336-remove-array-ext-on-clean-0426-1148 branch April 27, 2016 14:23
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

Successfully merging this pull request may close these issues.

4 participants