Skip to content

Cannot create databases (0.23.3 release has 0.23.2 code) #29

@BenH11235

Description

@BenH11235

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions