This probably shouldn't have survived the revert in r86009.
Stubbing out these functions probably indicates that they're not really suitable to be declared as abstract... there's a serious code smell here.
Mmm. This was obviously the simplest way to "fix" the issue.
Looking at the other classes, they all subclass FormlessAction, but delete doesn't. I wonder if we should just move that over too
Delete should be a FormedAction. This file is left over from the 'first generation' implementation and is AFAIK unreferenced; it should just be deleted.
Yup, and not in the AutoLoader. Will kill it