Re: [Pharo-users] [pharo7] loading mcz files

2018-12-12 Thread Guillermo Polito
PR with fix: https://github.com/pharo-project/pharo/pull/2062 On Wed, Dec 12, 2018 at 3:46 PM Guillermo Polito wrote: > I've opened an issue here: > > > https://pharo.fogbugz.com/f/cases/22754/Exception-while-opening-a-MCSubDirectoryRepository > > The reason is that several parts of monticello w

Re: [Pharo-users] [pharo7] loading mcz files

2018-12-12 Thread Guillermo Polito
I've opened an issue here: https://pharo.fogbugz.com/f/cases/22754/Exception-while-opening-a-MCSubDirectoryRepository The reason is that several parts of monticello were updated to use the new file streams, but MCSubdirectory was not. I'll be posting a fix in a couple of minutes. On Wed, Dec 12,

Re: [Pharo-users] [pharo7] loading mcz files

2018-12-12 Thread Guillermo Polito
Hi Hans, I'm trying to reproduce this one. It seems it happens only with a "Directory with subdirectories" kind of repository. Can you confirm? I do now know exactly what this should do, never used it before. I'll check it and come back to you. Guille On Wed, Dec 12, 2018 at 12:46 PM Baveco, Ha