Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove concurrent apis from stable #17088

Merged
merged 5 commits into from Oct 15, 2019

Commits on Oct 15, 2019

  1. Tests run in experimental mode by default

    For local development, you usually want experiments enabled. Unless
    the release channel is set with an environment variable, tests will
    run with __EXPERIMENTAL__ set to `true`.
    acdlite committed Oct 15, 2019
    Copy the full SHA
    1ce0255 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    09633e6 View commit details
    Browse the repository at this point in the history
  3. Remove concurrent APIs from stable builds

    Those who want to try concurrent mode should use the experimental
    builds instead.
    
    I've left the `unstable_` prefixed APIs in the Facebook build so we
    can continue experimenting with them internally without blessing them
    for widespread use.
    acdlite committed Oct 15, 2019
    Copy the full SHA
    dca8802 View commit details
    Browse the repository at this point in the history
  4. Remove prefixed concurrent APIs from www build

    Instead we'll use the experimental builds when syncing to www.
    acdlite committed Oct 15, 2019
    Copy the full SHA
    6114128 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    38e5bb7 View commit details
    Browse the repository at this point in the history