-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move from CLDR artifact to code generation (#450)
* move from CLDR artifact to code generation * remove Artifacts.toml and LazyArtifacts dependency * Add comment on 001 Co-authored-by: Curtis Vogt <[email protected]> * Remove Artifacts dependency * Apply suggestions from code review Co-authored-by: Curtis Vogt <[email protected]> * Fix tests * Generate release-45 * Apply suggestions from code review Co-authored-by: Curtis Vogt <[email protected]> * Update manifests to avoid TZJData compat issues * Call main without args --------- Co-authored-by: Curtis Vogt <[email protected]>
- Loading branch information
Showing
17 changed files
with
315 additions
and
413 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ authors = ["Curtis Vogt <[email protected]>"] | |
version = "1.14.0" | ||
|
||
[deps] | ||
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33" | ||
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" | ||
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6" | ||
InlineStrings = "842dd82b-1e85-43dc-bf29-5d0ee9dffc48" | ||
|
@@ -16,6 +15,12 @@ TZJData = "dc5dba14-91b3-4cab-a142-028a31da12f7" | |
Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5" | ||
p7zip_jll = "3f19e933-33d8-53b3-aaab-bd5110c3b7a0" | ||
|
||
[weakdeps] | ||
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" | ||
|
||
[extensions] | ||
TimeZonesRecipesBaseExt = "RecipesBase" | ||
|
||
[compat] | ||
InlineStrings = "1" | ||
Mocking = "0.7" | ||
|
@@ -25,15 +30,9 @@ TZJData = "1" | |
julia = "1.6" | ||
p7zip_jll = "17.4" | ||
|
||
[extensions] | ||
TimeZonesRecipesBaseExt = "RecipesBase" | ||
|
||
[extras] | ||
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
|
||
[targets] | ||
test = ["Test", "RecipesBase"] | ||
|
||
[weakdeps] | ||
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" |
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.