From de1e780dbf920598d5638762660c9d0cddbd4114 Mon Sep 17 00:00:00 2001 From: Antonis Geralis Date: Wed, 7 Sep 2022 16:01:34 +0300 Subject: [PATCH] add idea --- experiments/xtables_mutator.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/experiments/xtables_mutator.nim b/experiments/xtables_mutator.nim index ba3ffb9..4596baf 100644 --- a/experiments/xtables_mutator.nim +++ b/experiments/xtables_mutator.nim @@ -1,6 +1,7 @@ # WARNING: This mutator crashes for OrderedTable and it's too slow with Table. # TODO: split into files and make it compile again. # Use https://nim-lang.org/docs/importutils.html +# Could try to mutate KeyValuePairSeq directly and then use enlarge. import random include std/tables