objectbox / objectbox-c

C and C++ database for objects and structs
https://objectbox.io/
Apache License 2.0
194 stars 35 forks source link

v0.20.0.tar.gz seems to be almost same as v0.19.0.tar.gz #38

Open toge opened 6 months ago

toge commented 6 months ago

Describe the bug A lots of files in v0.20.0.tar.gz are same as those in v0.19.0.tar.gz

Basic info (please complete the following information):

To Reproduce Steps to reproduce the behavior:

  1. get v0.20.0.tar.gz from github
  2. cmake -S .
  3. cmake --build build
  4. cmake gets 0.19.0 so file

Expected behavior cmake gets 0.20.0 so file.

greenrobot commented 6 months ago

Please note that those files are automatically generated by GitHub and are not part of our installation options. And if you want to work on the sources/examples, please consider cloning this repository.

Having said that, I agree that our current handling of those GitHub generated files is not optimal. We'll check if we can improve on that. So, thanks for opening this and bringing this to our attention.

toge commented 6 months ago

@greenrobot Thanks for your quick response! I forgot the official document. I will follow it.

If possible, it would be helpful if you could provide the "out of the box" tarball from objectbox-c.

greenrobot commented 6 months ago

If possible, it would be helpful if you could provide the "out of the box" tarball from objectbox-c.

For tarball-like use case, we recommend the download.sh option.

toge commented 6 months ago

@greenrobot Thanks a lot!