Michał Pałka
Michał Pałka
``` but in other cases this doesn't help ``` @OlegYch not sure if I got this right. Do you mean there are some cases when changing the order of declaration...
If you have any unminimized examples, that would be helpful too anyway
I haven't managed to reproduce the problem for this case ... Do you put ``` trait DomainIdProvider[T] { type Id = List[T] } ``` in another file and then try...
@topazus do you consistently get this error when you run it in a fresh REPL session? I can recall getting similar errors in REPL but that has never been something...
But does this happen always for this snippet ```scala val r=Iterator.from(20).takeWhile(_
Digging deeper into that: does the problem occur if you don't use your globally installed Java version but rather force scala-cli to pull it for you or if you use...
The point is that in a case like this it's impossible to get the full type signature from a symbol - one needs the entire typed tree of the extension...
`I would choose to not to change interfaces` `it would be nice to change public interfaces` Now I'm quite confused which solution you would prefer 😕
I think it wouldn't be a big problem to add a new endpoint in the compiler without removing the old one as that would be just splitting the logic into...
I'm not sure if I understood the issue correctly. In your initial example which of the completions exactly 1) are returned by the compiler but shouldn't be? 2) aren't returned...