Peng Cheng
Peng Cheng
Oh sorry I misunderstood it, I thought it is already being done. We still need to write it. So you prefers to allow RequireMsg to take more type arguments and...
I see, but how does RequireMsg know what "${From}" or "${To}" refers to? They are just type arguments that are not in the scope
Nice! So it addressed the most simple case. For more complex case it we may still need the `GetNameOfSym`. Invoking type members by A#B doesn't work though: ``` trait HasM...
@soronpo I'm not a compiler's guy. But to me it appears to be never documented as a scala 2 feature or language specification. Even the original @ImplicitNotFound argument doesn't list...
I have the same error on Manjaro & mxnet-scala (they should share the same JVM low level API implementations). Plus once I switched to gpu(CUDA 10.0) I got a similar...
I haven't tested py-mxnet as mxnet-cu100 hasn't been released. but all other DNN libraries (pytorch, tensorflow) have no problem handling the same platform. these are my library files: openblas: ```...
Thanks a lot! Turns out that the old paranamer depends on metadata from the "-g:vars" compiler argument to work, but this is a huge reduction of vulnerability!
I encounter something similar in a macro expansion: ``` exception during macro expansion: java.lang.IndexOutOfBoundsException: 0 at scala.collection.LinearSeqOps.apply(LinearSeq.scala:117) at scala.collection.LinearSeqOps.apply$(LinearSeq.scala:114) at scala.reflect.internal.Importers$StandardImporter.recreateOrRelink$1(Importers.scala:183) at scala.reflect.internal.Importers$StandardImporter.importSymbol(Importers.scala:223) at scala.reflect.internal.Importers$StandardImporter.recreateType(Importers.scala:237) at scala.reflect.internal.Importers$StandardImporter.importType(Importers.scala:298) at scala.reflect.internal.Importers$StandardImporter.recreateType(Importers.scala:237) at...
The compilation of https://github.com/eyalroth/java-scala-gradle-project/tree/munit also appears to be broken
Any recommendation on this? I've asked the same question for splain plugin (merged in scala 2.13.6), still no one has figured out how to do it with the latest compiler