kenji yoshida

Results 148 issues of kenji yoshida

- [ ] GenJavadocPlugin - [x] JavaUnidocPlugin, PublishJavadocPlugin https://github.com/sbt/sbt-unidoc/pull/42 - [x] ScalaUnidocPlugin https://github.com/sbt/sbt-unidoc/pull/40

because tut depends on scala compiler. e.g. tut does not work with Scala 2.13.1 ``` [error] (run-main-1) java.lang.NoSuchMethodError: scala.tools.nsc.Settings.usejavacp()Lscala/tools/nsc/settings/AbsSettings$AbsSetting; ``` similar issue https://github.com/typelevel/kind-projector/issues/15 Maybe same issue(?) https://github.com/tpolecat/tut/issues/255

``` [warn] -- [E164] Declaration Migration Warning: /home/runner/work/scalikejdbc/scalikejdbc/scalikejdbc-core/src/main/scala/scalikejdbc/AutoSession.scala:20:41 [warn] 20 | override private[scalikejdbc] lazy val connectionAttributes [warn] | ^ [warn] |error overriding value connectionAttributes in trait DBSession of type scalikejdbc.DBConnectionAttributes;...

core

mapper-generator
streams
good first issue

https://github.com/scalikejdbc/scalikejdbc/pull/1033 https://github.com/scalikejdbc/scalikejdbc/blob/b312d3b4a35b043336cb31bb8a572111aa262f39/windows_test_filter.sbt#L2-L8

project

- https://github.com/lampepfl/dotty/blob/3.1.1/library/src/scala/quoted/ToExpr.scala - https://github.com/lampepfl/dotty/blob/3.1.1/library/src/scala/quoted/FromExpr.scala

https://github.com/argonaut-io/argonaut/blob/8b1e26165b7ec667a566c8716a73fc6434327c1e/argonaut/shared/src/main/scala/argonaut/JsonNumber.scala#L262-L263 > This document replaces [RFC7159]. [RFC7159] obsoleted [RFC4627], which originally described JSON and registered the media type "application/json". https://tools.ietf.org/html/rfc8259

## reproduction steps https://openjdk.java.net/jeps/360 https://github.com/scala/scala/blob/v2.13.3/src/compiler/scala/tools/nsc/javac/JavaParsers.scala#L1002 ``` $ java --version openjdk 15 2020-09-15 OpenJDK Runtime Environment (build 15+36-1562) OpenJDK 64-Bit Server VM (build 15+36-1562, mixed mode, sharing) ``` build.sbt ```scala javacOptions...

help wanted
parser
has PR
jdk17

## reproduction steps ### `java --version` ``` openjdk 15 2020-09-15 OpenJDK Runtime Environment (build 15+36-1562) OpenJDK 64-Bit Server VM (build 15+36-1562, mixed mode, sharing) ``` ### `A.java` ```java package foo;...

help wanted
has PR
enhancement
jdk17