Previously a A[:, DateTime(2016, 1, 2, 3)] call which would throw a BoundsError from axisindexes would throw BoundsError(4:3, 1) instead of something referencing the input.
If anyone has better ideas for testing the contents of an error struct than this I'm more than happy to change it.
Previously a
A[:, DateTime(2016, 1, 2, 3)]
call which would throw aBoundsError
fromaxisindexes
would throwBoundsError(4:3, 1)
instead of something referencing the input.If anyone has better ideas for testing the contents of an error struct than this I'm more than happy to change it.