Re: [SrcML] a little bug
Status: Beta
Brought to you by:
crashchaos
From: Frank R. <fra...@un...> - 2005-09-04 13:28:22
|
On Fri, Sep 02, 2005 at 04:29:32PM +0200, Icaro wrote: > Hi > first of all I want to tell you that I find SrcMl very interesting and I > hope that its development actively will continue in the future As it looks like right now we still have at least 3 active developers. Though they are not as active as they would be in a perfect world I think it should be enough to get some more interesting things done :) > Now, I wanted to signal you a small problem in the script parse.py > > in the line 51 should be changed by > > plugin = PluginManager.loadPlugin(pname, > PluginManager.TYPE_PARSER, None) > to > > plugin = PluginManager.loadPlugin(pname, None, > PluginManager.TYPE_PARSER) That's right. There used to be an inconsistency when we switched to the new plugin manager. However I don't know which version of SrcML you are using, as according to the CVS logs this bug has been dealt with back in June. Please get the latest CVS version of the bin module for a more up to date version. PS: Starting with srcml-0.2.1 all platforms are accessible through Java directly and the bin module is therefore considered deprecated. See the Introduction page on the Wiki on srcml.de for a few examples. Quick start: "java de.srcml.parser.Parser" should work similar to calling "jython parse.py" (takes similar parameters, etc) -- Raiser, Frank Student @ University of Ulm (www.uni-ulm.de) "There are 10 types of people in this world; those who understand binary and those who don't." |