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

Better callable: Callable[[Arg('x', int), VarArg(str)], int] now a thing you can do #2607

Merged
merged 34 commits into from
May 2, 2017

Commits on Dec 25, 2016

  1. Configuration menu
    Copy the full SHA
    249d70f View commit details
    Browse the repository at this point in the history
  2. General cleanup

    sixolet committed Dec 25, 2016
    Configuration menu
    Copy the full SHA
    7ecdcc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    066bd5e View commit details
    Browse the repository at this point in the history
  4. lots of lint

    sixolet committed Dec 25, 2016
    Configuration menu
    Copy the full SHA
    213944b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e19070 View commit details
    Browse the repository at this point in the history
  6. Tighten fastparse a little

    sixolet committed Dec 25, 2016
    Configuration menu
    Copy the full SHA
    3f2f617 View commit details
    Browse the repository at this point in the history
  7. make all tests pass now

    sixolet committed Dec 25, 2016
    Configuration menu
    Copy the full SHA
    0b69630 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f4ccf92 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2017

  1. Configuration menu
    Copy the full SHA
    967bb5a View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2017

  1. Configuration menu
    Copy the full SHA
    bb5134e View commit details
    Browse the repository at this point in the history
  2. Merged master again

    sixolet committed Apr 18, 2017
    Configuration menu
    Copy the full SHA
    d4a83e1 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2017

  1. Configuration menu
    Copy the full SHA
    54a5da9 View commit details
    Browse the repository at this point in the history
  2. Change back to TypeList

    sixolet committed Apr 20, 2017
    Configuration menu
    Copy the full SHA
    e79c527 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52ffe5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06416f7 View commit details
    Browse the repository at this point in the history
  5. more cleanups

    sixolet committed Apr 20, 2017
    Configuration menu
    Copy the full SHA
    398fbad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2c9ce02 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    51c6f56 View commit details
    Browse the repository at this point in the history
  8. Annot

    sixolet committed Apr 20, 2017
    Configuration menu
    Copy the full SHA
    5e679a3 View commit details
    Browse the repository at this point in the history
  9. Oops

    sixolet committed Apr 20, 2017
    Configuration menu
    Copy the full SHA
    0926fe9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    288a8be View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6e67ab2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    97a859b View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2017

  1. Jukka comments

    sixolet committed Apr 21, 2017
    Configuration menu
    Copy the full SHA
    1c7d4c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f153850 View commit details
    Browse the repository at this point in the history
  3. Remove unused instance var

    sixolet committed Apr 21, 2017
    Configuration menu
    Copy the full SHA
    be954f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2017

  1. Merge master

    sixolet committed Apr 22, 2017
    Configuration menu
    Copy the full SHA
    07ae917 View commit details
    Browse the repository at this point in the history
  2. Revert "Remove unused instance var"

    This reverts commit be954f5.
    sixolet committed Apr 22, 2017
    Configuration menu
    Copy the full SHA
    1b97362 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    552f49e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2e3663 View commit details
    Browse the repository at this point in the history
  5. lint

    sixolet committed Apr 22, 2017
    Configuration menu
    Copy the full SHA
    27e2a9d View commit details
    Browse the repository at this point in the history
  6. Merge master again

    sixolet committed Apr 22, 2017
    Configuration menu
    Copy the full SHA
    793a663 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2017

  1. Merge master

    sixolet committed May 1, 2017
    Configuration menu
    Copy the full SHA
    3d212b3 View commit details
    Browse the repository at this point in the history
  2. Disallow CallableArgument in exprtotype outside a TypeList

    Also add a lot more tests.
    sixolet committed May 1, 2017
    Configuration menu
    Copy the full SHA
    0780149 View commit details
    Browse the repository at this point in the history