TMI: In brief
Aug. 21st, 2012 05:31 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Today, I conquered git submodules in order to push my first change to Servo!
Then I went back to trying to kill match check. I'm learning an important lesson about staging my changes better, since while the whole thing passes tests now (!) it's a lot of tedious work to separate the changes to the compiler that break match check, the changes to everything that remove uses of match check, and the cases where I left myself a little comment saying "improve this" that I want to try to improve before checking in. Next time I'm removing a feature, I'll remove uses of it first, *then* remove support for it.
Then I went back to trying to kill match check. I'm learning an important lesson about staging my changes better, since while the whole thing passes tests now (!) it's a lot of tedious work to separate the changes to the compiler that break match check, the changes to everything that remove uses of match check, and the cases where I left myself a little comment saying "improve this" that I want to try to improve before checking in. Next time I'm removing a feature, I'll remove uses of it first, *then* remove support for it.