You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Category("Promoting the value to transitively initialized (Hot) failed due to the following problem:"),
167
167
Category("Unset local variable"),
168
168
// migration warningss
169
-
Category("Result of implicit search for .* will change"),
169
+
Category("Result of implicit search for .* change"),
170
+
Category("Given search preference for .* between alternatives .* change"),
171
+
Category("Overloading resolution for arguments .* between alternatives .*change"),
170
172
Category("Context bounds will map to context parameters"),
171
173
Category("According to new variance rules, this is no longer accepted; need to annotate with @uncheckedVariance"),
172
174
Category("The conversion .* will not be applied implicitly here in Scala 3 because only implicit methods and instances of Conversion class will continue to work as implicit views"),
173
175
Category("Type ascriptions after patterns other than:.* are no longer supported"),
174
176
Category(".* in package .* has changed semantics in version"),
175
177
Category("@SerialVersionUID does nothing on a trait"),
178
+
Category("Implicit parameters should be provided with a `using` clause"),
179
+
// Scaladoc
180
+
Category("Couldn't resolve a member for the given link query"),
176
181
// project specific
177
182
Category("Found a problem with your DI wiring", Some("7mind/izumi specific")) ,
178
183
Category("Pathological intersection refinement result in lambda being reconstructed ", Some("7mind/izumi specific")),
@@ -185,6 +190,7 @@ object warnings:
185
190
Category("cannot handle class .*: no case accessor", Some("anorm specific")),
186
191
Category("The entry .* must be defined in the enum companion", Some("enumeratun specific")),
187
192
Category("defaulting to foreach, can not optimise range expression", Some("metarank/ltrlib specific")),
193
+
Category("A non-inlined expression .* is forcing the query to become dynamic", Some("doobie specific"))
188
194
)
189
195
defwarningsFilter(warning: Warning):Boolean= warning match {
0 commit comments