Hi, > So IMO, the question still remains: how do you develop a framework and a > compiler at the same time and run automated tests?
By using CI. CI doesn’t only have to run only checkin to the dev branch or even a single repo, you can run it on checkins to your own branches and even against your working development environment How useful that is may depending little on how fast your tests run. Thanks, Justin