Stefan Zeiger

Results 35 issues of Stefan Zeiger

I suppose they cannot deal with multiple scrollable areas. Maybe a modified frontend for mobile touch devices would be in order.

Currently only 2.8.0 is supported. Unlike "normal" Scala code, Extradoc has these compatibility problems because it uses internal compiler APIs.

Resolving the WebJars with JavaScript dependencies is slow because they use version ranges. We should declare all transitive dependencies of this kind directly with a fixed version number.

A new implementation of Zinc's incremental state serialization. - Full structural serialization (like the existing protobuf format), no shortcuts with sbinary or Java serialization (like the existing text format). -...

After refactoring some code from putting data into an `ujson.Obj` to directly updating the underlying `LinkedHashMap` we were left with code like this: ``` val j = mutable.LinkedHashMap[String, ujson.Value]() j.value.put("n",...

In 2.12 and 2.13-M3ish: ``` scala> class X { def foo = (1,2,3); def bar { val (x,y,z) = foo } } defined class X scala> :javap X ... public...

Even with --new-instance the old instance will be reused if it's not currently running. The flag only works when the old instance is already running.

- Validation via OpenAPI4j - Uses https://github.com/databricks/sjsonnet/pull/105 to generate source maps for error positions

There have been several mentions of "we should have something like https://github.com/lihaoyi/sourcecode in the standard library" but apparently no ticket. It has come up again in the context of https://github.com/scala/scala-dev/issues/411....

enhancement
help wanted
status:pending

According to the JarJar documentation, "keep" rules are processed after renaming. When I try this in the Scala build via sbt-assembly, the opposite seems to be the case. Using ```...

area/shading