-
Notifications
You must be signed in to change notification settings - Fork 418
Closed
Labels
status.testedThe change in code has been manually tested and verified to fix the issue.The change in code has been manually tested and verified to fix the issue.test.writtenA regression test has been written and tested for the ticket.A regression test has been written and tested for the ticket.type.bugTicket describes an abnormal behavior, not conforming to the specs or expectation.Ticket describes an abnormal behavior, not conforming to the specs or expectation.type.compilerRed compiler related issues.Red compiler related issues.
Description
Describe the bug
Compile this:
Red []
c: context [++: make op! func [x y] []]
Compiler says:
-=== Red Compiler 0.6.4 ===-
Compiling D:\devel\red\red-src\red-master\environment\reactivity-bug2.red ...
*** Red Compiler Internal Error: Script Error : defer needs a value
*** Where: comp-word
*** Near: [defer: fetch-functions skip pc -2]
Expected behavior
Compiles.
Platform version (please complete the following information)
Red 0.6.4 for Windows built 28-May-2020/17:51:04+03:00 commit #36857eb
Metadata
Metadata
Assignees
Labels
status.testedThe change in code has been manually tested and verified to fix the issue.The change in code has been manually tested and verified to fix the issue.test.writtenA regression test has been written and tested for the ticket.A regression test has been written and tested for the ticket.type.bugTicket describes an abnormal behavior, not conforming to the specs or expectation.Ticket describes an abnormal behavior, not conforming to the specs or expectation.type.compilerRed compiler related issues.Red compiler related issues.