Alex Zolotko
Alex Zolotko
Ok, now it makes sense. detect_compiler failed because I didn't have aarch64-linux-gnu-gcc, but it shouldn't matter because I specify `CMAKE_xxx_COMPILER` explicitly anyway. And then, I got that error about ninja...
> Can someone comment on the status of this PR? > > @jastice I suppose we're awaiting @azolotko's reply to [#111 (comment)](https://github.com/JetBrains/sbt-idea-plugin/pull/111#discussion_r992417083) ? Oops 😬 I’ll give it another try...
Ok, I've rebased the PR and given it another try. [Here's a sample project ](https://github.com/azolotko/sbt-idea-example-scala3) that uses [a locally built snapshot](https://github.com/azolotko/sbt-idea-example-scala3/blob/scala3/project/plugins.sbt#L1) of sbt-ide-plugin from the [ azolotko:rudimentary-scala-3-support](https://github.com/azolotko/sbt-idea-plugin/commit/24399fff) branch. The project...
When I initially created this PR, the problem was in sbt-idea-plugin not bundling Scala 3’s std lib, only Scala 2’s one. Op vr 1 sep. 2023 om 19:09 schreef Dmitrii...
How about `shared hashed Integer x`? Can also be ```ceylon hashed(value x, value y) // or hashedBy(value x, value y) shared class Point(shared Integer x, shared Integer y, shared String...
Tested on version 0.7.7. The problem is still there.
A similar [issue in Gerrit's bug tracker](https://bugs.chromium.org/p/gerrit/issues/detail?id=3454).
Still a problem for slinc 0.5.0: ``` [error] error while loading runtime$package, [error] class file fr/hammons/slinc/runtime$package.class is broken, reading aborted with class dotty.tools.tasty.UnpickleException [error] TASTy signature has wrong version. [error]...
@donderom Have you tried ```scala case class foo(`type`: Int, value: Int) derives Struct ``` ?