[ImageJ-devel] Code snippet verification script

Curtis Rueden ctrueden at wisc.edu
Tue Oct 9 15:45:03 CDT 2012


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 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!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://imagej.net/pipermail/imagej-devel/attachments/20121009/78ec58b3/attachment-0001.html>


More information about the ImageJ-devel mailing list