Skip to content

Commit 10bf5c3

Browse files
authored
Merge pull request #666 from JuliaRobotics/maint/3Q20/betterwarn
better deprecation warning
2 parents 419a31d + 712709d commit 10bf5c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DistributedFactorGraphs.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,8 @@ if get(ENV, "DFG_USE_CGDFG", "") == "true"
306306
end
307307

308308
function __init__()
309-
@warn("BREAKING CHANGE v0.12: deprecating AbstractRelativeFactor, use AbstractRelativeRoots instead")
310-
@warn("BREAKING CHANGE v0.12: deprecating AbstractRelativeFactorMinimize, use AbstractRelativeMinimize instead")
309+
@warn("BREAKING CHANGE coming to DistributedFactorGraphs v0.12: deprecating AbstractRelativeFactor, use AbstractRelativeRoots instead")
310+
@warn("BREAKING CHANGE coming to DistributedFactorGraphs v0.12: deprecating AbstractRelativeFactorMinimize, use AbstractRelativeMinimize instead")
311311

312312
@require GraphPlot = "a2cc645c-3eea-5389-862e-a155d0052231" begin
313313
@info "Including Plots"

0 commit comments

Comments
 (0)