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

PARSE does not split on char! #215

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

PARSE does not split on char! #215

Siskin-Bot opened this issue Feb 15, 2020 · 2 comments
Labels
CC.resolved Issue with CureCode status built, tested or complete Test.written Type.bug Type.parse Parse related issues

Comments

@Siskin-Bot
Copy link
Collaborator

Siskin-Bot commented Feb 15, 2020

Submitted by: Gabriele

>> parse/all "a/b/c" #"/"
** Script error: parse does not allow char! for its rules argument
>> parse/all "a/b/c" "/"
== ["a" "b" "c"]

Imported from: CureCode [ Version: 1.0.0 Type: Bug Platform: All Category: n/a Reproduce: Always Fixed-in:none ]
Imported from: metaeducation#215

Comments:


Rebolbot added the Type.bug on Jan 12, 2016


@Oldes Oldes added Test.written Type.parse Parse related issues labels Apr 27, 2020
@Oldes
Copy link
Owner

Oldes commented Apr 27, 2020

>> parse/all "a/b/c" #"/"
== ["a" "b" "c"]

>> parse "a/b/c" #"/"
== ["a" "b" "c"]

@Oldes Oldes closed this as completed Apr 27, 2020
Oldes added a commit to Oldes/Rebol3 that referenced this issue Apr 27, 2020
@Siskin-Bot Siskin-Bot added the CC.resolved Issue with CureCode status built, tested or complete label May 22, 2020
Oldes added a commit to Oldes/Rebol3 that referenced this issue Jul 6, 2022
Oldes added a commit to Oldes/Rebol3 that referenced this issue Jul 6, 2022
@Oldes
Copy link
Owner

Oldes commented Jul 6, 2022

This functionality was removed now! Use split instead.
#2046

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CC.resolved Issue with CureCode status built, tested or complete Test.written Type.bug Type.parse Parse related issues
Projects
None yet
Development

No branches or pull requests

2 participants