Skip to content

"Unable to resolve link" scaladoc warnings on the CI #22960

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
mbovel opened this issue Apr 10, 2025 · 0 comments
Open

"Unable to resolve link" scaladoc warnings on the CI #22960

mbovel opened this issue Apr 10, 2025 · 0 comments
Labels
area:ci Issues tied with CI/CD workflows area:doctool itype:enhancement

Comments

@mbovel
Copy link
Member

mbovel commented Apr 10, 2025

test and community_build_* CI jobs report thousands of Scaladoc warnings every time:

[warn] -- Warning: ./docs/_docs/reference/overview.md ---------------------------------
[warn] /__w/scala3/scala3/./docs/_docs/reference/overview.md: Unable to resolve link 'new-types/intersection-types.md'
[warn] -- Warning: ./docs/_docs/reference/overview.md ---------------------------------
[warn] /__w/scala3/scala3/./docs/_docs/reference/overview.md: Unable to resolve link 'new-types/union-types.md'
[warn] -- Warning: ./docs/_docs/reference/overview.md ---------------------------------
[warn] /__w/scala3/scala3/./docs/_docs/reference/overview.md: Unable to resolve link 'new-types/type-lambdas.md'
[warn] -- Warning: ./docs/_docs/reference/overview.md ---------------------------------
[warn] /__w/scala3/scala3/./docs/_docs/reference/overview.md: Unable to resolve link 'contextual/context-functions.md'
[warn] -- Warning: ./docs/_docs/reference/overview.md ---------------------------------
[warn] /__w/scala3/scala3/./docs/_docs/reference/overview.md: Unable to resolve link 'other-new-features/trait-parameters.md'
[warn] -- Warning: ./docs/_docs/reference/overview.md ---------------------------------
[warn] /__w/scala3/scala3/./docs/_docs/reference/overview.md: Unable to resolve link 'dropped-features/early-initializers.md'
[warn] -- Warning: ./docs/_docs/reference/overview.md ---------------------------------
[warn] /__w/scala3/scala3/./docs/_docs/reference/overview.md: Unable to resolve link 'contextual/givens.md'
[warn] -- Warning: ./docs/_docs/reference/overview.md ---------------------------------
[warn] /__w/scala3/scala3/./docs/_docs/reference/overview.md: Unable to resolve link 'contextual/using-clauses.md'
[warn] -- Warning: ./docs/_docs/reference/overview.md ---------------------------------
[warn] /__w/scala3/scala3/./docs/_docs/reference/overview.md: Unable to resolve link 'contextual/extension-methods.md'
[warn] -- Warning: ./docs/_docs/reference/overview.md ---------------------------------
[warn] /__w/scala3/scala3/./docs/_docs/reference/overview.md: Unable to resolve link 'other-new-features/opaques.md'
[warn] -- Warning: ./docs/_docs/reference/overview.md ---------------------------------
[warn] /__w/scala3/scala3/./docs/_docs/reference/overview.md: Unable to resolve link 'dropped-features/package-objects.md'
[warn] -- Warning: ./docs/_docs/reference/overview.md ---------------------------------
[warn] /__w/scala3/scala3/./docs/_docs/reference/overview.md: Unable to resolve link 'other-new-features/export.md'
[warn] -- Warning: ./docs/_docs/reference/overview.md ---------------------------------
[warn] /__w/scala3/scala3/./docs/_docs/reference/overview.md: Unable to resolve link 'changed-features/vararg-splices.md'
[warn] -- Warning: ./docs/_docs/reference/overview.md ---------------------------------
[warn] /__w/scala3/scala3/./docs/_docs/reference/overview.md: Unable to resolve link 'other-new-features/creator-applications.md'
[warn] -- Warning: ./docs/_docs/reference/overview.md ---------------------------------
[warn] /__w/scala3/scala3/./docs/_docs/reference/overview.md: Unable to resolve link 'dropped-features/early-initializers.md'
[warn] -- Warning: ./docs/_docs/reference/overview.md ---------------------------------
[warn] /__w/scala3/scala3/./docs/_docs/reference/overview.md: Unable to resolve link 'contextual/conversions.md'
[warn] -- Warning: ./docs/_docs/reference/overview.md ---------------------------------
[warn] /__w/scala3/scala3/./docs/_docs/reference/overview.md: Unable to resolve link 'contextual/given-imports.md'
[warn] -- Warning: ./docs/_docs/reference/overview.md ---------------------------------
[warn] /__w/scala3/scala3/./docs/_docs/reference/overview.md: Unable to resolve link 'dropped-features/type-projection.md'
[warn] -- Warning: ./docs/_docs/reference/overview.md ---------------------------------
[warn] /__w/scala3/scala3/./docs/_docs/reference/overview.md: Unable to resolve link 'contextual/multiversal-equality.md'
[warn] -- Warning: ./docs/_docs/reference/overview.md ---------------------------------
[warn] /__w/scala3/scala3/./docs/_docs/reference/overview.md: Unable to resolve link 'changed-features/operators.md'
[warn] -- Warning: ./docs/_docs/reference/overview.md ---------------------------------
[warn] /__w/scala3/scala3/./docs/_docs/reference/overview.md: Unable to resolve link 'dropped-features/delayed-init.md'
[warn] -- Warning: ./docs/_docs/reference/overview.md ---------------------------------
[warn] /__w/scala3/scala3/./docs/_docs/reference/overview.md: Unable to resolve link 'dropped-features/existential-types.md'
[warn] -- Warning: ./docs/_docs/reference/overview.md ---------------------------------
[warn] /__w/scala3/scala3/./docs/_docs/reference/overview.md: Unable to resolve link 'dropped-features/procedure-syntax.md'
[warn] -- Warning: ./docs/_docs/reference/overview.md ---------------------------------
[warn] /__w/scala3/scala3/./docs/_docs/reference/overview.md: Unable to resolve link 'dropped-features/class-shadowing.md'
[warn] -- Warning: ./docs/_docs/reference/overview.md ---------------------------------
[warn] /__w/scala3/scala3/./docs/_docs/reference/overview.md: Unable to resolve link 'dropped-features/xml.md'
[warn] -- Warning: ./docs/_docs/reference/overview.md ---------------------------------
[warn] /__w/scala3/scala3/./docs/_docs/reference/overview.md: Unable to resolve link 'dropped-features/symlits.md'
[warn] -- Warning: ./docs/_docs/reference/overview.md ---------------------------------
[warn] /__w/scala3/scala3/./docs/_docs/reference/overview.md: Unable to resolve link 'dropped-features/auto-apply.md'
[warn] -- Warning: ./docs/_docs/reference/overview.md ---------------------------------
[warn] /__w/scala3/scala3/./docs/_docs/reference/overview.md: Unable to resolve link 'dropped-features/weak-conformance.md'
[warn] -- Warning: ./docs/_docs/reference/overview.md ---------------------------------
[warn] /__w/scala3/scala3/./docs/_docs/reference/overview.md: Unable to resolve link 'new-types/intersection-types.md'
[warn] -- Warning: ./docs/_docs/reference/overview.md ---------------------------------
[warn] /__w/scala3/scala3/./docs/_docs/reference/overview.md: Unable to resolve link 'dropped-features/xml.md'
...

Example: https://github.com/scala/scala3/actions/runs/14361375561/job/40263505023#step:9:7281.

Can we hide them?

@mbovel mbovel added area:ci Issues tied with CI/CD workflows area:doctool itype:enhancement labels Apr 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:ci Issues tied with CI/CD workflows area:doctool itype:enhancement
Projects
None yet
Development

No branches or pull requests

1 participant