Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Revert "override nested arrays when merging TOML (#2145)" | Blaž Hrastnik | 2022-04-20 |
| | | | | | | Looks like there's some follow-up issues This reverts commit c8cfd0b1a0da071618a9efc71ac5735d6147a0ca. | ||
* | override nested arrays when merging TOML (#2145) | Michael Davis | 2022-04-20 |
| | | | | | | | | 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 | ||
* | Fixing (in two ways) a small typo (#2156) | Ben Lee-Cohen | 2022-04-18 |
| | |||
* | Add support for local language configuration (#1249) | Kirawi | 2022-04-18 |
* add local configuration * move config loading to Application::new * simplify find_root_impl |