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

Handy functions #5

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Handy functions #5

wants to merge 10 commits into from

Commits on Jan 2, 2015

  1. Support post-processing in seq() via a keyword-only argument

    It is possible to achieve the same effect using .map(), but this seems more elegant
    bugaevc committed Jan 2, 2015
    Configuration menu
    Copy the full SHA
    677224f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a0bea2 View commit details
    Browse the repository at this point in the history
  3. Update a comment

    bugaevc committed Jan 2, 2015
    Configuration menu
    Copy the full SHA
    8d5453e View commit details
    Browse the repository at this point in the history
  4. Implement should_fail()

    bugaevc committed Jan 2, 2015
    Configuration menu
    Copy the full SHA
    e29ebbe View commit details
    Browse the repository at this point in the history
  5. Implement Parser.sep_by()

    bugaevc committed Jan 2, 2015
    Configuration menu
    Copy the full SHA
    7900e05 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fc5e5ad View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2015

  1. import * in the test file

    All the functions are supposed to be tested anyway
    bugaevc committed Jan 7, 2015
    Configuration menu
    Copy the full SHA
    dccbecf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13884a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6015f66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae1aa33 View commit details
    Browse the repository at this point in the history