Take a Drone CI log (like http://dotty-ci.epfl.ch/lampepfl/dotty/475/1). I often want to send a link to some specific line (or range) to somebody else (because that line shows the root cause of a failure), but it seems this is not supported.
With Travis, I get a link by just clicking a line number (and possibly shift-click on the end-line — the GUI appears similar to GitHub). See for instance https://travis-ci.org/inc-lc/ilc-agda#L187-L192
for the result. But on that Drone log, I can’t get such a link with Chrome/Safari. I even tried adding by hand #L600
to the URL, that is http://dotty-ci.epfl.ch/lampepfl/dotty/475/1#L600
, but that doesn’t work.
So, if the feature is indeed missing, might I suggest adding it?
Caveats:
- I didn’t install Drone myself; I’m a contributor to Dotty and maintainers directed me to this forum (https://github.com/lampepfl/dotty/pull/1847#issuecomment-271152384).
- I might have missed some way to achieve the same result.
- I’m new here (which is why I can’t put > 2 links) and with using Drone.