instantiations / tonel-vast

Tonel file format writer and reader implementation for VA Smalltalk
MIT License
9 stars 3 forks source link

Allow a way to filter the packages that are read from a repository #88

Closed marianopeck closed 3 years ago

marianopeck commented 3 years ago

Right now, when you do TonelReader new readFrom: repoPath it reads ALL packages...it would be nice to have a way to filter that...so that you can reject for example *pharo* , *squeak*, *gemstone*, etc.