-
-
Notifications
You must be signed in to change notification settings - Fork 165
MVP for find and xargs #386
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
Conversation
Thanks! I'm about to release 0.6.0 and write a blog post about it. After that I will clone this, run the tests, and look at the code. |
I checked out this PR, here are my initial comments. Please put a license at the top of the files you wrote, so there's no question of ownership. If they're mixed, you can put both our names (although it doesn't matter that much). I need to go back and to that for some Oil files too.
I didn't look at the code that carefully, but I think those changes are enough for the first pass. That is, just renaming and adding licenses. And then you can continue working in your branch until whenever you feel the next natural PR is. I will start adding some options to our own shell scripts to dogfood these As mentioned, eventually we can hook it up to Thanks a lot for doing this! |
Shouldn't matter. It's an executable file, that is all that needs to be known. So, xargs-test.sh? |
Yeah I see why you did it that way, but (Most test drivers for the shell are in |
Sooo … ? |
Oh you pushed, but didn't respond... After you make some changes, please respond so I know to look again. I had this problem with other PRs, so I documented it here: "Pull Requests" |
Oh it looks like you added licenses to |
Huh? It's right there. |
Only 1 file looks like it has a license. But it's OK I will pull it and add them, and make some other changes. Make sure that you can merge back, so the next merge is easy. |
No description provided.