[Pharo-dev] Re: [ANN] Libgit 1.0.0 in Pharo 9

2020-10-12 Thread Martin McClure
Thanks, this is great news. Are there instructions on how to make P9 actually use the new version of libgit2? I see that the stable Linux VM for 9.0 does include "libgit2.1.0.0.so" but Pharo is still loading libgit2.so.0.25.1. ...this may be because Pharo's libgit2.1.0.0.so has not-found dep

[Pharo-dev] Re: P3Converter and DateAndTime>>#readFrom: performance

2020-10-12 Thread Sven Van Caekenberghe
Hi Esteban, Thanks for this detailed feedback, this is most interesting. I don't have enough time to look at this in detail, I will do so later, but here is some initial feedback. Note that PostreSQL supports many different date/time formats and that the user can set preferences per connection

[Pharo-dev] P3Converter and DateAndTime>>#readFrom: performance

2020-10-12 Thread Esteban Maringolo
Hi, I recently stumbled into some performance issue I had, so I profiled it and got it fixed, but by doing that I also noticed a huge time spent when reading DateAndTimes and Dates (which also uses the former) and the culprit seems to be `Date class>>#readFrom:`. Digging into this, I noticed that

[Pharo-dev] [ANN] Libgit 1.0.0 in Pharo 9

2020-10-12 Thread teso...@gmail.com
Hi, a later announcement (this have been done some months ago... but I never send the mail). We have upgraded in Pharo 9 to use the latest stable version of Libgit. It required to have some improvements in Libgit to handle the updated version and also to support the previous version. >From the po