REBOL3 tracker
  0.9.12 beta
Ticket #0002090 User: anonymous

Project:



rss
TypeNote Statussubmitted Date6-Nov-2013 17:58
Versionr3 master CategorySyntax Submitted byLadislav
PlatformAll Severitynot a bug Prioritynormal

Summary Path! syntax and file! syntax clash
Description Below is an example of a path! and file! syntax "clash". I guess that the behaviour looks intended and useful, the only thing that may be missing is a bit of documentation.

This is related to #2089.
Example code
>> to block! 'a/%b/c
== [a %b/c]
>> to block! 'a/%"b"/c
== [a %b c]

Assigned ton/a Fixed in- Last Update19-Nov-2013 13:42


Comments
(0004153)
Gregg
17-Nov-2013 19:20

I get the following result for the second case:

>> to block! 'a/%"b"/c
== [a %b c]
(0004169)
Ladislav
18-Nov-2013 02:14

Thanks for the info, now it looks to me that the behaviour you describe is actually optimal and I do like it. I also probably messed up my tests.
(0004173)
Gregg
18-Nov-2013 02:31

2.101.0.3.1 here.

Date User Field Action Change
19-Nov-2013 13:42 Ladislav Description Modified -
19-Nov-2013 13:42 Ladislav Description Modified -
18-Nov-2013 23:18 Ladislav Type Modified Wish => Note
18-Nov-2013 23:18 Ladislav Severity Modified minor => not a bug
18-Nov-2013 23:18 Ladislav Code Modified -
18-Nov-2013 23:18 Ladislav Description Modified -
18-Nov-2013 23:15 Ladislav Comment : 0004169 Modified -
18-Nov-2013 23:14 Ladislav Comment : 0004169 Modified -
18-Nov-2013 02:31 Gregg Comment : 0004173 Added -
18-Nov-2013 02:14 Ladislav Comment : 0004169 Modified -
18-Nov-2013 02:14 Ladislav Comment : 0004169 Added -
17-Nov-2013 19:20 Gregg Comment : 0004153 Added -
7-Nov-2013 09:57 Ladislav Type Modified Issue => Wish
7-Nov-2013 09:57 Ladislav Code Modified -
7-Nov-2013 09:57 Ladislav Description Modified -
6-Nov-2013 18:03 Ladislav Description Modified -
6-Nov-2013 18:03 Ladislav Code Modified -
6-Nov-2013 18:03 Ladislav Description Modified -
6-Nov-2013 17:58 Ladislav Ticket Added -