Jędrzej Rochala

Results 24 issues of Jędrzej Rochala

## Compiler version 3.5.0 ## Minimized code Shortened type printer has a technical debt of custom methods handling printing of signatures. This causes a lot of problems with label printing....

itype:bug
area:presentation-compiler

## Compiler version 3.4.0 ## Minimized code Semanticdb does not include occurences in lifted args. It can affect also other scenarios, but this one is a nice minimisation. ```Scala object...

itype:bug
area:semanticdb

This PR aims to remove the need for artificial `CURSOR` identifier which was appended after current cursor position: ```scala Lis@@ ``` Would result in code: ```scala Lis@@CURSOR ``` This lead...

### Describe the bug _No response_ ### Scastie snippet link _No response_ ### To Reproduce ```scala if true then if true then println("yes") ``` worksheet mode ### Expected behavior It...

bug
needs-triage