Hi,
It seems that the http://www.squeaksource.com/PharoTaskForces repository is broken.
When I try to connect to it via Monticello, I get a "SubscriptOutOfBounds: 0". The problem seems to be that the repository somehow has a file called '.mcz' (which is obviously wrong):
(MCHttpRepository location: 'http://www.squeaksource.com/PharoTaskForces' user: '' password: '') readableFileNames select: [:each | each beginsWith: '.']
Anyone know why this happened?
no idea.
Or how to fix this?
- Open a bug entry is the minimal action if you want people to spend time fixing it. - So I did it look at the fixes I proposed in http://code.google.com/p/pharo/issues/detail?id=7311 now my solution could be better: to only show file following a strict pattern. - I also fix probably a concurrency bug created by a fork somewhere to speed it up. stef