Aish
Aish
@lihaoyi I'm guess passing a pointer (e.g. GetPrimitiveArrayCritical style) would need some extra work though? I'm guessing that case might be more common for scala-native, since people will be after...
+1 will work on it.
Yes sorry still alive, let me review and incorporate now.
hmm, I guess another problem is that the Gralde cache could at different locations, on different machines. Hmm, I wonder if there's a way to work around this. [update] Although,...
Yeah, I'm not sure either why it's such a long task. No, pretty sure we're not doing anything like code gen there. My guess is our dependency graph is just...
Any update on this fix? Or any work around?
Related gradle-scalafix issue. https://github.com/cosmicsilence/gradle-scalafix/issues/58
I also confirmed that the CWD in Gradle's compile tasks isn't the project root, it's `GRADLE_USER_HOME/workers`. And from this issue, seem unlikely that there's an option to change it: https://github.com/gradle/gradle/issues/7323
Related (but slightly different issue) https://github.com/scalameta/scalameta/issues/2518
+1 for this feature. In my case I'm wanting to embed HTML output from Scala directly into the Markdown, since I'm trying to produce documentation like the following (except mine's...