[jira] [Commented] (THRIFT-5772) Add UUID support for C++

2024-04-07 Thread Carel (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17834790#comment-17834790 ] Carel commented on THRIFT-5772: --- I made a new ticket and associated PR for the TUuid wrapp

[PR] THRIFT-5773: Strong UUID for C++ [thrift]

2024-04-07 Thread via GitHub
CJCombrink opened a new pull request, #2958: URL: https://github.com/apache/thrift/pull/2958 Adds a strong UUID wrapper for C++. The use of a `std::string` can be misleading and since C++ is a strong typed language, this makes the most sense. - [x] Did you create an

[jira] [Created] (THRIFT-5773) UUID wrapper for C++

2024-04-07 Thread Carel (Jira)
Carel created THRIFT-5773: - Summary: UUID wrapper for C++ Key: THRIFT-5773 URL: https://issues.apache.org/jira/browse/THRIFT-5773 Project: Thrift Issue Type: New Feature Reporter: Carel

Re: [PR] THRIFT-5757 Unit tests for php lib [thrift]

2024-04-07 Thread via GitHub
Jens-G closed pull request #2951: THRIFT-5757 Unit tests for php lib URL: https://github.com/apache/thrift/pull/2951 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscr

[jira] [Updated] (THRIFT-5772) Add UUID support for C++

2024-04-07 Thread Jens Geyer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-5772: --- Component/s: C++ - Compiler > Add UUID support for C++ > > >

[jira] [Resolved] (THRIFT-5772) Add UUID support for C++

2024-04-07 Thread Jens Geyer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer resolved THRIFT-5772. Fix Version/s: 0.21.0 Assignee: Carel Resolution: Fixed > Add UUID support for C++

Re: [PR] THRIFT-5772: UUID support for c++ [thrift]

2024-04-07 Thread via GitHub
Jens-G closed pull request #2952: THRIFT-5772: UUID support for c++ URL: https://github.com/apache/thrift/pull/2952 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscri

[jira] [Commented] (THRIFT-5772) Add UUID support for C++

2024-04-07 Thread Carel (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17834707#comment-17834707 ] Carel commented on THRIFT-5772: --- [~jensg] Thank you for the information and the links. I p