Hey,
What has not been mentioned yet is simple delegation.
Often you want to rewrite a method, maybe have different (more or less)
parameters and additionally keep the old methods for backwards compatibility.
Or mark it as deprecated at a later point. So you could write the new method
and cha
Hello,
I am using TravisCI for my project on GitHub. The project is packaged
for Debian, Ubuntu, Arch and several other distros.
All this distros support multiple architectures and they have their own
test machines to take care that all packages working on all archs.
On my side (upstream) I wond