Jamie Thompson

Results 71 issues of Jamie Thompson

Missing for days: - [x] 14 @adpi2 - [ ] 16 @Sporarum - [ ] 17 - [ ] 19 - [ ] 20 - [ ] 22 - [...

add configuration compatible with vscode launch.json, that allows fine grained control over the step-into functionality of the debugger (and possibly also the stack trace filtering) some ideas: - skip classes...

enhancement
step filter

not sure if this is a serious problem, but I think this can be solved by adding `category: announcement` to the front matter of all affected posts, however that will...

**Version(s)** 1.3.0 **Describe the bug** run the command `scala-cli --power config repositories.default ''`. subsequent usages of scala-cli fail with scala.NotImplementedError **To Reproduce** ```shell scala-cli --power config repositories.default '' scala-cli repl...

bug
config

fixes #20098 Proposed changes to zip/targz archive: - in the `/bin` directory store an extra launcher for Scala CLI (either JAR, or native per platform). - `/bin/scala[.bat]` is modified to...

stat:do not merge
release-notes
needs-minor-release

fulfil [SIP #46](https://docs.scala-lang.org/sips/scala-cli.html) by updating the scala command installed by cs setup to be Scala CLI. @alexarchambault is it ok to just replace the contents like this? or does there...

so `cs setup` installs Scala CLI as `scala`

The official GitHub hosted Scala 3 `scalac` script for versions `3.0.0` and higher scans the flags to pick which main class to run, for example: - `scalac -print-tasty` is meant...

## Minimized code example 1: ```Scala infix enum mul[T

from https://twitter.com/ppurang/status/1317827002070597634 ```scala enum Rank { case Two, Three, Four, Five, Six, Seven, Eight, Nine, Ten, Jack, Queen, King, Ace } enum Suit { case Clubs, Diamonds, Hearts, Spades }...