Yang, Bo

Results 299 issues of Yang, Bo

This commit uses `tbb/tbb.h` and `oneapi/tbb/version.h` to detect TBB version, because `tbb/tbb_stddef.h` and `tbb/task_scheduler_init.h` does not exist on Ubuntu 22.04, according to https://packages.ubuntu.com/jammy/amd64/libtbb-dev/filelist

CLA Signed

Those are files generated when building a deb package.

CLA Signed

Summary: It would allow for use cases like this: ``` async function outer(): Awaitable { await wait_for_notification_async( async $notifyee ==> { concurrent { await async { await gen_usleep(100); $notifyee->trySucceed("fast condition");...

CLA Signed
fb-exported

**Describe the bug** `hphp` does not compile with `cmake -DCMAKE_BUILD_TYPE=Debug` **Standalone code, or other way to reproduce the problem** Steps to reproduce the behavior: 1. Checkout the codebase 2. `cmake...

build

I am creating a test triggering `hh_client --lint --json` against some temporary files. The content of the temporary source file is like ``` /* * Copyright (c) 2017-present, Facebook, Inc....

The following test added from https://github.com/Atry/Binding.scala/commit/fc86e72526137999eed916ffea84c5fce62d9e16 fails ``` "bug in todoapp" in { val children = html"${"text"}" *[Future] { ( for snapshot ) ```

``` scala import org.scalajs.dom.document import com.thoughtworks.binding._ @dom def foo = { } dom.render(document.body, foo) ``` https://scalafiddle.io/sf/xOtA9BQ/0 ``` ScalaFiddle.scala:5: error: type mismatch; found : .this.com.thoughtworks.binding.Binding.BindingSeq[raw.this.Text] required: String ```