Results 0 - 4 of 4.

370 VIEWS

The master enlistment for the C5 library is failing. It is hooked to a github repository, and is failing to download the source code. My guess is that this is due to a reset head on the public ... [More] master branch. Clearing the repository or forcing the head change should get things working again. Thanks! [Less]

674 VIEWS

Jason, one more thing that I've noted: In boo, // and # start a line comment (similar to C and Python). Also, /**/, as in C is a block comment. Doc strings (denoted by a """triple-quoted string""" ... [More] are multiline strings that are treated as documentation comments when following a definition (method, class, property, field, etc.), as in Python. Quite easily, comments in boo can be thought of as the union of Python and C commenting styles. It may take some work; I'm not sure how complex ohloh's parsing mechanisms are; but, this would lead to a more accurate reflection of the number of comment lines in the code base. Again, thank you for a great service. It keeps getting better! [Less]

674 VIEWS

Awesome, thanks for the quick reply, Jason. Great work!

674 VIEWS

In the Boo Programming Language project, the language is created using a combination of C# and Boo (itself) and targets the .NET CLR. Your metric analyzer appears to think that it contains Java ... [More] , which is very incorrect. if someone from ohloh could look at it and see why it thinks there is Java in the codebase (so much so that it believes Java makes up half the project) it would be very helpful. Otherwise, I love the product you are offering. [Less]