Forum Posts

Showing page 1 of 1
Post Title Author Date Views
Project updates

I think that downloading the whole history applies to things like counting commits and attributing them to developers. ohcount should always look at the latest snapshot, and probably is not incremental.

bonzini  about 5 years ago 871
Smalltalk language not recognized

The code in GNU Smalltalk is being recognized mistakenly as C/C++. To recognize it, look for a lot of keywords matching "[a-z][a-zA-Z0-9_]+:". The rules to parse it are extremely easy: the extension ... [More] is "*.st", the comments are delimited by double quotes, strings are delimited by single quotes and do not support escaping (i.e. '\' is a one-character string), and a $ eats the following character whatever it is (e.g. $\ is a two-character sequence, and $' does not require a matching single-quote). [Less]

bonzini  about 6 years ago 728
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.