Jan. 6, 2020
1:43 p.m.
On 6 Jan 2020, at 08:16, Alistair Grant <akgrant0710@gmail.com> wrote:
What is your particular problem ?
Pavel did some refactoring in https://github.com/pharo-project/pharo/commit/45b7de2b6c901112be04230faba485... that moved some methods from the FileSystem-Core package to the Zinc-Resource-Meta-Core package, and they go missing when loading other Zinc packages, e.g. SSO.
Let's see: this should solve your immediate problem then: https://github.com/svenvc/zinc/commit/7d7f55e5654639a81e669b50f196ea4af38b8e... It will fix the issue in Pharo 8. It will load uncleanly in Pharo 7, but we could do a back port to it if needed. Sven