Re: Node.js npm deployment of Apache Thrift

2014-03-15 Thread Randy Abernethy
Hey Henrique, I think having thrift and thrift-dev is a great idea! In that case I guess we should keep the copies of the thrift/test/keys that are in thrift/lib/nodejs/test and resolve all tls tests to the later (as it is now). -Randy On Sat, Mar 15, 2014 at 3:00 PM, Henrique Mendonça wrote:

Re: Node.js npm deployment of Apache Thrift

2014-03-15 Thread Henrique Mendonça
Hi Randy, I agree it doesn't make sense to deploy tests that don't work. Then, only the source will do it. What about another package thrift-dev for test+lib/nodejs+compiler? Although we can get everything directly from the source, NPM handles versioning quite nicely. On 15 March 2014 20:41, Ra

Node.js npm deployment of Apache Thrift

2014-03-15 Thread Randy Abernethy
Hello All, Presently NPM deploys the entire thrift/lib/nodejs directory. This includes thrift/lib/nodejs/test and thrift/lib/nodejs/example in particular. Though there are several examples of other projects distributing full project trees with a lib, my sense is that people use npm to deploy opera