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

Upgrade glimmer-vm to latest #15828

Merged
merged 148 commits into from
Jan 26, 2018
Merged

Upgrade glimmer-vm to latest #15828

merged 148 commits into from
Jan 26, 2018

Commits on Nov 6, 2017

  1. WIP: Upgrade glimmer-vm to 0.29.10

    There is much left to do here. This is just the first pass, where I have
    done nothing but try to clear out the errors caused by the upgrade. Not
    all of the errors are cleared yet, largely because several exports from
    glimmer-vm have been removed and I don't know how to replace them (help
    wanted). Below is a list of the needed changes and problems I have
    encountered in the upgrade process.
    
    UPGRADE NOTES (starting at glimmer-vm 0.25.6)
    
    * Simple is now in @glimmer/interfaces
    * ComponentManager.getSelf cannot return null (returns RootReference?)
    * ComponentManager.getTag returns ComponentStateBucket.tag (: Tag)
    * Some code moved from ComponentManager.update to
    * ComponentManager.didUpdate
    * ComponentManager<ComponentStateBucket> -->
    * ComponentManager<ComponentStateBucket, ComponentDefinition>
    * ComponentManager.create signature changed
    * ComponentStateBucket's defintion is now DefinitionState instead of
    * ComponentDefinition
    * ComponentManager.prepareArgs signature changed
    * ComponentManager.getCapabilities is new
    * CompiledDynamicTemplate is gone (no longer in runtime, anyway) see
    * glimmerjs/glimmer-vm@79f2b45#diff-d561208b0ad153d9273c2188e16c7442
    * Must implicitly include @glimmer/vm and @glimmer/opcode-compiler and
    * @glimmer/encoder in ember-cli-build.js
    * compileLayout -> scanLayout -> prepareLayout -> new WrappedBuilder
    * isSafeString is no longer exported publicly. Is that intentional?
    * normalizeTextValue is no longer exported publicly. Is that
    * intentional?
    * isComponentDefinition is gone, kind of replaced by
    * `isCurriedComponentDefinition`. Neither is exported.
    * getComponentDefintion is no longer part of Environment.
    * referenceFromParts has been removed.
    * f3444e9ae0c7751047bdcd856e61344bfb548e12
    * readDOMAttr has been removed. 316805b9175e01698120b9566ec51c88d075026a
    Steven Footea committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    32b7966 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2017

  1. WIP Add skeleton resolvers, more upgrade work

    Steven Footea committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    9155a4e View commit details
    Browse the repository at this point in the history
  2. simple type fixes

    krisselden committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    a09f6bb View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2017

  1. Configuration menu
    Copy the full SHA
    9f61acd View commit details
    Browse the repository at this point in the history
  2. improve types

    krisselden committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    c3a8ba3 View commit details
    Browse the repository at this point in the history
  3. more resolver stuff

    krisselden committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    636f95b View commit details
    Browse the repository at this point in the history
  4. more fixes and todos

    krisselden committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    32116ad View commit details
    Browse the repository at this point in the history
  5. more WIP

    krisselden committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    c825a4c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2765f31 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2017

  1. WIP: Start getDynamicLayout and compileTemplate

    Steven Footea committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    aaada07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c85c982 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2017

  1. WIP Add getLayout to outlet manager

    Steven Footea committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    cd0a5e7 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2017

  1. Cleanup curried stuff.

    krisselden committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    8911d3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6498f4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d1c1ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    56cafa3 View commit details
    Browse the repository at this point in the history
  5. update get more typing

    krisselden committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    9226d72 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4c2a910 View commit details
    Browse the repository at this point in the history
  7. WIP: Get curly components to render with class and id

    The contents are not rendering at all, and a lot of the code is not
    handling error cases. This is just to get the component to render at
    all.
    Steven Footea committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    fadb79a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    29880cf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a4d9579 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5b159dc View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2017

  1. Configuration menu
    Copy the full SHA
    baa243b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf69ae9 View commit details
    Browse the repository at this point in the history
  3. fix AST plugins

    krisselden committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    1d55411 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c3b095 View commit details
    Browse the repository at this point in the history
  5. outlets should update

    krisselden committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    eddbc87 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    96fb03e View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2017

  1. Fix missing results from merge

    Steven Footea committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    14c7a9d View commit details
    Browse the repository at this point in the history
  2. WIP: Rendering the contents of components

    Steven Footea committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    8d9041c View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2017

  1. Update refineBlockSyntax with new object shape

    Steven Footea committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    37fefd1 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2017

  1. WIP Add CURLY_CAPABILITIES and update prepareArgs

    The prepareArgs implementation is taken directly from glimmer-vm's
    Emberish Curly component. I left the original implemenation in there,
    commented out, because I feel like something from that original
    implementation is probably necessary for the update implementation, but
    I can't really say what.
    Steven Footea committed Dec 6, 2017
    Configuration menu
    Copy the full SHA
    29f3f15 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2017

  1. A tagName of empty string means no tag

    Steven Footea committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    8a8bbce View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2017

  1. WIP ONly use dynamicLayout when the state has no layout

    Steven Footea committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    ab2db9d View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2017

  1. WIP more work on non dynamicLayouts

    It's still broken - infinite loop this time
    Steven Footea committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    b738a10 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2017

  1. Fix compiling layouts

    krisselden committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    d993059 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd19c14 View commit details
    Browse the repository at this point in the history
  3. drop hack

    krisselden committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    bb6f512 View commit details
    Browse the repository at this point in the history
  4. fix tag in action modifier

    krisselden committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    1ce33af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e3bcaa2 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2017

  1. Configuration menu
    Copy the full SHA
    814e3f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2017

  1. static layout only seems to be able to be curried

    make dynamic even when we know the layout statically
    krisselden committed Dec 16, 2017
    Configuration menu
    Copy the full SHA
    47d7be5 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2017

  1. Configuration menu
    Copy the full SHA
    f7c034f View commit details
    Browse the repository at this point in the history
  2. Fix computed layout test and falsy class test

    Steven Footea committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    d6dc6aa View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2017

  1. A few more curly tests passing

    Steven Footea committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    bedbc21 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2017

  1. Fixes to tags

    krisselden committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    0703c15 View commit details
    Browse the repository at this point in the history
  2. Use inner tag for dirtying

    Steven Footea committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    3aace9b View commit details
    Browse the repository at this point in the history
  3. Use resolver for input component lookup

    Steven Footea committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    621eeca View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2017

  1. Update mountMacro, in-element, and a tag

    Steven Footea committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    41ac2a6 View commit details
    Browse the repository at this point in the history
  2. attrs no longer has a value

    Steven Footea committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    db6ad51 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2017

  1. normalizeTextValue no longer seems to be necessary

    Steven Footea committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    07b9331 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2018

  1. Configuration menu
    Copy the full SHA
    2cbd6be View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2018

  1. Configuration menu
    Copy the full SHA
    560a304 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2018

  1. Update getTag to actually get a useful tag

    Steven Footea committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    63e19eb View commit details
    Browse the repository at this point in the history
  2. Bring over referenceFromParts

    Steven Footea committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    b7e77cc View commit details
    Browse the repository at this point in the history
  3. Fix attribute bindings integration tests

    Steven Footea committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    30bb21f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a396b4e View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2018

  1. Use primitive reference for static class names

    Using just a string is not enough because operations.setAttribute
    expects a reference, not a primitive
    Steven Footea committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    69b95f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2018

  1. fix some more tests

    krisselden committed Jan 7, 2018
    Configuration menu
    Copy the full SHA
    21c4c13 View commit details
    Browse the repository at this point in the history
  2. Fix get helper

    krisselden committed Jan 7, 2018
    Configuration menu
    Copy the full SHA
    142b176 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    197769e View commit details
    Browse the repository at this point in the history
  4. Fix a few contextual component tests

    Steven Footea authored and krisselden committed Jan 7, 2018
    Configuration menu
    Copy the full SHA
    13e9505 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    006da25 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2018

  1. Fix textarea helper tests

    Steven Footea committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    44f5200 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ca1571 View commit details
    Browse the repository at this point in the history
  3. Dasherize classes, more thorough readDOMAttr

    Steven Footea committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    4d9d2f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2018

  1. Currently all outlets are rerendering

    and even though that is not correct, this test
    navigates away from the page if it causes a click
    on a detached anchor because there is no view to
    prevent default. So temporarily work around it.
    krisselden committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    f93ff47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91185e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8bb87b View commit details
    Browse the repository at this point in the history
  4. Fix bad merge

    krisselden committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    bffc7e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb47ca0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae93c14 View commit details
    Browse the repository at this point in the history
  7. getComponentDefinition instrumentation

    Steven Footea committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    c5d0f92 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f69116d View commit details
    Browse the repository at this point in the history
  9. Fix style warning tests

    Steven Footea committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    c27f2cd View commit details
    Browse the repository at this point in the history
  10. A better approach to the StyleAttributeManager

    Steven Footea committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    3a93fc8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    188631a View commit details
    Browse the repository at this point in the history
  12. cleanup some type errors

    krisselden committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    38ae8fb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d7d9540 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2018

  1. Fix typing issues split old builder.dynamic.component into builder.dy…

    …namicComponent with a helper expression.
    krisselden committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    660198c View commit details
    Browse the repository at this point in the history
  2. Fix let syntax

    krisselden committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    d3c2b33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ecf32d2 View commit details
    Browse the repository at this point in the history
  4. fix let macro signature

    krisselden committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    22cd04f View commit details
    Browse the repository at this point in the history
  5. Fix custom helper tests

    Steven Footea committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    dd76e62 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    240dc67 View commit details
    Browse the repository at this point in the history
  7. Remove hasHelper method used only in assertion

    Steven Footea committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    2f135f9 View commit details
    Browse the repository at this point in the history
  8. normalizeTextValue is important

    Good thing we have tests
    Steven Footea committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    75f76f8 View commit details
    Browse the repository at this point in the history
  9. Add the rest of the tests from emberjs#15287

    Steven Footea committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    f3ed853 View commit details
    Browse the repository at this point in the history
  10. Component not found assert in resolver

    It used to be in the dynamic component reference, but that's gone now.
    Steven Footea committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    129ee64 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2018

  1. Configuration menu
    Copy the full SHA
    abf3db1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d57c53 View commit details
    Browse the repository at this point in the history
  3. Assert that helper exists

    Steven Footea committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    af75347 View commit details
    Browse the repository at this point in the history
  4. Fix application lifecycle test

    Steven Footea committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    63bcdeb View commit details
    Browse the repository at this point in the history
  5. more type fixes

    krisselden committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    7e29308 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2018

  1. Configuration menu
    Copy the full SHA
    a65c874 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b18bee4 View commit details
    Browse the repository at this point in the history
  3. cleanup self and tag for outlet

    optimize build for EMBER_GLIMMER_REMOVE_APPLICATION_TEMPLATE_WRAPPER
    krisselden committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    e6ba0d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e99b469 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    edae558 View commit details
    Browse the repository at this point in the history
  6. Skip (for now) two tests around (component thingThatDoesnExist)

    This pattern is allowed for `{{component` but was previously not allowed
    for `(component`. It seems reasonable to have parity here, and I believe
    we should allow `(component somethingNullOrNotFound` to be inert (and
    not throw an error).
    rwjblue committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    bfbd859 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    001b162 View commit details
    Browse the repository at this point in the history
  8. Fix remaining contextual component tests.

    Issue deprecation when conflicting named and positional params exist
    (changed from per-layer assert to post-merge deprecation).
    rwjblue committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    c7a7bc7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9240931 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    221d6bb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4110093 View commit details
    Browse the repository at this point in the history
  12. Fix args for model

    krisselden committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    135d84b View commit details
    Browse the repository at this point in the history
  13. remove unused thing

    krisselden committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    1e539db View commit details
    Browse the repository at this point in the history
  14. more cleanup

    krisselden committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    424bf82 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2018

  1. Configuration menu
    Copy the full SHA
    0809d87 View commit details
    Browse the repository at this point in the history
  2. Fix model with model param

    krisselden committed Jan 13, 2018
    Configuration menu
    Copy the full SHA
    abf7bd3 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2018

  1. Configuration menu
    Copy the full SHA
    66f9dbe View commit details
    Browse the repository at this point in the history
  2. fix ! usage

    krisselden committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    5c9c617 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08ca4e8 View commit details
    Browse the repository at this point in the history
  4. Make sure there is no component for template only

    Steven Footea committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    53a3865 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9484c6e View commit details
    Browse the repository at this point in the history
  6. fix experimental syntax

    krisselden committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    21e2eae View commit details
    Browse the repository at this point in the history
  7. cleanup test case class

    this stuff is already setup by base class
    krisselden committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    8e779f6 View commit details
    Browse the repository at this point in the history
  8. cleanup unused

    krisselden committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    dd1fc5b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ac0542b View commit details
    Browse the repository at this point in the history
  10. cleanup commented out

    krisselden committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    9c0caae View commit details
    Browse the repository at this point in the history
  11. fix linting

    krisselden committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    6dfacd9 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2018

  1. Configuration menu
    Copy the full SHA
    670d490 View commit details
    Browse the repository at this point in the history
  2. Begin fixing the custom component manager test

    Steven Footea committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    ad88028 View commit details
    Browse the repository at this point in the history
  3. Skip the custom component manager tests for now.

    Per @rwjblue, we will add this feature and test back after the upgrade
    lands
    Steven Footea committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    8d18ca0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b20f825 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2890c7a View commit details
    Browse the repository at this point in the history
  6. Add a resolver setter to local lookup test case

    Since RenderingTestCase is setting `resolver` in its constructor, a
    setter is necessary, even if it doesn't do anything.
    Steven Footea committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    5d01bb0 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2018

  1. Configuration menu
    Copy the full SHA
    078d618 View commit details
    Browse the repository at this point in the history
  2. fix build

    krisselden committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    39be53c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2849626 View commit details
    Browse the repository at this point in the history
  4. fix root getting factory

    krisselden committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    5d2b06d View commit details
    Browse the repository at this point in the history
  5. fix Object.assign issues

    krisselden committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    96265b1 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2018

  1. Configuration menu
    Copy the full SHA
    b4037fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d84f498 View commit details
    Browse the repository at this point in the history
  3. fix linting

    krisselden committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    cb47858 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8910a0d View commit details
    Browse the repository at this point in the history
  5. Move @glimmer/* deps to devDependencies.

    End users of `ember-source` do not need these dependencies...
    rwjblue committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    09d9d3f View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. Fix imports

    krisselden committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    ac2c603 View commit details
    Browse the repository at this point in the history
  2. Fix glimmer deps

    krisselden committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    ab64750 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77a8130 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. Configuration menu
    Copy the full SHA
    6c6434d View commit details
    Browse the repository at this point in the history
  2. fix proxy issue

    krisselden committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    17ec6c4 View commit details
    Browse the repository at this point in the history
  3. contentFor can now be called before init()

    this is due to the Proxy issue
    krisselden committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    c8dd181 View commit details
    Browse the repository at this point in the history
  4. rollup ember-glimmer

    krisselden committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    78e70fe View commit details
    Browse the repository at this point in the history
  5. another hack

    krisselden committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    c75e6f7 View commit details
    Browse the repository at this point in the history
  6. fix tests

    krisselden committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    e6cbc39 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2018

  1. Configuration menu
    Copy the full SHA
    eeecb9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffcf4f1 View commit details
    Browse the repository at this point in the history