Nicolas Stucki

Results 44 issues of Nicolas Stucki

Given this file, ```python from foo import a, b # comment from foo import c as d from foo import e ``` the result of isort is ```python from foo...

## Compiler version 3.4.0-RC3 (probably also on 3.3.X) ## Minimized code ```Scala package foo package object G: private[foo] val valBinaryAPI2: Int = 1 package object H: inline def inlined =...

itype:bug
area:inline

## Code The following compiles without warnings. ```Scala class Foo: def sum(xs: List[Int]): Int = loop(0, xs) def loop(sum: Int, xs: List[Int]): Int = xs match case head :: tail...

itype:enhancement
area:parser
backlog