Bjorn Hjortsberg

Results 6 comments of Bjorn Hjortsberg

Apparently unit test fails, I haven't looked at them yet. Any comment on this change, does it break the architecture? Or is it just the tests that need to be...

Tests passes when I run them locally with my latest update. Travis CI build seem to have some problem with cmake when building googletest.

> Hi @bhjortsberg > > Can you please provide some details on the machine you're using? OS and Mono version would be helpful. Is it a regular machine or a...

Perhaps you can use [s3fs](https://github.com/s3fs-fuse/s3fs-fuse), then you should be able to mount an S3 bucket on the file system.

After a little investigation I found that log files seem to be open due to a shared_ptr is never releasing the FileStream object and hence the file is never closed....

The `checking for exit in boost_system` will when using gcc 7 generate a warning that is treated as an error. This warning can be removed with `-Wno-builtin-declaration-mismatch` in `zcutil/build.sh`. There...