-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Yamlet 0.0.2: add load routines to module scope, make opts optional
I had apparently not included any tests that didn't specify options to the Loader, so the very most basic example of how to load anything didn't work. Putting myself in the seat of a new user was very revealing. The Loader makes me pass some garbage options class I don't care about. There's no default `load` routine. There's no default `load_file` routine. It's just miserable to get started with this thing. So I fixed that. Cuts version 0.0.2; will export to Pip.
- Loading branch information
1 parent
c90b65b
commit 25a9ec0
Showing
2 changed files
with
46 additions
and
5 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