Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MoeOrganization/moe
base: b06a87138fd4
Choose a base ref
...
head repository: MoeOrganization/moe
compare: de8df9e92280
Choose a head ref
  • 4 commits
  • 10 files changed
  • 1 contributor

Commits on Apr 17, 2013

  1. Copy the full SHA
    41c830c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:MoeOrganization/moe

    Stevan Little committed Apr 17, 2013
    Copy the full SHA
    ac505d6 View commit details
    Browse the repository at this point in the history
  3. change param name

    Stevan Little committed Apr 17, 2013
    Copy the full SHA
    ef314ef View commit details
    Browse the repository at this point in the history
  4. this is actually a reversion of 02d94da to restore the associatedClas…

    …s to a proper classClass object, but instead I added a coreClassClass which is the metaclass for all the core classes, this allows us to have control over the constructors of core classes. Basically if there is a submethod CREATE present in the core class, then it will be used as the constructor using the class as the invocant and expecting to return a new instance of said core class.
    Stevan Little committed Apr 17, 2013
    Copy the full SHA
    de8df9e View commit details
    Browse the repository at this point in the history