summary refs log tree commit diff stats
path: root/tests/stdlib/tosenv.nim
Commit message (Collapse)AuthorAgeFilesLines
* envPairs works in vm, nims (#18615)Timothee Cour2021-09-291-8/+10
| | | | | * envPairs works in vm, nims * fixup
* Remove tracking of environment from osenv.nim v2 (#18575)Timothee Cour2021-07-291-0/+58
* Remove unnecessary environment tracking * try to fix windows * fix delEnv * make putEnv work on windows even with empty values; improve tests: add tests, add js, vm testing * [skip ci] fix changelog Co-authored-by: Caden Haustein <code@brightlysalty.33mail.com>