Comment by NeutronBoy
11 years ago
There's an opportunity for some sort of self-referential CI system here - e.g. have the bot build itself, run a bunch of unit tests, and if they're successful patch itself permanently.
11 years ago
There's an opportunity for some sort of self-referential CI system here - e.g. have the bot build itself, run a bunch of unit tests, and if they're successful patch itself permanently.
Yeah, that is probably pretty important. It looks like a lot of people aren't testing their changes, and any one could have a small syntax error.
Unit tests would be within the repository, of course, just like the unit tests tests which will also be validated.