Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

[WIP] Added more actions, and improved action handling. #4

Closed
wants to merge 5 commits into from

Conversation

pengale
Copy link
Contributor

@pengale pengale commented Oct 19, 2016

Plan can now select from actions that have arguments other than a unit.

@bcsaller @johnsca

Plan can now select from actions that have arguments other than a unit.
@@ -19,21 +22,23 @@ class _Actions(dict, metaclass=Singleton):
functions.

"""
def decorate(self, func):
def decorate(self, object_type):
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops. That's remaining from when I was passing in object type explicitly, with the double nested decorators. Should be "func"

Update to WIP branch to fix gross errors. Tests still failing due to a
None sneaking in under circumstances under which it should not be
possible for a None to sneak around our type checking, though :-/
Still some bugs to work out in some of the actions, but the basic
structure of the code is once again sound.
Fixed a few. Cleaned up some that weren't relevant. Dropped in a couple
more that reflect work that I still want to do this week.
@pengale pengale closed this Oct 20, 2016
@pengale pengale deleted the feature/glitch-more-actions branch October 20, 2016 18:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant