Yang, Bo

Results 299 issues of Yang, Bo

Update template

``` scala class F { def dslBuffer(seq: Seq[Int]): Unit = ??? } object O { @delegate val f: F = new F } ``` ``` Error:(30, 4) trait Seq takes...

``` scala package myPackage import macrame.delegate object Foo { type AnySeq = Seq[_] def emptySeq: AnySeq = Nil } object Bar { @delegate val underlying: Foo.type = Foo } object...

enhancement

``` scala package myPackage import macrame.delegate object Foo { object O } object Bar { @delegate val underlying: Foo.type = Foo } object Main { def main(args: Array[String]): Unit =...

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Update template

Update template

Update template

According to https://github.com/hashicorp/terraform/issues/16065#issuecomment-328648133, the target must be replaced when a listener is replaced

enhancement