-
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.
Fix Regression isar#977 - Web not registering DateTimeAdapter
Regression was caused in isar#956 (4dbcd76) where `HiveImpl` no longer called `_registerDefaultAdapters`, assuming that it would happen in `init`, which is not necessary for web. Also remove `HiveImpl.debug` and `HiveImpl.test`. `HiveImpl.test` was masking some odd legacy behavior in tests, so this fixes the test. `HiveImpl.debug` is not used anywhere, and its funcationality can be accomplished using `init`
- Loading branch information
Showing
3 changed files
with
6 additions
and
17 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