Hi, > However, I have a suspicion something odd is going on and this does > not contain all of the work it should from guile's repo. I ended up > having to use git cherry-pick instead of git rebase because I had made > a mistake when I first made my local peg branch. I checked out > origin/wip-mlucy and then cherry-picked my commits on top of that. > > It worked well, but in one of my earlier attempts before I decided > that git-rebase wasn't going to work, I saw that someone had renamed > peg-sexp-compile to cg-match-func and added some more test cases to > peg.test. Now I don't see those additions, and if they're not in > wip-mlucy then I'm not sure where to find them. Does anyone know where > I should look for that?
Never mind that, sorry. There was a rename, but I was on the correct side of it. I somehow looked at old code and got confused and thought it was new code. The patches should apply cleanly to the head of wip-mlucy, and everything should be fine. Noah