test icon indicating copy to clipboard operation
test copied to clipboard

[test_api] – many "ambiguous reexports"

Open kevmoo opened this issue 3 years ago • 0 comments

See https://pub.dev/documentation/test_api/latest/log.txt

  warning: ambiguous reexport of test_on.TestOn, canonicalization candidates: (test_api, test_api.scaffolding) -> test_api.scaffolding (confidence 0.01000)
    from test_on.TestOn: (file:///tmp/pub-dartlang-dartdocSQOAGL/pkg/lib/src/backend/configuration/test_on.dart:10:7)
        test_api: -0.8471 - is deprecated (-1.000), name is long (+0.01000), element location shares parts with name (+0.1429)
        test_api.scaffolding: -0.8371 - is deprecated (-1.000), name is long (+0.02000), element location shares parts with name (+0.1429)
            Use {@canonicalFor test_on.TestOn} in the desired library's
            documentation to resolve the ambiguity and/or override dartdoc's
            decision, or structure your package so the reexport is less
            ambiguous.  The symbol will still be referenced in all candidates --
            this only controls the location where it will be written and which
            library will be displayed in navigation for the relevant pages. The
            flag --ambiguous-reexport-scorer-min-confidence allows you to set the
            threshold at which this warning will appear.
  warning: ambiguous reexport of timeout.Timeout, canonicalization candidates: (test_api, test_api.scaffolding) -> test_api.scaffolding (confidence 0.01000)
    from timeout.Timeout: (file:///tmp/pub-dartlang-dartdocSQOAGL/pkg/lib/src/backend/configuration/timeout.dart:27:7)
        test_api: -0.8471 - is deprecated (-1.000), name is long (+0.01000), element location shares parts with name (+0.1429)
        test_api.scaffolding: -0.8371 - is deprecated (-1.000), name is long (+0.02000), element location shares parts with name (+0.1429)
  warning: ambiguous reexport of tags.Tags, canonicalization candidates: (test_api, test_api.scaffolding) -> test_api.scaffolding (confidence 0.01000)
    from tags.Tags: (file:///tmp/pub-dartlang-dartdocSQOAGL/pkg/lib/src/backend/configuration/tags.dart:13:7)
        test_api: -0.8471 - is deprecated (-1.000), name is long (+0.01000), element location shares parts with name (+0.1429)
        test_api.scaffolding: -0.8371 - is deprecated (-1.000), name is long (+0.02000), element location shares parts with name (+0.1429)
  warning: ambiguous reexport of retry.Retry, canonicalization candidates: (test_api, test_api.scaffolding) -> test_api.scaffolding (confidence 0.01000)
    from retry.Retry: (file:///tmp/pub-dartlang-dartdocSQOAGL/pkg/lib/src/backend/configuration/retry.dart:12:7)
        test_api: -0.8471 - is deprecated (-1.000), name is long (+0.01000), element location shares parts with name (+0.1429)
        test_api.scaffolding: -0.8371 - is deprecated (-1.000), name is long (+0.02000), element location shares parts with name (+0.1429)
  warning: ambiguous reexport of on_platform.OnPlatform, canonicalization candidates: (test_api, test_api.scaffolding) -> test_api.scaffolding (confidence 0.01000)
    from on_platform.OnPlatform: (file:///tmp/pub-dartlang-dartdocSQOAGL/pkg/lib/src/backend/configuration/on_platform.dart:13:7)
        test_api: -0.8471 - is deprecated (-1.000), name is long (+0.01000), element location shares parts with name (+0.1429)
        test_api.scaffolding: -0.8371 - is deprecated (-1.000), name is long (+0.02000), element location shares parts with name (+0.1429)
  warning: ambiguous reexport of skip.Skip, canonicalization candidates: (test_api, test_api.scaffolding) -> test_api.scaffolding (confidence 0.01000)
    from skip.Skip: (file:///tmp/pub-dartlang-dartdocSQOAGL/pkg/lib/src/backend/configuration/skip.dart:9:7)
        test_api: -0.8471 - is deprecated (-1.000), name is long (+0.01000), element location shares parts with name (+0.1429)
        test_api.scaffolding: -0.8371 - is deprecated (-1.000), name is long (+0.02000), element location shares parts with name (+0.1429)
  warning: test_api.fake has no library level documentation comments
    from test_api.fake: (file:///tmp/pub-dartlang-dartdocSQOAGL/pkg/lib/fake.dart:11:9)
  warning: unresolved doc reference [Mock]
    from test_api.fake.Fake: (file:///tmp/pub-dartlang-dartdocSQOAGL/pkg/lib/src/frontend/fake.dart:47:16)
  warning: test_api.backend has no library level documentation comments
    from test_api.backend: (file:///tmp/pub-dartlang-dartdocSQOAGL/pkg/lib/backend.dart:7:9)
  warning: unresolved doc reference [os]
    from test_api.backend.PlatformSelector.evaluate: (file:///tmp/pub-dartlang-dartdocSQOAGL/pkg/lib/src/backend/platform_selector.dart:81:8)
  warning: test_api.scaffolding has no library level documentation comments
    from test_api.scaffolding: (file:///tmp/pub-dartlang-dartdocSQOAGL/pkg/lib/scaffolding.dart:7:9)
  warning: test_api has no library level documentation comments
    from test_api: (file:///tmp/pub-dartlang-dartdocSQOAGL/pkg/lib/test_api.dart:7:9)

kevmoo avatar May 05 '22 17:05 kevmoo