-
-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
Base.TOML.Parser{Dates}
for TOML parsing w/ Dates support (#3938)
* Use `Base.TOML.Parser{Dates}` for TOML parsing w/ Dates support This will allow us to delete the `.Dates` field upstream. * Use `Base.TOMLCache(p::TOML.Parser)` constructor These were relying on implicit `convert()` behavior in the previous constructor, which is harmless in this case but best not to depend upon. --------- Co-authored-by: Ian Butterworth <i.r.butterworth@gmail.com> (cherry picked from commit e4a6723)
- Loading branch information
1 parent
0df656e
commit 6993828
Showing
2 changed files
with
4 additions
and
10 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