Adrien Piquerez
Adrien Piquerez
[Bug] Scaladex not finding the latest artficat after migrating project to `Maven Central Repository`
> @adpi2 did you have a chance to see why mine doesn't appear? Thanks for help. @softinio not yet. I was hoping the root cause to be the same. Maybe...
[Bug] Scaladex not finding the latest artficat after migrating project to `Maven Central Repository`
@softinio Your library uses full Scala version and that's not yet supported by Scaladex. @vidishagawas121 is working on it as part of Google Summer of Code.
[Bug] Scaladex not finding the latest artficat after migrating project to `Maven Central Repository`
> I don't follow? What would be the fix? Thanks. The binary version of your artifact is `_3.7.0`, which is a full Scala version. For it to be picked by...
[Bug] Scaladex not finding the latest artficat after migrating project to `Maven Central Repository`
@bdmendes Could you please open a new issue, to keep track of it? I'll take a look when I have more time.
[Bug] Scaladex not finding the latest artficat after migrating project to `Maven Central Repository`
It's here: https://index.scala-lang.org/softinio/duck4s
@ozenzin this PR still appears as a draft. Is it ready to be merged?
https://github.com/scalameta/mdoc/blob/ddebf6268d7f3da00908d7adb29ffe2ce3faa457/mdoc/src/main/scala/mdoc/internal/markdown/FenceInput.scala#L80-L91
> The issue: IDEs can’t reliably interpret Scala source files in libraries due to missing project-specific compiler configurations (like compiler version, compiler options, compiler plugins used during the compilation) Thanks...
> Has there been any prior discussion along these lines...? I mentioned that idea during the tooling summit in Madrid, but I don't remember if there is an online discussion...
> We discussed it today and decided that it would be best to put it into pom.xml and that should be the responsibility of a build tool. We need to...