Would it be possible/desirable to have a system such that:
* bug fixes for external packages can be still be directly applied and tested in the Pharo-integrated branch
* the CI workflow generates an updated ConfigurationOf{external package} that it pushes back to the external package repository?
Its a great idea to separate out��Configurations��to devolve responsibility for sub-packages, but it adds some friction to bug fixing.�� It "seems" we will have a single branch combining both feature development and bug-fixing, but it would be nicer to have two branches. ��
---------------
On another track, I wonder if it would be useful if a package which is part of a Configuration��is made dirty, the Configuration itself could also be marked dirty?��
cheers -ben