charlesdaniels / bitshuffle

BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Add basic AppVeyor tests for Windows, portable stdin/stdout #38

Closed charlesdaniels closed 6 years ago

charlesdaniels commented 6 years ago

As part of this, --filename is deprecated, and the filename field is removed from the spec.

This touches lots of pieces of code I didn't write, so @jyn514 needs to check I haven't mangled his code too terribly, or otherwise done something overly stupid.

charlesdaniels commented 6 years ago

Crap. I've hit a difference between python 2 and python 3 - the file class is now TextIOWrapper in python 3.

charlesdaniels commented 6 years ago

Finally fixed all the version & platform specific nonsense. Can @jyn514 make sure I haven't broken anything important and merge if so?

charlesdaniels commented 6 years ago

re: 771b968

Did not realize that IoBase existed, very nice :)