CompatHelperLocal.checkMethod
check(m::Module) -> Bool

Check [compat] entries for package that contains module m. Reports issues and returns whether checks pass.

CompatHelperLocal.checkMethod
check(pkg_dir::String; quiet) -> Bool

Check [compat] entries for package in pkg_dir. Reports issues and returns whether checks pass.

CompatHelperLocal.@checkMacro

Check [compat] entries for current package. Reports issues and returns whether checks pass. Can be called from the package itself, or from its tests.