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

bring startf inline #785

Merged
merged 4 commits into from
May 31, 2019
Merged

bring startf inline #785

merged 4 commits into from
May 31, 2019

Conversation

b5
Copy link
Member

@b5 b5 commented May 31, 2019

Oooook, gomodules is forcing this issue on our startf separation anxiety. startf relies on qri. When using go modules it's a major antipattern to depend on test files across repositories, which is happening here. We could get away with this when we had GOPATH, not so much now, but I think the ultimate "right" answer is to have common test data in a common repository.

Let's just bite the bullet & move this package inline

b5 added 4 commits May 31, 2019 10:41
startf relies on qri. using go modules it's a major antipattern to depend on test files
across repositories (we could get away with this when we had GOPATH, not so much now).
Let's just bite the bullet & move this package inline
@b5 b5 added docs Documentation only changes chore Changes to the build process or auxiliary tools and libraries such as documentation generation labels May 31, 2019
@b5 b5 requested review from dustmop and ramfox May 31, 2019 15:32
@b5 b5 self-assigned this May 31, 2019
@b5
Copy link
Member Author

b5 commented May 31, 2019

@dustmop you had an outstanding PR to bring docrun meta into the startf readme. I've added that here.

Also, does killing the startf repo make up for me creating apiutil? plzzzzz

@b5 b5 mentioned this pull request May 31, 2019
17 tasks
Copy link
Member

@ramfox ramfox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@dustmop
Copy link
Contributor

dustmop commented May 31, 2019

Looks good to me!

@b5 b5 merged commit 2daff78 into master May 31, 2019
@b5 b5 deleted the startf branch May 31, 2019 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Changes to the build process or auxiliary tools and libraries such as documentation generation docs Documentation only changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants