Ólafur Páll Geirsson

Results 361 comments of Ólafur Páll Geirsson

My recommendation would be to use scalamacros/paradise and implement custom support for IntelliJ. scalamacros/paradise are on track to be included by default in the Scala compiler https://github.com/scala/scala/pull/6606 (no more need...

FWIW, scalameta/paradise for 2.12.6 is on it's way to Maven Central. Note that scalameta/paradise is no longer under development and will not support 2.13, please migrate to https://docs.scala-lang.org/overviews/macros/annotations.html those macro...

I'm opening this PR as a draft because it's not working correctly yet. I'm hitting on the following error that I don't understand: ``` ❯ cd examples/testing/scalatest_repositories && bazel test...

@liucijus Thank you for taking a look 🙏 I'll investigate `scala_library_for_plugin_bootstrapping` > Can it be a separate phase? My eventual hope is that we can add dedicated `semanticdb()` target types...

Any update on this? I am experiencing the same issue as @nkijak. It appears that setting `ivy.home` and `sbt.ivy.home` in `scriptedLaunchOpts` does not help. I've tried the following: - ivy-home...

Thank you for reporting! This is a known limitation since we currently rely on the classfiles from disk to provide the state of public signatures in the workspace. I see...

This is a hard problem that has always been a known limitation (in my mind) from the start, but it might not be well documented since it’s quite complicated to...

> The only solution for this issue that I currently see is that we have to invalidate/remove symbols after every interaction with PC. This might result in a significant performance...

@virusdave No update. Native support has been merged into paiges but it's not yet released, scalafmt doesn't depend on paiges directly but it's brought in transitively. Biggest blocker is that...

Thanks for sharing @ssaavedra. How would graalvm native-image work in terms of distribution and testing? What I find compelling about Scala Native is that I can - run the full...