You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Detected, when rebuilding from scratch with RPMBUILD on a CentOS Box : Also consdier playing around with searchLog and hashLog
Appears a few times during the build/testing process.
Typo present in the sources:
[stephan@pc-stephan:zstd]$ find . -type f | xargs grep consdier
./programs/fileio.c: DISPLAYLEVEL(1, "Also consdier playing around with searchLog and hashLog\n");
[stephan@pc-stephan:zstd]$
To Reproduce
git clone ...
cd zstd
make all pzstd tests tests_zstd 2>1& | grep consdier
Expected behavior
Should be "consider", not "consdier".
Screenshots and charts
[Optimal parser notes] Consider the following to improve patch size at the cost of speed:
- Use --single-thread mode in the zstd cli
- Set a larger targetLength (eg. --zstd=targetLength=4096)
- Set a larger chainLog (eg. --zstd=chainLog=29)
Also consdier playing around with searchLog and hashLog
^^^^^^^^
...
===> alternate syntax: patch-from origin
[Optimal parser notes] Consider the following to improve patch size at the cost of speed:
- Use --single-thread mode in the zstd cli
- Set a larger targetLength (eg. --zstd=targetLength=4096)
- Set a larger chainLog (eg. --zstd=chainLog=29)
Also consdier playing around with searchLog and hashLog
^^^^^^^^
...
zstd: error 42 : Using --patch-from with stdin requires --stream-size
[Optimal parser notes] Consider the following to improve patch size at the cost of speed:
- Use --single-thread mode in the zstd cli
- Set a larger targetLength (eg. --zstd=targetLength=4096)
- Set a larger chainLog (eg. --zstd=chainLog=29)
Also consdier playing around with searchLog and hashLog
^^^^^^^^
...
Desktop (please complete the following information):
OS: NA
Version : NA
Compiler : NA
Flags : NA
Other relevant hardware specs : NA
Build system : Makefile
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Detected, when rebuilding from scratch with RPMBUILD on a CentOS Box :
Also consdier playing around with searchLog and hashLog
Appears a few times during the build/testing process.
Typo present in the sources:
To Reproduce
Expected behavior
Should be "consider", not "consdier".
Screenshots and charts
...
...
...
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: