philwalk
philwalk
I just created a pull request that seems to fix this issue.
I would be interested in this as well
I did review the issues you refer to, and this doesn't seem to be related. The project is below `$HOME/workspace/scala-native`. The only references I found to the missing definition are...
I can no longer reproduce this problem, although I'm not sure what changed. If I learn more, I'll post it.
I just ran into this problem, and I completely agree with the concerns expressed here. The following script `shebang` line works in `scala-cli version 0.1.16`, so perhaps the `shebang` command...
I looked at it, and there would need to be a `scala3` version of `rscala/server` because the compiler no longer provides `scala.tools.nsc.interpreter.IMain`. I found this possible basis for a rewrite...
> Any suggestions for a nice example? The shortest non-trivial example, at 24 lines of code, is the PieChartDemo. The DatePicker demo is also short (65 lines) and impressive. The...
Here's a scala3 compatible version of the current First Example. The only change was to alter the Color import statement. ```scala import scalafx.Includes.* import scalafx.application.JFXApp3 import scalafx.scene.Scene import javafx.scene.paint.Color.{GREEN =>...
> Someone asked the question [ScalaFX type mismatch witch JavaFX namespace](https://stackoverflow.com/questions/78630525/scalafx-type-mismatch-witch-javafx-namespace) in stackoverflow where it details the same problem reported here. I first [found the solution by myself](https://stackoverflow.com/a/78657857/7214091) and later...
@jpsacha, it's not clear to me why we need to reference `.delegate` for `Red` but not for `Green`. > ```scala > fill ``` Whatever the explanation, it seems likely to...