diff options
author | metagn <metagngn@gmail.com> | 2024-09-16 08:16:21 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-16 07:16:21 +0200 |
commit | 22d2cf217597468ace8ba540d6990b1f6d8a816a (patch) | |
tree | bd75309eb62654d6bfc50185a7b5604627d90037 /tests/stdlib/tstrbasics.nim | |
parent | ecc6a1d92bbcf0314a771349b25f88227001c64d (diff) | |
download | Nim-22d2cf217597468ace8ba540d6990b1f6d8a816a.tar.gz |
disable closure iterator changes in #23787 unless `-d:nimOptIters` is enabled (#24108)
refs #24094, soft reverts #23787 #23787 turned out to cause issues as described in #24094, but the changes are still positive, so it is now only enabled if compiling with `-d:nimOptIters`. Unfortunately the changes are really interwoven with each other so the checks for this switch in the code are a bit messy, but searching for `nimOptIters` should give the necessary clues to remove the switch properly later on. Locally tested that nimlangserver works but others can also check.
Diffstat (limited to 'tests/stdlib/tstrbasics.nim')
0 files changed, 0 insertions, 0 deletions