Commit d69cbcc
feat: Take dependencies into account when sorting environment variables (#1249)
* feat: Take dependencies into account when sorting environment variables
* feat: Use sorting algorithm for IntoIterator for EnvVarSet
* chore: Upgrade spin
* chore: Use LazyLock for regexes
* chore: Use sort_by_cached_key
* fix: escaped dollar signs
* chore: Use local error type
* chore: Re-add sort_by_cached_key
* chore: Improve comment wording
* chore: Adapt wording
* chore: Use references when sorting environment variables
* Apply suggestions from code review
Co-authored-by: Techassi <git@techassi.dev>
* Fix cyclic call in IntoIterator for EnvVarSet
---------
Co-authored-by: Techassi <git@techassi.dev>1 parent 300422c commit d69cbcc
3 files changed
Lines changed: 472 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
7 | 18 | | |
8 | 19 | | |
9 | 20 | | |
| |||
0 commit comments