Dear Open Hub Users,
We’re excited to announce that we will be moving the Open Hub Forum to
https://community.blackduck.com/s/black-duck-open-hub.
Beginning immediately, users can head over,
register,
get technical help and discuss issue pertinent to the Open Hub. Registered users can also subscribe to Open Hub announcements here.
On May 1, 2020, we will be freezing https://www.openhub.net/forums and users will not be able to create new discussions. If you have any questions and concerns, please email us at
[email protected]
The Cappuccino project has been stuck since September
https://www.ohloh.net/projects/cappuccino
Also, most of the code is in .j files (Objective-J, similar to Objective-C + JavaScript) so the LOC measurements are very inaccurate. Would it be possible to count .j files LOC?
Thanks.
Hi tlrobinson,
Cappuccino updates got stuck on a problem with our Git importer. I've started a clean fetch, which should clear up the issue.
Our LOC computations are done with Ohcount. We don't yet have a parser for Objective-J, but the code is open and we welcome new patches. :-)
I've gone ahead and filed a ticket on this, as well as writing the patch so that ohcount can understand Objj. Hopefully we'll see this go live soon!
Awesome! Thanks Robin and Francisco.
It would be great if we could see Francisco's Ohcount patch integrated.
Hi Francisco,
I left a note over on the on the Ohcount ticket -- the patch looks good, but I can't accept it for Ohloh until it includes some unit tests.
Thanks,
Robin
I've deployed Francisco's patch and started a clean recount of Cappuccino.
Thanks for the patch, Francisco. If there's anything wrong with the final count, let me know.
Thanks,
Robin
Thanks Robin! The line counts are looking much better now. The only strange thing is that it labels the language as objective_j
instead of Objective-J
. In the patch I set up the nice_name
in /lib/ohcount/sloc_info.rb, did I need to do anything els for this to work correctly?
Thanks again!
Francisco
Hi Francisco,
You did everything right. It looks like we simply have a new bug that causes languages to not be assigned the correct name as they are added to our database. I've made the fix.
Thanks,
Robin
It looks like Cappuccino is stuck again. Hasn't registered any updates since January.
Hi boucher,
I've started a clean clone for this repository, which should clear up any issues. I'll keep an eye on it today.
Thanks,
Robin