Skip to content

go-ethereum/dashboard: update assets.go #15813

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

Merged
merged 2 commits into from
Jan 5, 2018
Merged

Conversation

rsc
Copy link
Contributor

@rsc rsc commented Jan 5, 2018

Use current rsc/go-bindata instead of jteeuwen/go-bindata, to get
balanced tree in very long string concatenations.
This works around problems in current Go distributions.

For golang/go#23222.

Use current rsc/go-bindata instead of jteeuwen/go-bindata, to get
balanced tree in very long string concatenations.
This works around problems in current Go distributions.

For golang/go#23222.
@fjl fjl closed this Jan 5, 2018
@fjl
Copy link
Contributor

fjl commented Jan 5, 2018

I'll switch to github.com/kevinburke/go-bindata in #15808 instead. Thank you though, we're super flattered to see you contribute.

@karalabe karalabe reopened this Jan 5, 2018
@karalabe
Copy link
Member

karalabe commented Jan 5, 2018

An interesting side effect of the tree approach is that it will produce spurious diffs caused by splitting the data at different locations when regenerating the bindings. Not sure how annoying that will be, just mentioning it.

Edit: I mean when the content changes too.

@karalabe karalabe merged commit a139041 into ethereum:master Jan 5, 2018
@karalabe karalabe added this to the 1.8.0 milestone Jan 5, 2018
cooganb referenced this pull request in cooganb/go-ethereum Jan 23, 2018
* go-ethereum/dashboard: update assets.go

Use current rsc/go-bindata instead of jteeuwen/go-bindata, to get
balanced tree in very long string concatenations.
This works around problems in current Go distributions.

For golang/go#23222.

* dashboard: run last two go:generate steps for linter
cooganb referenced this pull request in cooganb/go-ethereum Feb 23, 2018
* go-ethereum/dashboard: update assets.go

Use current rsc/go-bindata instead of jteeuwen/go-bindata, to get
balanced tree in very long string concatenations.
This works around problems in current Go distributions.

For golang/go#23222.

* dashboard: run last two go:generate steps for linter
mariameda pushed a commit to NiluPlatform/go-nilu that referenced this pull request Aug 23, 2018
* go-ethereum/dashboard: update assets.go

Use current rsc/go-bindata instead of jteeuwen/go-bindata, to get
balanced tree in very long string concatenations.
This works around problems in current Go distributions.

For golang/go#23222.

* dashboard: run last two go:generate steps for linter
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.

3 participants