You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
REDUCE/into is supposed to insert its resulting value(s) into the target block specified by the out parameter. However, the /into option is ignored when the value argument isn't a block, and REDUCE just returns value as if /into wasn't specified. REDUCE/into should always insert.
Submitted by: BrianH
REDUCE/into is supposed to insert its resulting value(s) into the target block specified by the out parameter. However, the /into option is ignored when the value argument isn't a block, and REDUCE just returns value as if /into wasn't specified. REDUCE/into should always insert.
Imported from: CureCode [ Version: r3 master Type: Bug Platform: All Category: Native Reproduce: Always Fixed-in:none ]
Imported from: metaeducation#2061
Comments:
Had been "resolved" in Ren-C, but there was a bug and no test. Bugfix and a test added:
metaeducation/ren-c@6aab8d2
EDIT: Resolved in Ren-C because it has eliminated the /INTO feature, explanation here
The text was updated successfully, but these errors were encountered: