chromium-codereview icon indicating copy to clipboard operation
chromium-codereview copied to clipboard

Silently dropping lines in diff.

Open jcgregorio opened this issue 11 years ago • 1 comments

Visit this issue and view monitoring/go/datahopper/main.go in the new (non-deprecated) UI.

https://codereview.chromium.org/761433005/

You will notice line 35 in the left hand column is missing. I also believe the line numbers around line 35 on the right hand column are wrong. You can actually see a line is missing by switching back to the deprecated UI and see that line 37:

 common.InitWithMetrics("datahopper", *graphiteServer)

is there, but that line missing in the new UI.

jcgregorio avatar Dec 10 '14 14:12 jcgregorio

I really need a better API to get context from the server, I'm parsing the existing context responses, but it's very buggy. I'd be much better if I could just download the base files. @aarongable

esprehn avatar Dec 22 '14 11:12 esprehn