[go-nuts] Re: Differences in archive/zip between 1.6.3 / 1.7

2016-08-17 Thread Radek Simko
I saw that change when reading the Changelog and I thought it doesn't affect me, as ZIP format doesn't necessarily involve compression: https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT > 4.1.3 Data compression MAY be used to reduce the size of files > placed into a ZIP file, but is

[go-nuts] Differences in archive/zip between 1.6.3 / 1.7

2016-08-17 Thread radek . simko
Hi, I read through the 1.7 changelog but didn't spot any change that would explain this behaviour. Basically given a specific slice of bytes archived via "archive/zip" + written to a file produces different file when doing so w/ Go 1.6.3 and 1.7.0. See full repro case: https://gist.github.com/