Closed GoogleCodeExporter closed 9 years ago
Good point !
This will be corrected
Original comment by yann.col...@gmail.com
on 17 Oct 2014 at 8:48
A tentative fix is proposed at https://github.com/Cyan4973/xxHash/tree/dev
Original comment by yann.col...@gmail.com
on 18 Oct 2014 at 11:19
Using the proposed branch for a fix, xxHash outputs
"Loadin"
to stdout while computing the hash. That would be better to go to stderr to
separate status output from the main product. Also the "g" is missing from
"Loading".
Original comment by zcwxod
on 22 Oct 2014 at 6:14
Good points. I'll correct them in next dev release.
Original comment by yann.col...@gmail.com
on 22 Oct 2014 at 10:57
New patch, available at https://github.com/Cyan4973/xxHash/tree/dev
"Loading" is not missing any 'g' though. I'm suspecting it might be a display
issue (partial line overwrite).
Original comment by yann.col...@gmail.com
on 23 Oct 2014 at 8:41
I clone that repository; build ; run
./xxhsum /dev/urandom 2>/dev/null
. It outputs
Loadin
What is wrong?
Original comment by zcwxod
on 24 Oct 2014 at 1:01
For some reason, I'm not getting the same results.
With latest dev branch release, it outputs nothing
With previous dev branch release, it outputs : Loading /dev/urandom...
Original comment by yann.col...@gmail.com
on 24 Oct 2014 at 7:11
Fixed into r38
Original comment by yann.col...@gmail.com
on 1 Nov 2014 at 8:56
Original issue reported on code.google.com by
zcwxod
on 17 Oct 2014 at 8:37