-
I think the website, scaladoc, code/variable naming, import interface and compiler error messages all have to form one coherent, clearly stated communication strategy for 3.0 release. They all have to…
-
[Inkuire](https://github.com/VirtusLab/Inkuire) is a type-directed API search engine for Kotlin and Scala 3. Would be nice if this were included as part of the scaladoc generation for the indigo websi…
-
Does this support including _**SBT plugins**_ as dependencies?
Over in #138 @adpi2 said:
>This Github action submits the snapshot of all the dependencies downloaded by the build: the compile depen…
-
We recently deprecated setLabelCol in ChiSqSelectorModel in Spark (https://github.com/apache/spark/pull/13823):
``` scala
/** @group setParam */
@Since("1.6.0")
@deprecated("labelCol is not use…
-
Many tools like vscode support rendering math expressions in LaTeX style inside Markdown. Since a few weeks this is also [supported here on GitHub](https://github.blog/changelog/2022-05-19-render-math…
-
Scaladoc does not appear to produce any documentation for doc-commented package objects whose packages contain no other top-level entities. For example, a package of top-level functions, all defined …
-
Example, method `==` in Int:
https://scala-lang.org/api/3.x/scala/Int.html#
What seems to be happening:
In the case where:
* type `A` defines a method `f`
* type `B` defines a method `f` of s…
-
## Compiler version
3.3.0-RC6
## Minimized code
The symptom occurs in https://github.com/reactific/riddl/testkit only. Other modules in that repository do not produce the symptomatic warnings. …
-
``` scala
/** Link to [[NotUseCase]] and [[UseCase]].
*
*/
object LinkToUseCase {
type NotUseCase[A] = A
/**
* @usecase type UseCase[A] = Any
*/
type UseCase[A] = A
}…
-
We're using the newest version and tried pattern matching with guards as in the examples:
```scala
implicit val numericValidator = validator[ NumericPair ] { pair =>
pair.numeric match {
case …
tafli updated
6 years ago