Re: project updates

2018-07-23 Thread Aleksander Alekseeev
Hello Charles, > Having tried David's method to install 10.4 and 11 on my mac and > turns out worked for me. The compiling issue posted by Aleksander is > because some json helpers changed function name and is not backward > compatible with 9.4 and 10. Using #if macro resolves the problem, > Here

Re: project updates

2018-07-21 Thread Charles Cui
Having tried David's method to install 10.4 and 11 on my mac and turns out worked for me. The compiling issue posted by Aleksander is because some json helpers changed function name and is not backward compatible with 9.4 and 10. Using #if macro resolves the problem, Here is the commit to solve thi

Re: project updates

2018-07-21 Thread Charles Cui
yes, using home brew, will try that. On Jul 21, 2018 12:33 PM, "David Fetter" wrote: On Sat, Jul 21, 2018 at 12:00:48PM -0700, Charles Cui wrote: > 2018-07-20 2:18 GMT-07:00 Aleksander Alekseeev : > > > Hello Charles, > > > > > Here is my current working status. > > > 1. Complete the thrift_

Re: project updates

2018-07-21 Thread David Fetter
On Sat, Jul 21, 2018 at 12:00:48PM -0700, Charles Cui wrote: > 2018-07-20 2:18 GMT-07:00 Aleksander Alekseeev : > > > Hello Charles, > > > > > Here is my current working status. > > > 1. Complete the thrift_binary_in and thrift_binary_out functions, so > > > that users can express their thrift

Re: project updates

2018-07-21 Thread Charles Cui
2018-07-20 2:18 GMT-07:00 Aleksander Alekseeev : > Hello Charles, > > > Here is my current working status. > > 1. Complete the thrift_binary_in and thrift_binary_out functions, so > > that users can express their thrift struct using json. These two > > functions support both simple data struct

Re: project updates

2018-07-20 Thread Aleksander Alekseeev
Hello Charles, > Here is my current working status. > 1. Complete the thrift_binary_in and thrift_binary_out functions, so > that users can express their thrift struct using json. These two > functions support both simple data struct and complex data structure > like struct and map. 2. added t

project updates

2018-07-18 Thread Charles Cui
Hi mentors and hackers, Here is my current working status. 1. Complete the thrift_binary_in and thrift_binary_out functions, so that users can express their thrift struct using json. These two functions support both simple data struct and complex data structure like struct and map. 2. added te