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

Blacklining while tokenizing strings #25

Open
mihaisoloi opened this issue Jan 31, 2019 · 1 comment
Open

Blacklining while tokenizing strings #25

mihaisoloi opened this issue Jan 31, 2019 · 1 comment

Comments

@mihaisoloi
Copy link

I think it would be extremely helpful if we'd have a way to do blacklining on case classes, or collections to see which of the parameters are different. For example
case class Hello(arg: String)

when tokenizing two strings and applying blacklining we'd have something like this:

Hello("World") > Hello("Everyone")

@mihaisoloi
Copy link
Author

Just read this article https://blog.softwaremill.com/human-readable-case-class-diffs-c707e83e08a2 and this is exactly what I was proposing. I'll give this a try, but I'd have to add https://github.com/softwaremill/diffx as a dependency

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