Yang, Bo

Results 299 issues of Yang, Bo

I created a minimized project at https://github.com/Atry/zinc-package-object-recompile. When cloning the repository and running `sbt compile` twice, ``` git clone [email protected]:Atry/zinc-package-object-recompile.git; cd zinc-package-object-recompile; sbt compile; sbt compile ``` the source file...

area/over_compilation

Sometimes the docs site takes a long time until successfully deployed. According to the event log from the ECS service, it seems the Docker containers may get started then get...

site-enhancement

According to https://cmake.org/cmake/help/latest/manual/cmake.1.html , `-B` and `-S` flags are the right way to specify the build path

CLA Signed

According to the [Primary Handle](http://yaml.org/spec/1.2/spec.html#id2782457) section in YAML specification 1.2, `!mypackage.MyClass` is by default the shorthand of `!`. Unfortunately, YamlBeans does not parse `!`, which can be produced by other...

## reproduction steps using Scala 2.13.6, ```scala Welcome to Scala 2.13.6 (OpenJDK 64-Bit Server VM, Java 17). Type in expressions for evaluation. Or try :help. scala> trait Base { |...

has PR
errors and warnings

``` Welcome to Scala 2.13.0 (Java HotSpot(TM) 64-Bit Server VM, Java 1.8.0_202-ea). Type in expressions for evaluation. Or try :help. scala> class Foo[S def Foo[S

has PR
valueclass
runtime crash
fixed in Scala 3

``` sbt // project/plugins.sbt addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.2.27") ``` ``` sbt // build.sbt enablePlugins(JmhPlugin) libraryDependencies += "org.slf4j" % "slf4j-jdk14" % "1.7.25" % Runtime libraryDependencies += "org.slf4j" % "slf4j-api" %...

The Scaladoc should be similar to [numpy's API reference](https://docs.scipy.org/doc/numpy-1.13.0/reference/)

good first issue

It should have specific AST for `scale`, `broadcast` and `translate`.

performance