REBOL3 tracker
  0.9.12 beta
Ticket #0000257 User: anonymous

Project:



rss
TypeBug Statustested Date20-Aug-2007 19:29
Versionalpha 29 Categoryn/a Submitted byCarl
PlatformAll Severitymajor Priorityhigh

Summary CHANGE/part differences from R2
Description >> head change/part "abcd" "123" 2
== "12cd" ; should be "123cd"

Example code

			

Assigned ton/a Fixed inalpha 36 Last Update26-Feb-2009 07:24


Comments
(0000265)
BrianH
10-Jan-2009 00:28

As of 2.100.29 the example code now returns "123d" instead of "123cd" - still not fixed. This is the same as ticket #490.
(0000404)
oldes
5-Feb-2009 00:25

The /part is now (a33) simply ignored (not implemented yet) so it works like:
>> head change "abcd" "123"
== "123d"
(0000414)
BrianH
6-Feb-2009 21:22

See #490 for example code that shows that /part is not ignored.

Date User Field Action Change
26-Feb-2009 07:24 BrianH Status Modified built => tested
25-Feb-2009 18:10 carl Fixedin Modified => alpha 36
25-Feb-2009 18:10 carl Status Modified reviewed => built
6-Feb-2009 21:22 BrianH Comment : 0000414 Added -
6-Feb-2009 21:04 BrianH Comment : 0000265 Modified -
5-Feb-2009 00:25 oldes Comment : 0000404 Added -
20-Jan-2009 00:24 BrianH Priority Modified none => high
10-Jan-2009 00:28 BrianH Comment : 0000265 Added -
10-Jan-2009 00:21 BrianH Severity Modified trivial => major
10-Jan-2009 00:02 BrianH Version Modified => alpha 29
10-Jan-2009 00:02 BrianH Status Modified tested => reviewed
2-Dec-2008 18:50 Admin Ticket Added -