-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Since the objects are exposed to the filter API we would like to be able to control how they're created so that we don't break code whenever we e.g add new fields - for this we use phantoms, we might also need to make the `Context::new()` constructors private from the filter functions since a filter shouldn't need to create them to begin with. Fixes #94
- Loading branch information
Showing
8 changed files
with
246 additions
and
179 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
Oops, something went wrong.