Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upError when diffing list containing empty list #88
Comments
|
This is definitely a bug. It is supposed to work well with nested structures, but obviously I didn't properly handle the case you bring up. I'll fix this in the next release (and hopefully get development branch fixed today). In the meantime, you can use:
or
to work around the issue. Thanks for reporting. |
|
This should now be working in Let me know if for whatever reason this does not work for you. Also, feel free to add feature request issues if you have use cases for |
It's not clear to me whether
diffObjis meant to be used for complex structures like nested lists, but it seems that at it at least shouldn't give an error (or that the error is more informative). Example: