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: 4963b05b8366^
Choose a base ref
...
head repository: MoeOrganization/moe
compare: cfed1ff7afef
Choose a head ref
  • 13 commits
  • 10 files changed
  • 1 contributor

Commits on Feb 1, 2013

  1. use the getBool method (and formatting cleanup)

    Stevan Little committed Feb 1, 2013
    Copy the full SHA
    4963b05 View commit details
    Browse the repository at this point in the history
  2. getCurrent* should always look up the parent chain, because we could …

    …be inside a block or something like that and we need to not restrict ourselves to just the local env
    Stevan Little committed Feb 1, 2013
    Copy the full SHA
    7edb3fd View commit details
    Browse the repository at this point in the history
  3. parent is no longer accepted as a constructor parameter

    Stevan Little committed Feb 1, 2013
    Copy the full SHA
    ab33fdf View commit details
    Browse the repository at this point in the history
  4. provide access to the environment

    Stevan Little committed Feb 1, 2013
    Copy the full SHA
    e07349d View commit details
    Browse the repository at this point in the history
  5. make sure to run the bootstrap when testing the parser

    Stevan Little committed Feb 1, 2013
    Copy the full SHA
    43cead8 View commit details
    Browse the repository at this point in the history
  6. fix the usage of getCurrentPackage

    Stevan Little committed Feb 1, 2013
    Copy the full SHA
    c93156d View commit details
    Browse the repository at this point in the history
  7. some formatting tweaks

    Stevan Little committed Feb 1, 2013
    Copy the full SHA
    690d0fb View commit details
    Browse the repository at this point in the history
  8. fix getBool so that it never creates

    Stevan Little committed Feb 1, 2013
    Copy the full SHA
    26b2042 View commit details
    Browse the repository at this point in the history
  9. we don't throw these exceptions anymore

    Stevan Little committed Feb 1, 2013
    Copy the full SHA
    43a6564 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2013

  1. fixing the toString methods a bit

    Stevan Little committed Feb 2, 2013
    Copy the full SHA
    befbea6 View commit details
    Browse the repository at this point in the history
  2. no more exceptions, all options

    Stevan Little committed Feb 2, 2013
    Copy the full SHA
    f7acb3a View commit details
    Browse the repository at this point in the history
  3. use the new Opaque API in class

    Stevan Little committed Feb 2, 2013
    Copy the full SHA
    0c751b1 View commit details
    Browse the repository at this point in the history
  4. no more exceptions in MoeEnvironment, all Options now

    Stevan Little committed Feb 2, 2013
    Copy the full SHA
    cfed1ff View commit details
    Browse the repository at this point in the history