Hi Mike,
attached is an updated version:
- Packages should have corrected dependencies in ConfigurationOfSandstoneDb
- also when 1.0 is released the development is 2.0-baseline always as one
version is released and you load on the next upcoming. As it is the baseline
it will load all
At least this is also how Versioner works with the config, open it in the Versioner tool in 3.0.
I can not commit, maybe you add it/upload it to the repo.
Also put it into MetaRepoForPharo30 so it appears in the config browser as Stef suggested.
I did not create groups (usually we could/should have one for each possible combination
usage of SandStoneDB, for instance one for Goods, one for Fuel, ...also tests separated from core etc).
I think the packages are not yet correctly cutted (for instance SandstoneDbFileSystemStore
includes the store AND the tests). Usually tests should be in an own package, so one can load
them separately.
This way you could have a "Core" group for loading the basics you need at runtime
and a group "Tests" that allows you to load the packages including the Tests when developing.
Bye
T.