-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: Make Arrays first-class wrapper objects.
Prior to now, arrays objects were handled a little weirdly in that they were stored as native python lists with an associated validator object. This resulted in all sorts of unexpected behavior, with nested arrays being returned without their validators under certain circumstances. This resolves the issue by converting all arrays to first-class object wrappers (and renaming the wrapper to ArrayWrapper instead of ArrayValidator).
- Loading branch information
Showing
8 changed files
with
366 additions
and
245 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
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.