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

Improve DevDocs #32

Closed
wants to merge 4 commits into from
Closed

Improve DevDocs #32

wants to merge 4 commits into from

Conversation

mhutter
Copy link
Contributor

@mhutter mhutter commented Sep 29, 2016

see #3

@@ -0,0 +1,6 @@
#!/bin/sh
Copy link
Owner

Choose a reason for hiding this comment

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

I've written a installing script at "scripts/install.gs" which can be executed with gosl

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah! I've googled for gosl but only the Go Scientific Lib came up

@@ -18,6 +18,16 @@ if *goGet {
Printfln("go get -u -v %s/%s", GCSE, a)
MustSucc(Bash("go get -u -v %s/%s", GCSE, a))
}

additionalPackages := []string{
Copy link
Owner

Choose a reason for hiding this comment

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

why this is necessary? Won't previous go get automatically get these dependencies?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Nope, when I tested this morning:

  • go test (called later in install.gs) complained about missing github.com/golangplus/testing/assert
  • crawler complained about fmt and heap

Copy link
Owner

Choose a reason for hiding this comment

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

This is weird and getting the dependencies explicitly seems not an optimal solution. I'll have a test later.

@mhutter mhutter closed this Aug 24, 2017
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