s3te icon indicating copy to clipboard operation
s3te copied to clipboard

Add Scastie integration

Open felher opened this issue 1 year ago • 2 comments

It should be able to integrate s3te into scastie, so that one can just open scastie and browse the scala code there without having to install anything.

felher avatar Nov 08 '24 13:11 felher

Okay, because of https://github.com/scalacenter/scastie/pull/1054, it seems that scala 3 libraries don't currently work on scalajs. So this will be a larger-than-expected refactoring, splitting the code into different modules and dropping scala3 features from the modules that need to work in scastie.

felher avatar Nov 17 '24 14:11 felher

After rewriting to use only scala 2 features and using scalajs-dom with for3Use2_13, there still seem to be some problems, currently tracked by https://github.com/scalacenter/scastie/issues/1102

felher avatar Nov 19 '24 14:11 felher