Michael Davis
2c7f770aa9
Only merge top-level array when merging `languages.toml` ( #2215 )
...
* Revert "Revert "override nested arrays when merging TOML (#2145 )""
This reverts commit 35d2693630
.
* flip top-level table merging flag
2022-04-23 17:10:34 +09:00
Blaž Hrastnik
35d2693630
Revert "override nested arrays when merging TOML ( #2145 )"
...
Looks like there's some follow-up issues
This reverts commit c8cfd0b1a0
.
2022-04-20 17:09:03 +09:00
Michael Davis
c8cfd0b1a0
override nested arrays when merging TOML ( #2145 )
...
We merge the elements of arrays for the top-level array. For
`languages.toml`, this is the array of languages. For any nested
arrays, we simply take the `right` array as-is instead of using
the union of `left` and `right`.
closes #1000
2022-04-20 10:43:09 +09:00
Ben Lee-Cohen
2bddec02e7
Fixing (in two ways) a small typo ( #2156 )
2022-04-18 13:12:47 +09:00
Kirawi
c2a40d9d52
Add support for local language configuration ( #1249 )
...
* add local configuration
* move config loading to Application::new
* simplify find_root_impl
2022-04-18 12:10:51 +09:00