eugene yokota

Results 115 issues of eugene yokota

- http://www.scala-lang.org/blog/2016/07/08/trait-method-performance.html - http://www.scala-lang.org/news/2.12.0-M5 - scala/scala#5085 SD-98 don't emit unnecessary mixin forwarders > In most cases when a class inherits a concrete method from a trait we > don't need...

enhancement
uncategorized

### steps ``` markdown ``` ### problem ![title_ _title](https://cloud.githubusercontent.com/assets/184683/15279976/9964241a-1af8-11e6-955a-131c66c52c8b.png) ### expectation I would like the above to render to nothing.

Enhancement

This was reported originally as https://github.com/sbt/sbt/issues/5756 ## reproduction steps using Scala 2.12.12: ```scala val s = "foo" val xs = s.getBytes("UTF-8") ++ System.lineSeparator.getBytes("UTF-8") ``` (actual code looks like https://github.com/sbt/sbt/blob/8ce423b088b85bb3016cfb994791c3536f7b627e/internal/util-logging/src/main/scala/sbt/internal/util/Terminal.scala#L384-L391) Then...

library:collections
graal

This is retargeted pull request for #134. Fixes #128 ## original case by @phaller When deciding to delay the initialization of fields due to possible cycles, sealed classes were not...

in progress

## steps Use JDK8 and `publish`. ``` $ java -version java version "1.8.0_51" Java(TM) SE Runtime Environment (build 1.8.0_51-b16) ``` Using sbt serialization 0.1.2, which uses Scala Pickling 0.10.1. ```...

bug

Now that the new code base is landed, could we list out the list of nobs that can be tweaked beyond "share nothing" and "static only"? Some of them are...

documentation

Related: #60, #263, #33, #211, #295, #301 This is a general issue for discussing pickling Java objects. Hopefully we can reach some positive path forward. ## Joda-Time isn't fixed First,...

bug
runtime-issue
unpickle-asymmetry

See #328 https://github.com/scala/pickling/pull/328#discussion_r29581739

enhancement

This is a feature proposal Currently we have [TextFileOutput](https://github.com/scala/pickling/blob/v0.10.0_2.10/core/src/main/scala/pickling/FileOutput.scala) but it has some potential issues. 1. [PrintWriter](http://docs.oracle.com/javase/7/docs/api/java/io/PrintWriter.html) eats exceptions ("never throw I/O exceptions") so it's probably not recommended for anything...

enhancement

This is inspired by https://github.com/scala/bug/issues/12116, which was surprising to me. Given that some projects (Coursier, scalafmt, sbt etc) are adopting GraalVM native image, could we add native image building to...

help-wanted