kenji yoshida

Results 190 issues of kenji yoshida

- https://github.com/scala/scala3/issues/21400#issuecomment-2299906077 🤔 - https://github.com/xuwei-k/record4s/commit/87e426fac67d206bbabd31b971be4bbf9d2c2fbe

### Describe the bug This action create temporary branch `github-pages-deploy-action/{random string}`. but this cause conflict error. https://github.com/JamesIves/github-pages-deploy-action/blob/1adc62d1b379786e12186a7ed5593ab43c90f636/src/git.ts#L110-L112 ### Reproduction Steps create `github-pages-deploy-action` branch and run this action ### Logs ```shell...

bug 🐝
triage ⚠️

- https://github.com/sbt/sbt/issues/7707 - https://github.com/sbt/sbt/issues/7741

https://github.com/scalaz/scalaz/pull/1102 - [x] ScalazProperties ### instances - [x] scala.Set, scalaz.ISet - [x] Instances for tags (e.g. First and Last)? - [ ] value-coinductive instances for Maps? - [x] conjunction and...

can't enable `ResearchPlugin` if add `-experimental` option. - partially revert https://github.com/scala/scala3/pull/18571 - see also https://github.com/scala/scala3/pull/19841

## steps https://github.com/xuwei-k/sbt-2-missing-outer-accessor/commit/89dcb26504365e486ea68a7eedcea9bc3f312f62 `build.sbt` ```scala sbtPlugin := true scalaVersion := "3.3.4" pluginCrossBuild / sbtVersion := "2.0.0-M2" ``` `project/build.properties` ```properties sbt.version=1.10.2 ``` `src/main/scala/A.scala` ```scala package example import sbt.{Configuration, Def, given} import...

Bug

## steps `project/A.scala` ```scala trait A { def x: Stream[Int] } ``` `project/build.properties` ``` sbt.version=2.0.0-M2 ``` launch sbt ## problem ``` [warn] Failed to parse `-Wconf` configuration: cat=unused-nowarn:s [warn] unknown...

Bug

## steps https://github.com/sbt/sbt-pgp/tree/7bbc3999472c4b73a649aa6343b3a1497a39b906 checkout sbt-pgp v2.3.0 run `sbt '++ 3.x' doc` ## problem https://github.com/sbt/sbt-pgp/actions/runs/11191241227/job/31113902488#step:5:502 ``` [warn] Unable to find a link for Id(Project) in extraProjects: dotty.tools.dotc.core.TypeError$$anon$1: Toplevel definition overrideConfigs is...

Bug

## steps `build.sbt` ```scala pomExtra := { b } ``` `project/build.properties` ```properties sbt.version=2.0.0-M2 ``` launch sbt ## problem ``` -- [E040] Syntax Error: sbt-2-xml-literal-error/build.sbt:6:0 ------------------------ 6 | |^ |'}' expected,...

Bug
area/build_dsl