### Last week * add FFILibraryFinder helper to find libraries in the standard directories for each platform. They are still incomplete (since linux in particular has a lot), but is a begining. * [big images] Calypso replacement of TabManagerMorph with SpNotebookMorph (allowing lazy loading instead spawning a fork) * Pharo 9: merge Spec2 0.2.1 * [spec2] fix several issues in SpNotebookMorph related to theming but not exclusive * [spec2] remove some bad usages of do: #symbol * [spec2] solve a problem with $^ character in dead keyboards (I will need to map all dead code). ### This week * [big images] Fix duplication implementations of SystemNavigation things (implementors, senders, etc) * Work on idle vm
On Mon, Feb 3, 2020 at 9:52 AM Esteban Lorenzano <estebanlm@gmail.com> wrote:
### Last week
* add FFILibraryFinder helper to find libraries in the standard directories for each platform. They are still incomplete (since linux in particular has a lot), but is a begining.
This is great work ! Apparently the search is not done recursively in directories. For example, I'm looking for libsqlite3.13.0.dylib on MacOS who is located in : /usr/local/lib/sqlite3.13.0 and the FFILibraryFinder could not find it. -- Serge Stinckwic h Int. Research Unit on Modelling/Simulation of Complex Systems (UMMISCO) Sorbonne University (SU) French National Research Institute for Sustainable Development (IRD) U niversity of Yaoundé I, Cameroon "Programs must be written for people to read, and only incidentally for machines to execute." https://twitter.com/SergeStinckwich
participants (2)
-
Esteban Lorenzano -
Serge Stinckwich