Open GoogleCodeExporter opened 8 years ago
This is not high-priority, but would enhance the implementation of
[crbug.com/369329] by providing a simpler access method for the source file
data (and, I suspect, easier implementation for other similar scripts)
Original comment by iannucci@chromium.org
on 29 May 2014 at 10:55
I couldn't tell by quickly skimming that crbug; is it the case that when you
need to get the blob text, you don't already have the commit and path?
Original comment by dborowitz@google.com
on 29 May 2014 at 10:58
That's how we plan to deal with it for now, but being able to just get by blob
hash would allow interesting alternatives like embedding the blob hash in the
compiled binary instead of trying to parse and normalize __FILE__, etc.
Original comment by iannucci@chromium.org
on 29 May 2014 at 11:01
(i.e. we have the commit and path on upload, but not necessarily on download)
Original comment by iannucci@chromium.org
on 29 May 2014 at 11:02
(And I want to stress that this is not high-priority, just didn't want to lose
track of it :)
Original comment by iannucci@chromium.org
on 29 May 2014 at 11:05
Original issue reported on code.google.com by
iannucci@chromium.org
on 29 May 2014 at 10:54