summary refs log tree commit diff stats
path: root/compiler/plugins
diff options
context:
space:
mode:
authorOscar NihlgÄrd <oscarnihlgard@gmail.com>2019-05-10 11:10:11 +0200
committerAndreas Rumpf <rumpf_a@web.de>2019-05-10 11:10:11 +0200
commitde5c0d3aa9fd713a698f7f596c9bf925d00729c2 (patch)
treed08841d1d4e5184fd997202b4f83c1ec05bb31b3 /compiler/plugins
parent3a479ff53f04b1d42243f4c76a0ac0414ffd0277 (diff)
downloadNim-de5c0d3aa9fd713a698f7f596c9bf925d00729c2.tar.gz
Make range checks in semConv (#7164)
* Remove NaN/Inf/NegInf magic
* Make range checks in semConv
* fix the failing line
* fix `firstOrd` and `lastOrd`
* fix `localError`
* remove debug comment
* Cleanup, fix failing test
* make tests green
Diffstat (limited to 'compiler/plugins')
0 files changed, 0 insertions, 0 deletions
='#n77'>77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 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