PurpleKingdomGames / indigo

An FP game engine for Scala.
https://indigoengine.io/
MIT License
643 stars 60 forks source link

Add support for Inkuire? #288

Open Sintrastes opened 2 years ago

Sintrastes commented 2 years ago

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 website.

davesmith00000 commented 2 years ago

I've had a quick go, but it didn't work as expected, all I get is errors like the one attached.

However I've made enquiries.

image

All I did was add the following, which may not be enough, particularly given that I'm using unidoc:

Compile / doc / scalacOptions ++= Seq("-Ygenerate-inkuire")
davesmith00000 commented 2 years ago

Thanks to @pikinier20 who works on Scaladoc for an answer, see below:

Easy Inkuire integration is one of the goals we want to achieve in the close future. We are aware of some problems that make Inkuire not work very good in libs other than stdlib but they are going to be resolved soon (maybe in next release?)

So we will do this, when it's ready.