Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

THRIFT-1681 #92

Closed
wants to merge 1 commit into from
Closed

THRIFT-1681 #92

wants to merge 1 commit into from

Conversation

djwatson
Copy link

@djwatson djwatson commented Apr 1, 2014

LUA thrift library merge from github.com/facebook/fbthrift

Makefile.am builds C components - lua files are just copied as scripts. Not sure if this is correct?

Test Plan:
client/server test in thrift/test/lua

Author: Andrew Birchall [email protected]

@jfarrell
Copy link
Contributor

jfarrell commented Apr 4, 2014

Hey @djwatson, thanks for another patch, really appreciate your contributions back to Apache Thrift. looking at it quickly config check are good, compiler looks good, files added to dist (thanks, this often gets missed) and lib with test cases look good, if you could address the following I think this can get merged in

  • Facebook license headers on some of the files, needs to be replaced with the Apache license version 2.0 headers
  • Not that big a deal, but Andrews is assigned one of the leftover TODO tags, just need to add the note on whats needed and remove his id from it

Thanks again
-Jake

Makefile.am builds C components - lua files are just copied as scripts.  Not sure if this is correct?

Test Plan:
client/server test in thrift/test/lua

Author: Andrew Birchall <[email protected]>
@djwatson
Copy link
Author

djwatson commented Apr 4, 2014

These should both be fixed - updated all the headers I found to apache (let me know if I missed any). Updated the TODO with description and remove name

@asfgit asfgit closed this in 6cf0ffc Apr 4, 2014
t_base_type::t_base tbase = ((t_base_type*)type)->get_base();
switch (tbase) {
case t_base_type::TYPE_STRING:
out << "'" << value->get_string() << "'";

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

escaping?

@bufferoverflow
Copy link
Contributor

@daurnimator could you provide a patch for this?
https://issues.apache.org/jira/browse/THRIFT-1681

thanks!
-roger

@daurnimator
Copy link

Sorry @bufferoverflow, I have no need for this library any more. Just took a quick look at the diff as it passed through my inbox.

allengeorge pushed a commit to allengeorge/thrift that referenced this pull request Jan 1, 2017
Jens-G pushed a commit to Jens-G/thrift that referenced this pull request Apr 14, 2019
Key space isolation extension to IDatabase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants