luigip

Results 5 comments of luigip

Should be pretty easy to update the exercises to work with Scala 3. Just need to update the version numbers in the build.sbt file, and the imports in the test...

I just tried out the new version. My primary display (big external monitor) is at 100% scaling and my laptop display is at 125%. The update just seems to have...

Just to add: `toSeq` doesn't actually fix it; you have to use `toList` etc ```scala scala> ('a' to 'z').toSeq.reverse val res2: scala.collection.immutable.NumericRange[Char] = empty NumericRange z to a by ￿...

Just from a user's POV, I'm not aware - and I see no suggestion in the Scaladoc - that a Range of Chars being treated as a `NumericRange` behind the...