We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
test and community_build_* CI jobs report thousands of Scaladoc warnings every time:
test
community_build_*
[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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
test
andcommunity_build_*
CI jobs report thousands of Scaladoc warnings every time:Example: https://github.com/scala/scala3/actions/runs/14361375561/job/40263505023#step:9:7281.
Can we hide them?
The text was updated successfully, but these errors were encountered: