-
-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING: Make last arg to snippet a table and remove varargs.
Last arg table: More flexible, nicer for options that don't depend on one another (nicer than a bunch of `nil`s before the next important bit). No varargs: With a table last, it doesn't really make much sense to keep the (in some cases unrelated) user-arguments (plus they will eventually be removed from function/dynamicNode as well, they only exist because I didn't know how easy it is to do partial functions in lua).
- Loading branch information
Showing
2 changed files
with
8 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters