Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When complaining about automated fields, output specifically which fields for which entries are causing the problem #308

Open
balupton opened this issue May 25, 2017 · 0 comments

Comments

@balupton
Copy link
Member

balupton commented May 25, 2017

As the comparison diff is useless...

Example problem: #307 (comment)

PR welcome for whoever wants to take this.

The current code for it is at

test('source data was the same as the corrected data', function () {
equal(source, result, 'there was automated data written into the manual listing, this has been removed, run the tests again')
})

Perhaps, we just need a better diffing algorithm, that just lists the keys. Could also be a key sorting issue, which https://github.com/bevry/sortobject could fix, if sorting is the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant