REBOL3 tracker
  0.9.12 beta
Ticket #0001820 User: anonymous

Project:



rss
TypeBug Statustested Date12-Jan-2011 03:46
Versionalpha 110 CategoryNative Submitted byKaj
PlatformAll Severityminor Priorityhigh

Summary Word USER can't be selected with path syntax
Description Here's a freak bug:

>> b: [user 1 _user 2]
== [user 1 _user 2]

>> b/user
== none ; should be 1

>> select b 'user
== 1

>> b/_user
== 2
Example code
b: [user 1 _user 2] 
probe b/user

Assigned ton/a Fixed inalpha 111 Last Update26-Feb-2011 01:15


Comments
(0003009)
Kaj
12-Jan-2011 04:01

This seems to be limited to path evaluation in a block.
(0003010)
BrianH
12-Jan-2011 06:32

Windows too. This is the weirdest bug ever.
(0003012)
Kaj
12-Jan-2011 16:37

The only thing I can think of is PROTECT being overzealous.
(0003023)
BrianH
14-Jan-2011 22:17

If this were in any way the result of anything PROTECT did, that would be even weirder. The 'user word in the user context isn't protected.
(0003057)
Carl
30-Jan-2011 21:03

A good one. Symbol table mis-reference.

NOTE: this same error effected RL_Map_Words().


Date User Field Action Change
26-Feb-2011 01:15 BrianH Status Modified built => tested
30-Jan-2011 22:12 carl Fixedin Modified => alpha 111
30-Jan-2011 21:10 carl Comment : 0003057 Modified -
30-Jan-2011 21:03 carl Comment : 0003057 Added -
30-Jan-2011 21:03 carl Status Modified reviewed => built
30-Jan-2011 21:03 carl Code Modified -
17-Jan-2011 04:19 carl Status Modified submitted => reviewed
14-Jan-2011 22:17 BrianH Priority Modified normal => high
14-Jan-2011 22:17 BrianH Comment : 0003023 Added -
12-Jan-2011 16:37 Kaj Comment : 0003012 Added -
12-Jan-2011 06:46 BrianH Description Modified -
12-Jan-2011 06:46 BrianH Summary Modified Word USER can't be selected => Word USER can't be selected with path syntax
12-Jan-2011 06:32 BrianH Comment : 0003010 Added -
12-Jan-2011 06:31 BrianH Platform Modified Linux x86 libc6 => All
12-Jan-2011 06:31 BrianH Description Modified -
12-Jan-2011 04:01 Kaj Comment : 0003009 Added -
12-Jan-2011 03:46 Kaj Ticket Added -