Skip to content

Commit 0ae1baa

Browse files
committed
FIX: missing new collect related errors
related to: Oldes/Rebol-issues#2471
1 parent 843fcc6 commit 0ae1baa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/boot/errors.reb

+2
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ Script: [
121121
parse-command: [{PARSE - command cannot be used as variable:} :arg1]
122122
parse-series: [{PARSE - input must be a series:} :arg1]
123123
parse-no-collect: {PARSE - KEEP is used without a wrapping COLLECT}
124+
parse-into-bad: {PARSE - COLLECT INTO/AFTER expects a series! argument}
125+
parse-into-type: {PARSE - COLLECT INTO/AFTER expects a series! of compatible datatype}
124126

125127
; bad-prompt: [{Error executing prompt block}]
126128
; bad-port-action: [{Cannot use} :arg1 {on this type port}]

0 commit comments

Comments
 (0)