Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Path! syntax and file! syntax clash #2090

Closed
Siskin-Bot opened this issue Feb 15, 2020 · 0 comments
Closed

Path! syntax and file! syntax clash #2090

Siskin-Bot opened this issue Feb 15, 2020 · 0 comments

Comments

@Siskin-Bot
Copy link
Collaborator

Submitted by: Ladislav

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.

>> to block! 'a/%b/c
== [a %b/c]
>> to block! 'a/%"b"/c
== [a %b c]

Imported from: CureCode [ Version: r3 master Type: Note Platform: All Category: Syntax Reproduce: Always Fixed-in:none ]
Imported from: metaeducation#2090

Comments:

Rebolbot commented on Nov 17, 2013:

Submitted by: Gregg

I get the following result for the second case:

>> to block! 'a/%"b"/c
== [a %b c]

Rebolbot commented on Nov 18, 2013:

Submitted by: Ladislav

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.


Rebolbot commented on Nov 18, 2013:

Submitted by: Gregg

2.101.0.3.1 here.

MarkEye mentioned this issue on Mar 14, 2016:
Path! syntax and date! syntax clash


Rebolbot mentioned this issue on Aug 5, 2018:
Give Issue and Refinement path types


Rebolbot added Type.note and Status.dismissed on Jan 12, 2016


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants