Paul Fitzpatrick

Results 198 comments of Paul Fitzpatrick

Do you have a lot of columns @watho? If not too many `--all-columns` might be adequate - it will turn off pruning of unchanged columns.

Hmm it has been a while since I looked at this, but I'd have expected the leftmost columns to be shown by default. Is line number an explicit column in...

Hi @KaiWW, I think the problem is that the initial call to `compareTables` is being done without the `flags` available to specify the primary key. Try calling it as `compareTables(table1,...

Thanks @hasnat. The test failure seems to be mostly due to a haxe change, where the return type of the main method is constrained to be void. I expect that...

Hmm good point. I've become a fan of TypeScript myself. I see there's a project for outputting typescript declaration files from haxe (the language daff is written in) https://lib.haxe.org/p/hxtsdgen/. I'll...

I tried running `deno run -A bin/daff.js` and fixing up problems ad-hoc, just to assess how much was broken. There were a bunch of trivial problems - code for picking...

This is likely a haxe version issue. Version 4.0.5 works, could you check `haxe --version`?

Thanks for reporting. Is it possible to share the csvs?

Oh interesting. There's something buggy there all right. The diff isn't super wrong - you can indeed get from a.csv to b.csv by deleting column c and adding column d...