Re-add _non_virtual
and add _unedited
for methods
#18
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "bigjango13/symbol-processor:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This also adds some basic error checking to
def.nanorc
(kind of like nanorc.nanorc, but less perfect).I know
_non_virtual
was removed for a reason, and I'm assuming it was the recent change to the 3.0.0 API. However, I think that this change will help smooth over a few issues with the current API:overwrite_call
is needed for MCPI, everything from bugs in Reborn to just things Reborn had no way to expect. There are tons of examples from avoiding settingis_hurt
to rendering hearts for decor to custom keybindings._non_virtual
and add_unedited
for methods db3879f7a5I added some stuff from this PR in a separate commit.
Pull request closed