aboutsummaryrefslogtreecommitdiff
path: root/src/main/stanza/errors.stanza
diff options
context:
space:
mode:
authorjackbackrack2015-05-18 21:53:35 -0700
committerjackbackrack2015-05-18 21:53:35 -0700
commiteb7d0913bd01cffdc2be944c7001721f737b44bf (patch)
tree4b08ee09b4e0afb869b121301fabb433840da258 /src/main/stanza/errors.stanza
parent369a6d9ee974f7ca825174e053742e0d4f440575 (diff)
get coercion running for flo backend and disable negative lit check
Diffstat (limited to 'src/main/stanza/errors.stanza')
-rw-r--r--src/main/stanza/errors.stanza6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/stanza/errors.stanza b/src/main/stanza/errors.stanza
index 30414afd..93250b6f 100644
--- a/src/main/stanza/errors.stanza
+++ b/src/main/stanza/errors.stanza
@@ -158,9 +158,9 @@ public defn check-high-form (c:Circuit) -> Circuit :
match(exp(e)) :
(e:Ref|Subfield|Index) : false
(e) : add(errors,InvalidIndex(info))
- (e:UIntValue) :
- if value(e) < 0 :
- add(errors,NegUInt(info))
+ ;; (e:UIntValue) :
+ ;; if value(e) < 0 :
+ ;; add(errors,NegUInt(info))
(e) : false
e