Skip to content

Commit 9f13ef9

Browse files
committed
FEAT: CHANGE: making SET native to be more compatible with Red-language version
There is new refinement /ONLY which treat source block or object like single value (so the result is like it was in R3-alpha) The /PAD refinement was replaced with /SOME refinement. The functionality is now reversed: when no refinement is used, it works like if there was /PAD before. If /SOME is used, there is no padding and also target value is not replaced with none value from the source, if there is any. Related issue: metaeducation/rebol-issues#2358
1 parent d4261f8 commit 9f13ef9

File tree

3 files changed

+422
-0
lines changed

3 files changed

+422
-0
lines changed

src/tests/run-tests.r3

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ dt [ ;- delta time
99
***start-run*** "All tests"
1010
;recycle/torture
1111
wrap load %units/lexer-test.r3
12+
wrap load %units/evaluation-test.r3
1213
wrap load %units/enbase-test.r3
1314
wrap load %units/map-test.r3
1415
wrap load %units/integer-test.r3

0 commit comments

Comments
 (0)