Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

add support for -Wunused #254

Closed
bbarker opened this issue Nov 11, 2021 · 2 comments
Closed

add support for -Wunused #254

bbarker opened this issue Nov 11, 2021 · 2 comments

Comments

@bbarker
Copy link

bbarker commented Nov 11, 2021

There is a corresponding issue in dotty: https://github.com/lampepfl/dotty/issues/12785

This would be great, as unused values are at best a code smell and at worst a source of serious bugs, particularly when effect systems are used.

ScalaFix also needs this for the RemoveUnused feature: https://scalacenter.github.io/scalafix/docs/rules/RemoveUnused.html

@TheElectronWill
Copy link

This is in progress! scala/scala3#16157

@ckipp01
Copy link
Contributor

ckipp01 commented Jun 5, 2023

Closed via scala/scala3#16157

@ckipp01 ckipp01 closed this as completed Jun 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants