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

Remove all remaining guess_tld kwargs #1315

Merged
merged 1 commit into from
Apr 5, 2019

Conversation

njgheorghita
Copy link
Contributor

What was wrong?

There were some lingering guess_tld kwargs that should have been removed in #1205

Cute Animal Picture

image

@njgheorghita njgheorghita force-pushed the remove-guess-tld branch 2 times, most recently from 4415792 to cb0e2cd Compare April 5, 2019 14:13
@njgheorghita
Copy link
Contributor Author

@kclowes - Seems like something strange is happening. Now all the geth1.7.1 tests are passing and only some of the 1.8.22 tests are failing

@kclowes
Copy link
Collaborator

kclowes commented Apr 5, 2019

So weird. I just rebuilt and it looks like we're back in business!

Copy link
Collaborator

@kclowes kclowes left a comment

Choose a reason for hiding this comment

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

LGTM other than the whole go version thing

@@ -81,8 +81,8 @@ geth_steps: &geth_steps
export GOROOT=/usr/local/go
export GETH_BINARY="$HOME/.py-geth/geth-$GETH_VERSION/bin/geth"
if [ ! -e "$GETH_BINARY" ]; then
curl -O https://storage.googleapis.com/golang/go1.12.1.linux-amd64.tar.gz
tar xvf go1.12.1.linux-amd64.tar.gz
curl -O https://storage.googleapis.com/golang/go1.9.1.linux-amd64.tar.gz
Copy link
Collaborator

Choose a reason for hiding this comment

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

Wait... does this PR pass the test suite with go1.12? If it does, we might as well keep it there. If not, 1.9 is good

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oo good catch!

@njgheorghita njgheorghita merged commit a548482 into ethereum:master Apr 5, 2019
@njgheorghita njgheorghita deleted the remove-guess-tld branch April 5, 2019 18:28
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