Interested in your Project

2016-03-02 Thread Nges B
Hello Everyone. I am Nges Brian a computer Engineering Student from the Faculty of Engineering and technology University of Buea. I came across this project while going over the GSOC Projects for 2016. I am a good C,C++ and Web programmer. I have done several projects with the above technology.

Re: trivial mbuf api thoughts: os_mbuf_free() and os_mbuf_free_chain()

2016-03-02 Thread Sterling Hughes
On 3/2/16 11:45 AM, will sanfilippo wrote: I was hoping that the other mbuf API exposed would be enough for users and they would never need to call os_mbuf_free. I also think that when you unlink something from a list, setting its next pointer to NULL is just good practice. I was just

Re: Analysis of our first release process

2016-03-02 Thread Justin Mclean
Hi, > What type of warnings do we want to provide in the Newt tool for non-ASF > compatible licenses. > > - Do we want to have a list of these 3rd party package repositories in the > official ASF documentation? General practice is to prompt the user when installing something that is not

Re: Interested inYour Gsoc Project Project

2016-03-02 Thread Sterling Hughes
Hi Nges, Thanks for your interest. Can you comment on the GSoC tickets within the ASF JIRA? I think it would be great if you came on and helped us with the regression testing: we're going to be doing a ton of work on that this summer, and would love the help. Cheers, Sterling On 3/2/16

Re: Analysis of our first release process

2016-03-02 Thread Sterling Hughes
On 3/1/16 4:02 PM, Justin Mclean wrote: Hi, Great summary! 0.8.0-b1 is exceptional in that it is our first release. In subsequent releases we will want to specify what has been added or fixed since the last release, as well as highlight known issues. JFYI this is usually done in a

installing the Newt

2016-03-02 Thread Nges B
After going through some of the documentary on how to get to get start, I discovered that I need to install newt. I ran the following commands successively $ sudo apt-get install git $ sudo apt-get install libcurl4-gnutls-dev $ sudo apt-get install golang in my home

Re: installing the Newt

2016-03-02 Thread Sterling Hughes
When pointed at the apache server, on the other hand, "go get" seems to require the ".git" suffix. An I mentioned earlier, this results in the creation of a directory that also has the ".git" suffix. The problem is: the behavior of "git clone" is in conflict with the behavior of "go get", at

Re: installing the Newt

2016-03-02 Thread Justin Mclean
Hi, > Nice! That seems to work. I guess I completely glossed over those > vanity URL emails. I will make the necessary changes to the develop > branch. Unfortunately, I'm afraid it is too late to fix 0.8.0-b1. Would be easy enough to release a 0.8.1 if people think the fix is important

Re: installing the Newt

2016-03-02 Thread Christopher Collins
I have committed the changes to the develop branch. Now all go imports use the vanity domain. Unfortunately, this is going cause a bit of pain for the current users because the newt sources are now in the wrong directory. To correct this problem, you will need to move the old newt path to the