Jędrzej Rochala

Results 24 issues of Jędrzej Rochala

Currently, CI tests can randomly fail because of metals timeout due to random 502 and other http errors. It shouldn't be that way

enhancement

Currently, on mobile, there is no way to only "hover" / "select" the completion before applying it. Scastie Metals should allow to do it e.g. by using the arrows on...

enhancement
ui

Scastie should have available metrics, so we can have better idea of the load.

enhancement
Monitoring

Currently diagnostic highlights whole line instead of proper range, where the real error appears. What we have when we use uninitialized variable inside println: What we want: ![image](https://user-images.githubusercontent.com/48657087/203127014-98c4691f-3b9c-4e4d-a17d-d59dec0ae0bd.png)

enhancement
ui

This is a resync with nvim-treesitter. They've added formatter + other compatibility changes.

Closes https://github.com/scala/scala3/issues/18726 [test_windows_full]

Fixes https://github.com/scala/scala3/issues/19968 Kudos to @aherlihy and @nmcb for solving this together during a spree. I hope you had fun :D

Fixes: https://github.com/scala/scala3/issues/19693 This is the tracking list from the issue and the status of migraton. - [x] lift to `-X` - [x] `-Yresolve-term-conflict` - [x] `-YnoGenericSig` - [x] `-Ydumpclasses` -...

needs-minor-release

## Compiler version 3.4.1 ## Minimized code ```Scala enum NewEnum: case Left, Right new NewEn@@ new NewEnum.Le@@ ``` ## Output Both completions requests suggest `NewEnum` and allow us to compile...

itype:enhancement
good first issue
Spree
area:presentation-compiler

## Compiler version 3.5.0 ## Description The logic handling printing of signatures is duplicated in both `Signatures.scala` and `ShortenedTypePrinter.scala`. It is now hard to maintain and signatures in signature help...

itype:bug
area:presentation-compiler