Re: To fork Net-SNMP over the comments issue? (was: Re: Is it policy to strip comments from the source code that we commit?)

2010-05-24 Thread Dave Shield
On 24 May 2010 05:11, Omer Zak w...@zak.co.il wrote: 2. Is anyone else in favor of forking the Net-SNMP project over the comments issue? If you wish to fork off a separate project based on the current Net-SNMP code - you are, of course, perfectly free to do so. In many ways, I would welcome

Re: SF.net SVN: net-snmp:[18802] trunk/net-snmp/testing

2010-05-24 Thread Bart Van Assche
Hello Wes, make test without TAP::Harness is broken in several ways. The output I get is: fulltests/SNMPv3 get using MD5/noPriv of .1.3.6.1.2.1.1.3.0.t: No such file or directory at ./RUNFULLTESTS line 419. make[1]: *** [test] Error 2 make: *** [test] Error 2 While run_olducd was renamed to

Re: To fork Net-SNMP over the comments issue?

2010-05-24 Thread Max
We users could actually step up more and contribute more documentation; I have been on this long enough to see the help that dave, wes and other long time members give. I am amazed at how many people are apparently thrown into SNMP development full bore who have had no company training nor

Resolving the circular dependency between libnetsnmphelpers and libnetsnmpagent

2010-05-24 Thread Bart Van Assche
Hello, The patch below fixes the circular dependency between libnetsnmphelpers and libnetsnmpagent. It does this by removing the netsnmp_init_helpers() call from init_agent() and by adding an explicit call to netsnmp_init_helpers() after every call to init_agent(). This is a backwards

[no subject]

2010-05-24 Thread krishna nss
www.qqa4.MEDICINE-CO.com _ Climate, controversies and the changing signatures of nature http://green.in.msn.com/--

Re: Resolving the circular dependency between libnetsnmphelpers and libnetsnmpagent

2010-05-24 Thread Wes Hardaker
On Mon, 24 May 2010 14:08:02 +0200, Bart Van Assche bvanass...@acm.org said: BVA The patch below fixes the circular dependency between libnetsnmphelpers and BVA libnetsnmpagent. That one call is the only dependency? (which surprises me in itself). Sigh... If we go that route it certainly

Re: Resolving the circular dependency between libnetsnmphelpers and libnetsnmpagent

2010-05-24 Thread Bart Van Assche
On Mon, May 24, 2010 at 5:46 PM, Wes Hardaker harda...@users.sourceforge.net wrote: On Mon, 24 May 2010 14:08:02 +0200, Bart Van Assche bvanass...@acm.org said: BVA The patch below fixes the circular dependency between libnetsnmphelpers and BVA libnetsnmpagent. That one call is the

Re: Resolving the circular dependency between libnetsnmphelpers and libnetsnmpagent

2010-05-24 Thread Thomas Anders
Bart Van Assche wrote: The patch below fixes the circular dependency between libnetsnmphelpers and libnetsnmpagent. It does this by removing the netsnmp_init_helpers() call from init_agent() and by adding an explicit call to netsnmp_init_helpers() after every call to init_agent(). This is a

Re: Is it policy to strip comments from the source code that we commit?

2010-05-24 Thread Doug Manley
Thank you for your time in responding to my question; at our company, we believe in heavily documenting all code before it can be accepted (if that means that people need to work late to get it in, they do ^_^). One of the things that we've found is that what is easy and obvious today is crazy

Re: Is it policy to strip comments from the source code that we commit?

2010-05-24 Thread Wes Hardaker
On Mon, 24 May 2010 18:01:49 -0400, Doug Manley doug.man...@gmail.com said: DM Thank you for your time in responding to my question; at our company, DM we believe in heavily documenting all code before it can be accepted DM (if that means that people need to work late to get it in, they do DM

Re: Resolving the circular dependency between libnetsnmphelpers and libnetsnmpagent

2010-05-24 Thread Bart Van Assche
On Mon, May 24, 2010 at 11:47 PM, Thomas Anders thomas.and...@blue-cable.de wrote: Bart Van Assche wrote: The patch below fixes the circular dependency between libnetsnmphelpers and libnetsnmpagent. It does this by removing the netsnmp_init_helpers() call from init_agent() and by adding

Re: Resolving the circular dependency between libnetsnmphelpers and libnetsnmpagent

2010-05-24 Thread Bart Van Assche
On Mon, May 24, 2010 at 5:46 PM, Wes Hardaker harda...@users.sourceforge.net wrote: On Mon, 24 May 2010 14:08:02 +0200, Bart Van Assche bvanass...@acm.org said: BVA The patch below fixes the circular dependency between libnetsnmphelpers and BVA libnetsnmpagent. That one call is the