yarGen icon indicating copy to clipboard operation
yarGen copied to clipboard

Cannot create databases (0.23.3 release has 0.23.2 code)

Open BenH11235 opened this issue 5 years ago • 0 comments

The commit that fixes #27 increments the version number to 0.23.3, but the 0.23.3 release itself still has the code from 0.23.2. This makes creating a database not possible.

Expected Behavior

Successful build of local good databse.

Current Behavior

Script fails withmemoryview: a bytes-like object is required, not 'str'

Possible Solution

Re-upload of release 0.23.3 containing the code base immediately after commit f582

Steps to Reproduce

wget https://github.com/Neo23x0/yarGen/archive/0.23.3.zip
unzip -d yarGen 0.23.3.zip
cd yarGen
cd yarGen-0.23.3
python3 ./yarGen.py --update #can also do "mkdir dbs" instead to save time
mkdir sample
echo "int main(){return 0;}" > test.c
gcc -o ./sample/test.elf ./test.c
python3 ./yarGen.py -g ./sample -c -i sample --opcodes

Context (Environment)

Ubuntu 20.04 LTS

BenH11235 avatar Dec 03 '20 12:12 BenH11235