All | 43 Folders | Accessibility | BoingBoing | Books | Computer Related | Family | Films | General | Hacking | Hobbies | Humor | Java | Links | Omni | OpenSolaris | Puzzles and Games

« Un-RIF'ed | Main | Mercurial Documentat... »
20080725 Friday July 25, 2008

Pylinting Again

Just like we did for Orca, I've been using pylint to find lint-like problems with the Python code for the GUI front-end to the OpenSolaris Image Packaging System (a.k.a. pkg).

See my post to the pkg-discuss mailing list on the current state of affairs with this.

As the official start date for my new job isn't until Monday, and I can't get into the Sun Menlo Park campus yet to use my spanking new OpenSolaris box, I've been building the pkg workspace on my Ubuntu Hardy system at home. Once I worked out all the dependencies to drag in all the C header files I needed, the rest of the build process was fairly straight forward. Some of the existing Makefile rules in the GUI Makefile are using Solaris make'isms, so they will have to be fixed up to work with something like GNU make. For now, I just hacked around it and got it all installed.

I find the current 8 space indentation jarring, and being an old fossil, I like my lines under 80 characters, but these are not the immediate things that will need changing. I hope they will get adjusted eventually though.

[]

[]

[]

( Jul 25 2008, 01:21:04 PM PDT ) [Listen] Permalink Comments [2]

Comments:

You and pylint.... ;-) Though I must say, Orca's a heck of a lot cleaner/less "linty" now, in large part thanks to you.

Have you tried enabling assistive technologies and giving the package manager a go yet? Your entry got me motivated to put OpenSolaris 2008.11 on my Gateway, but then....
http://defect.opensolaris.org/bz/show_bug.cgi?id=2681

Better to have found it sooner rather than later though.

Posted by joanie on July 25, 2008 at 11:10 PM PDT #

Well thanks for that. I bet I know who that bug
will get assigned to. :-)

Posted by Rich Burridge on July 26, 2008 at 07:20 AM PDT #

Post a Comment:

Comments are closed for this entry.