[Mm10s] 2020-02-3

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[Mm10s] 2020-02-3

EstebanLM
### 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
Reply | Threaded
Open this post in threaded view
|

Re: [Mm10s] 2020-02-3

SergeStinckwich


On Mon, Feb 3, 2020 at 9:52 AM Esteban Lorenzano <[hidden email]> 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