Arc Forumnew | comments | leaders | submitlogin
4 points by zck 2062 days ago | link | parent

> Run the unit tests.

Certainly a lot of things could be tested more; this would help.

But also, we might want to set Github to require the tests to pass on a PR before letting it be merged. I could be wrong, but I think a PR can be merged even if the tests fail.

This is a slight step away from "anyone can commit anything", I acknowledge. But it's also a step towards stability. At least the person would have to fix or delete the failing tests before merging.



5 points by rocketnia 2062 days ago | link

Fixing other people's test breakage is one of the only things I can do for Anarki that doesn't make me feel like I'm breaking things myself. :-p

-----

4 points by zck 2060 days ago | link

Well, it's a great help! Writing tests can help too, but just being around and helping is wonderful.

-----