Skip to content

Commit 3ec3ed7

Browse files
committed
FIX: disable syntex error report due to too many false alarms
1 parent ba73e21 commit 3ec3ed7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

semantic.red

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,8 @@ semantic: context [
203203
]
204204

205205
collect-errors: function [top [block!]][
206+
return []
207+
206208
ret: make block! 4
207209
collect-errors*: function [pc [block!]][
208210
while [not tail? pc] [

0 commit comments

Comments
 (0)