summary refs log tree commit diff stats
path: root/compiler/nimfix
diff options
context:
space:
mode:
authorȘtefan Talpalaru <stefantalpalaru@yahoo.com>2018-12-10 17:59:07 +0100
committerȘtefan Talpalaru <stefantalpalaru@yahoo.com>2018-12-10 19:35:37 +0100
commit497e8c41e8a32ae96633d7a7e3011980e38f2b69 (patch)
tree3933287a0e99f18c497d09875375d9017bd670be /compiler/nimfix
parentcd81f368d184dae6268ccf5f4bdc771a661f4ac1 (diff)
downloadNim-497e8c41e8a32ae96633d7a7e3011980e38f2b69.tar.gz
replace misleading "stack overflow" message on call depth limit
The new error message looks like this:
"Error: call depth limit reached in a debug build (2000 function calls).
You can change it with -d:nimCallDepthLimit=<int> or switch to a release
build with -d:release."
Diffstat (limited to 'compiler/nimfix')
0 files changed, 0 insertions, 0 deletions
ef='#n108'>108 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 159 160 161 162 163 164 165 166 167 168