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

Enable loop and while in constants behind a feature flag #67216

Merged
merged 19 commits into from
Dec 15, 2019

Commits on Dec 13, 2019

  1. Configuration menu
    Copy the full SHA
    8f3021b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57959b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f59902 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee233c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99e132d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1122404 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    caa7c99 View commit details
    Browse the repository at this point in the history
  8. Bless modified tests

    ecstatic-morse committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    3325671 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2add77d View commit details
    Browse the repository at this point in the history
  10. Improve comment

    ecstatic-morse committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    a8e997c View commit details
    Browse the repository at this point in the history
  11. Look for "unstable feature" error code in test

    Conditionals and loops now have unstable features, and `feature_err` has
    its own error code. I think that `feature_err` should take an error code
    as a parameter, but don't have the energy to make this change throughout
    the codebase. Also, the error code system may be torn out entirely.
    ecstatic-morse committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    a2a0774 View commit details
    Browse the repository at this point in the history
  12. Fix grammar in test description

    Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
    ecstatic-morse and Centril committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    b3aecd0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2b5ae1c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    80581be View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    34ce0ba View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    598bed6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    029725f View commit details
    Browse the repository at this point in the history
  18. Document Features::enabled

    Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
    ecstatic-morse and Centril committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    0f0bfc9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    faa52d1 View commit details
    Browse the repository at this point in the history