Closed flying-sheep closed 5 years ago
Thanks for the report. I'll be looking at this in the near future (1-2 weeks). Newline seems to cause the problem, though obviously it shouldn't.
Grand. For the time being i just switched to if (!identical(a, b)) { ... }
which makes my tests run again.
Thank you for this package! It makes testthat so much nicer to use than the builtin output: https://github.com/IRkernel/repr/blob/master/tests/testthat/helpers.r
Great, also, fyi, testthat is planning on adding pluggable comparisons at some point.
Yeah, probably as a reaction to (or inspired by) my issue there: r-lib/testthat#852
I think this is mostly fixed, but I ran into some issues in a fairly gnarly part of the code and didn't get to finish it this weekend. Hopefully this will be done in the next week or so.
Are you the maintainer for repr
? I'm seeing some failures on revdep checks, but those failures seem to be also happening in the current CRAN version. I'm guessing they are not caused by diffobj
, but diffobj
is involved in the display of the failures, so I am not certain.
I am not certain this is the reason, but I suspect the new pillar 1.4.0 release is breaking things with changes in behavior of type_sum. @flying-sheep
yes! sorry that you had to investigate, I’m aware of this and just need to release a new version.
thank you also for fixing diffobj :smile: