[ImageJ-devel] Code snippet verification script

Tobias Pietzsch tobias.pietzsch at gmail.com
Wed Oct 10 03:34:03 CDT 2012


On 10/09/2012 10:45 PM, Curtis Rueden wrote:
> Hi all,
>
> I completed an initial version of a web code snippet verification
> script. It can be found in the SciJava common repository at:
> https://github.com/scijava/scijava-common/blob/master/bin/verify-code-snippets.pl
>
> The initial use case was to verify that code snippets from the ImgLib2
> examples page (http://fiji.sc/ImgLib2_Examples) stay in sync with code
> in the Git repository
> (https://github.com/imagej/imglib/tree/master/imglib2/examples/src/main/java).
>
> The script works by looking for a link to code on GitHub (of the form
> "https://github.com/.../blob/...") preceding each code snippet.
>
> It is working well for the ImgLib2 Examples, so I have set up a Jenkins
> job to run it daily:
> http://jenkins.imagej.net/job/ImageJ-ImgLib-code-snippets/
>
> Later, I will update the various code snippets on developer.imagej.net
> <http://developer.imagej.net> as well and add them to the Jenkins job.
>
> Regards,
> Curtis
>
> P.S. to Tobias: The script caught your recent changes to Examples 4 & 6.
> I updated the wiki page to match!
>

Cool idea.
Thanks a lot Curtis for fixing the Examples! I hadn't thought about 
updating the wiki...

I'll update the http://fiji.sc/wiki/index.php/ImgLib2_Documentation
pages with github links as well.

best regards,
Tobias





More information about the ImageJ-devel mailing list