You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix tests on Julia nightly
The tests for specific exception types in `sem` are relying on the
exceptions thrown from deeper in the call stack, outside of this
package's control. We do still expect these cases to throw, but since we
can't actually control the type of the exception, we can instead test
that any exception is thrown.
The test of the number of allocations from calling `mad` on a generator
fails because there are nearly 10x more allocations than the upper bound
used in the test. We can mark this test broken with Julia v1.10, and the
test will fail if the allocations for this case are improved, be it
upstream or in the implementation of `mad` (if applicable).
* Bump Documenter version to fix doc build
Simply going from Documenter 0.24 to the latest, 0.27, fixes `makedocs`
for me locally. This should fix the documentation build on CI.
0 commit comments