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

Add builtins.split #154

Closed
wants to merge 5 commits into from
Closed

Conversation

mightybyte
Copy link
Member

No description provided.

@jwiegley
Copy link
Member

jwiegley commented Apr 9, 2018

I'd like to avoid a dependency on directory, since we already depend on unix.

@jwiegley
Copy link
Member

jwiegley commented Apr 9, 2018

Actually, never mind that, they don't have an implementation of canonicalizePath

@jwiegley
Copy link
Member

@mightybyte Is this close to being ready?

@mightybyte
Copy link
Member Author

The split implementation is ready but it's still not passing yet because there's one test that includes an indented string and that's not working yet.

@jwiegley
Copy link
Member

jwiegley commented Apr 10, 2018

Ah, since there's already an issue for that, we shouldn't hold up your split work. The scope of the PR just needs to be narrowed down to just the changes needed for split.

@mightybyte mightybyte changed the title Add builtins.split (DO NOT MERGE) Add builtins.split Apr 10, 2018
@mightybyte
Copy link
Member Author

Ok, then this should be ready. It still won't pass the test case unless you comment out the one with the indented text.

@jwiegley
Copy link
Member

Merged by hand.

@jwiegley jwiegley closed this Apr 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants