summary refs log tree commit diff stats
path: root/tests/generics
diff options
context:
space:
mode:
authorLemonBoy <LemonBoy@users.noreply.github.com>2018-07-08 22:07:45 +0200
committerAndreas Rumpf <rumpf_a@web.de>2018-07-08 22:07:45 +0200
commitd0b60f1fe3f82facec7f99f39b8bf188be3661a0 (patch)
tree6ebda6dacfa5fb20ea63577c75150773634accbd /tests/generics
parent03c8fdc6cb4e4cd0f84aabcfb00f6d38f58d51cd (diff)
downloadNim-d0b60f1fe3f82facec7f99f39b8bf188be3661a0.tar.gz
Generate dynlib strings as a single rope (#8247)
In order not to trip the optimization in genInfixCall we have to do so.
The same trick is also used in setExternName.

Fixes #8241
Diffstat (limited to 'tests/generics')
0 files changed, 0 insertions, 0 deletions
> 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158