Open AndCycle opened 1 week ago
I've had a play with this tonight.
Fixing the reported bug is simple, but ... it seems like the tool itself doesn't work very well when presented with significantly different input files.
I can definitely see the value in such functionality, but I feel like there's a heap of work to be done to bring this up to scratch. I'm going to explore a little more, and think about how to tackle that.
I'll probably post a quick fix for the reported issue first though. Most likely.
There's a couple of calls to parseOne() that need fixing too, but the real problem seems to be that the diffing implementation is bogus: give it two files where one has had a property value trivially changed, and it's ok. But give it two completely unrelated files, and it reports no differences.
I'll write that up with some examples in another bug, and push the simple import fixes here.