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: 9da56d8670b5
Choose a base ref
...
head repository: MoeOrganization/moe
compare: bc6b8f9e4ed9
Choose a head ref
  • 3 commits
  • 9 files changed
  • 1 contributor

Commits on May 6, 2013

  1. add a call stack to the Interpreter (refs #98)

    Stevan Little committed May 6, 2013
    Copy the full SHA
    1958022 View commit details
    Browse the repository at this point in the history
  2. - looking up classes and subroutines now also returns the class from …

    …which they were found. Also will search the root package when it makes sense.
    
    - MoePackage and MoeClass now have getFullyQualifiedName methods
    - change all usages of lookup{Subroutine,Class} to understand the changes above
    - implement call stack tracing
    Stevan Little committed May 6, 2013
    Copy the full SHA
    c58b854 View commit details
    Browse the repository at this point in the history
  3. add the caller builtin and a test for it

    Stevan Little committed May 6, 2013
    Copy the full SHA
    bc6b8f9 View commit details
    Browse the repository at this point in the history