Eric K Richardson

Results 394 comments of Eric K Richardson

Maybe we could consider the new scaladoc? https://www.tooling-talks.com/episode-15

We could use this to combine the separate API docs together? https://github.com/sbt/sbt-unidoc This is the example site - https://dotty.epfl.ch/

Let me step back for a second before I answer the specific comments. Originally, we compiled all the native libs at once except LL. @WojciechMazur in one of his Windows...

Tested code movement in Sandbox. Didn't want to add scripted. ```Scala import java.io._ import java.util.zip._ object Test { def main(args: Array[String]): Unit = { println("Hello, World!") println(System.getProperty("user.dir")) val sourceFile =...

@sjrd I addressed the comments you had so far. @WojciechMazur Maybe you could take a look at the PR and discussion and comment as well.

@sjrd I think I addressed your concerns if you would like to take another review pass.

We still have some issues that need to be solved. It is unclear to me at this point the best solution. 1. Each project in needs to contain both Scala...

> Any fix would probably be documenting the difference. Shouldn't we be trying to make our implementation match the JVM?

I think if the JVM and Native will support one `\` so that porting can be seamless then I agree.

It does seem that `Discover.clang()` gets called in the plugin so it may be too eager for using `nativeConfig` as you tried above. Perhaps that should be changed somehow? I...