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

push/pop() context #6

Closed
wants to merge 9 commits into from
Closed

push/pop() context #6

wants to merge 9 commits into from

Commits on Apr 24, 2011

  1. Adds push/pop context ability

    ixti committed Apr 24, 2011
    Configuration menu
    Copy the full SHA
    62a87c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2011

  1. Add withContext() method

    withContext(context) creates new
    ixti committed Apr 25, 2011
    Configuration menu
    Copy the full SHA
    d5ddc8a View commit details
    Browse the repository at this point in the history
  2. Improve withContext() method

    ixti committed Apr 25, 2011
    Configuration menu
    Copy the full SHA
    2d48c65 View commit details
    Browse the repository at this point in the history
  3. Improved logger#pop().

    Now pop() can receive `amount`, so:
    
    - `logger.pop()` as well as `logger.pop(0)` equals to `logger.pop(1)`
    - `logger.pop(-1)` equals to `logger.pop().pop().pop()`,
      when `logger` had three contexts registered
    ixti committed Apr 25, 2011
    Configuration menu
    Copy the full SHA
    8ef05fa View commit details
    Browse the repository at this point in the history
  4. Improve tests

    ixti committed Apr 25, 2011
    Configuration menu
    Copy the full SHA
    17be4a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7fa30bb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    32b6aec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    90ca9c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2011

  1. Remove redundant comma in tests

    ixti committed Apr 28, 2011
    Configuration menu
    Copy the full SHA
    65a3779 View commit details
    Browse the repository at this point in the history