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

Begin making it possible to boot apps with ember-glimmer. #13190

Merged
merged 17 commits into from
Mar 27, 2016

Commits on Mar 27, 2016

  1. WIP code needed to make apps boot

    Godhuda authored and rwjblue committed Mar 27, 2016
    Configuration menu
    Copy the full SHA
    13971f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8df5c1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f07c262 View commit details
    Browse the repository at this point in the history
  4. Move outlet._ghbs to outlet.hbs.

    No need for different extension.
    rwjblue committed Mar 27, 2016
    Configuration menu
    Copy the full SHA
    767fa8a View commit details
    Browse the repository at this point in the history
  5. Do not change arguments to buildRegistry.

    Uses an internal symbol to opt-in to glimmer usage instead of an
    additional function argument.
    rwjblue committed Mar 27, 2016
    Configuration menu
    Copy the full SHA
    6a6c89c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d2a4f10 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    952efd0 View commit details
    Browse the repository at this point in the history
  8. Add noop appendChild to OutletView.

    This is certainly not correct, but unblocks a few tests.
    rwjblue committed Mar 27, 2016
    Configuration menu
    Copy the full SHA
    3605c77 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8714a01 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ea1ffbd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    eddabd6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    21a4bbd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    021aa9b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    71deeab View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    53c749b View commit details
    Browse the repository at this point in the history
  16. Disable failing tests under glimmer.

    These tests are being disabled while running with the ember-glimmer flat
    enabled. We will slowly remove these flags as we complete the Glimmer
    implementatin, and all of these guarded tests will be reenabled before
    the feature itself is enabled.
    rwjblue committed Mar 27, 2016
    Configuration menu
    Copy the full SHA
    8438f81 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    72bffc7 View commit details
    Browse the repository at this point in the history