MilesCranmer / DispatchDoctor.jl

The dispatch doctor prescribes type stability
Apache License 2.0
138 stars 7 forks source link

Adds integration test – entirety of DynamicExpressions.jl codebase #19

Closed MilesCranmer closed 4 months ago

MilesCranmer commented 4 months ago

This tests whether we can stabilize the entirety of DynamicExpressions.jl's codebase with default_mode="warn", and then run the test suite.

There are some weirdness happening in the tests that have to do with logs, presumably because DispatchDoctor.jl is adding warning messages. But I think those are okay to skip.


Also, fixes #16

coveralls commented 4 months ago

Coverage Status

coverage: 96.833% (-1.7%) from 98.492% when pulling a60edadbf8ad2db35500f10c859f479f74616b07 on integration-test-de into 532ebcb39d509d859e784357c1dc13ac95e7fe1a on main.