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
When using pkg> test, the log output gets polluted by tons of deprecation warnings, like
WARNING: GeometryBasics.TRect is deprecated, use RectT instead.
likely near none:1
WARNING: GeometryBasics.Vec1f0 is deprecated, use Vec1f instead.
likely near none:1
WARNING: GeometryBasics.Vec2f0 is deprecated, use Vec2f instead.
likely near none:1
....
These warning do not appear when using the normal Test package, and putting the testset in the test/runtests.jl file. However, when using ReTest from the command prompt, I do not see this issue
Hi there,
Thanks for putting up ReTest, I love it.
One small issue I noticed: consider this minimal package https://github.com/jonalm/MyTestPackage.jl
When using
pkg> test
, the log output gets polluted by tons of deprecation warnings, likewhich seems to originate here https://github.com/JuliaGeometry/GeometryBasics.jl/blob/master/src/deprecated.jl
These warning do not appear when using the normal Test package, and putting the testset in the
test/runtests.jl
file. However, when using ReTest from the command prompt, I do not see this issueI originally reported this issue here JuliaGeometry/GeometryBasics.jl#154 as I thought it was a GeometryBasics issue.
The text was updated successfully, but these errors were encountered: