NorbertHartl wrote > In order to make myself independent I fork the projects I consider > unstable and use the fork in our product. This way I have control when > there is something updated. This could also be a good way for pharo.
I was thinking the same. This is also what I do. My goal is *never* to depend on external projects, only my forks. With GH this is trivial. With mcz repos it was much harder IMHO. And it seems to address Steph's valid concern because you just commit to your fork and keep moving ahead - no waiting, just create a PR and it's up to the maintainer to accept or not. BTW This concept of forking and insulating oneself from unstable external projects IMHO is *the* killer feature of GH for Smalltalk/Pharo workflows. How many hours I wasted trying to contact "maintainers" of abandonware mcz repos to integrate a fix! ----- Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html
