inch-ci / inch_ci-web

Web frontend for Inch CI
http://inch-ci.org/
MIT License
139 stars 20 forks source link

Return value not captured #122

Open lmrodriguezr opened 8 years ago

lmrodriguezr commented 8 years ago

Inch CI is amazing! This a small report. My parsed code looks like:

Returns the key symbol of the first registered result (sorted by the
execution order). This typically corresponds to the result used as the
initial input.

But Inch CI suggests me to Describe what "first_preprocessing" returns. How else should I describe the return value?

Thanks!


Re: [A] MiGA::Dataset#first_preprocessing in bio-miga/miga

rrrene commented 8 years ago

This sounds like a bug, but I'm on a trip and can not verify that.

You could try "Returns a String." As the last line to see if it's broken in general. Inch is sometimes confused by too many words when it comes to natural language descriptions.

Will habe a look as soon as I am back at the desk 👍🏻

lmrodriguezr commented 5 years ago

Just a quick note: this method has been since moved to MiGA::Dataset::Result#first_preprocessing, but the issue persists. Thanks!