[frameworks-karchive] [Bug 451816] improper usage of ZSTD_compressStream2 API

2022-05-31 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=451816 Albert Astals Cid changed: What|Removed |Added Resolution|--- |FIXED Latest Commit|

[frameworks-karchive] [Bug 451816] improper usage of ZSTD_compressStream2 API

2022-05-30 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=451816 Bug Janitor Service changed: What|Removed |Added Ever confirmed|0 |1 Status|REPORTED

[frameworks-karchive] [Bug 451816] improper usage of ZSTD_compressStream2 API

2022-05-30 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=451816 --- Comment #3 from tooli...@yahoo.com --- Usage model is: @code KCompressionDevice compressor(&compressedModule, false, KCompressionDevice::Zstd); if (compressor.open(QIODevice::WriteOnly)) { QDataStream stream(&compressor); stream <

[frameworks-karchive] [Bug 451816] improper usage of ZSTD_compressStream2 API

2022-05-30 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=451816 --- Comment #2 from tooli...@yahoo.com --- Hi, >From faceboot zstd Q&A: https://github.com/facebook/zstd/issues/1360 Comment is: using ZSTD_e_flush will force the compressor to emit a block immediately. In general, this requirement is for communicati

[frameworks-karchive] [Bug 451816] improper usage of ZSTD_compressStream2 API

2022-05-30 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=451816 --- Comment #1 from Albert Astals Cid --- Can you explain why? Give some test? some reasoning? -- You are receiving this mail because: You are watching all bug changes.

[frameworks-karchive] [Bug 451816] improper usage of ZSTD_compressStream2 API

2022-05-29 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=451816 Ahmad Samir changed: What|Removed |Added CC||a.samir...@gmail.com, |