-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Most collectors now take a place-setter/place so that collecting into
object slots is easier. !! BREAKING CHANGE - All optional arguments are keyword now. I think that optional keywords should probably not be in public interfaces (because you cant just keep adding them, so when you need more you eventually have to switch to keywords. If we start with keywords, then there is less breakage and more room to grow. The more you know I guess
- Loading branch information
1 parent
aa54a45
commit 08e6a27
Showing
3 changed files
with
90 additions
and
61 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
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