A few more friendly reminders, particularly since we have quite a few more contributors and committers. First, coding style and syntax is documented at
https://cwiki.apache.org/confluence/display/TS/Coding+Style Please follow those, particularly on pull requests since it makes the committer / reviewers job much easier. Secondly, keep an eye on the Jenkins builds, at https://ci.trafficserver.apache.org Things should not break, remember, master is always expected to be “stable”. We are aware of the email issues (damn Java …), which I’ll look into as soon as I’m back from vacation. In addition, a suggestion has been made to alert build failures in IRC, and I think we’ll be looking into that as well soon. But again, it’s everyones responsibility to keep master (and all branches) building at all times. Don’t leave the trees broken, please. Finally, when you commit, make all git pushes such that all stages of the commit are expected to build. Tools such as “git bisect" becomes particularly painful when there are a lot of states that do not build. Cheers, — Leif