Results 21 comments of timothy

We are looking for engineers who are excited about the challenge of building & scaling systems on Petooh. Send us your CV to [email protected]. Thank you.

Version **1.4.0** has breaking changes: * `VirtualFile` and `VirtualFileRef` instead of `Path`; * `compiler-bridge.jar` must contain `META-INF/services/xsbti.compile.CompilerInterface2` or it will throw NPE because of switching to legacy `xsbti.CompilerInterface` which not...

Now I can build and test my project with this [commit](https://github.com/TimothyKlim/rules_scala/commit/df6367155f5c74cfb6817e82e91bc195d37feb13). You can cherry-pick changes that you need to continue backwards compatibility, I have my fork to have ability to...

> `3.5.0-RC1-bin-20240429-e2c456f-NIGHTLY` Yes, please: https://github.com/timothyklim/scala3-issue-20361

I'm using my custom JDK 22 but tested with JDK 19 (19.0.2) from nixpkgs: `nix run nixpkgs/release-23.11#sbt`

> What about `jitsi-utils`? what is the version that's being used in the repro repository? It's built by bazel and rules_kotlin where kotlin is targeted for JDK 17.

> > What about `jitsi-utils`? what is the version that's being used in the repro repository? > > It's built by bazel and rules_kotlin where kotlin is targeted for JDK...

I pushed new commit with official version from maven: https://github.com/timothyklim/scala3-issue-20361/commit/bd2d6d6f02562266704494e3359a546a04872687 there no bazel, no custom patches, no jar in lib/, but the same error.

If I remove scalac option `-experimental` then everything works but in my project I cannot remove this option because I'm using many experimental features from nightly such as `saferExceptions`