Hello! This is my weekly ChangeLog, from 23 July 2018 to 29 July 2018. You can see it in a better format by going here: http://log.smallworks.eu/web/search?from=23/7/2018&to=29/7/2018 ChangeLog ========= 27 July 2018: ------------- * I found a problem that was making win64 bit version to crash: size_t implementation on UFFI was not resolving properly there (since it was mapped to a long, which is not correct on win64 architecture). To fix it, I changed FFISizeT type to work as FFILong, with different "real types" depending on architecture. Now, there is a problem to solve because structures using this type (like +LGitStringArray+) need to be regenerated, which may generate some difficulties... will see. 23 July 2018: ------------- * So well. Spent the full day debugging libgit2 without symbol information :( There is some problem with adding paths to an index and I still cannot figure out what's the problem. I'll continue trying tomorrow. cheers! Esteban