Skip to content

Enable fatal warnings #100

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
AlexITC opened this issue Dec 30, 2021 · 0 comments
Open

Enable fatal warnings #100

AlexITC opened this issue Dec 30, 2021 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@AlexITC
Copy link
Owner

AlexITC commented Dec 30, 2021

Run sbt "++2.13.7" compile which throws these warnings:

[warn] /home/scala-js-chrome/bindings/src/main/scala/chrome/browserAction/bindings/BadgeBackgroundColorDetails.scala:14:74: Implicit resolves to enclosing value colorEvidence
[warn]   implicit val colorEvidence: Evidence[String | js.Array[Int], js.Any] = implicitly
[warn]                                                                          ^
[warn] /home/scala-js-chrome/bindings/src/main/scala/chrome/browserAction/bindings/IconDetails.scala:18:88: Implicit resolves to enclosing value imageEvidence
[warn]   implicit val imageEvidence: Evidence[ImageData | js.Dictionary[ImageData], js.Any] = implicitly
[warn]                                                                                        ^
[warn] /scala-js-chrome/bindings/src/main/scala/chrome/browserAction/bindings/IconDetails.scala:19:81: Implicit resolves to enclosing value pathEvidence
[warn]   implicit val pathEvidence: Evidence[String | js.Dictionary[String], js.Any] = implicitly
[warn]                                                                                 ^
[warn] three warnings found

Let's resolve the warnings and enable fatal warnings in the build.

@AlexITC AlexITC added good first issue Good for newcomers help wanted Extra attention is needed labels Dec 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant