[jira] [Commented] (THRIFT-5498) Fails to build with gcc 12

2022-09-21 Thread Anatol Pomozov (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17607892#comment-17607892 ] Anatol Pomozov commented on THRIFT-5498: Arch Linux ships GCC12 and I

[jira] [Updated] (THRIFT-4574) Add NanoPb-like support (C language without c_glib required)

2018-05-24 Thread Anatol Pomozov (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anatol Pomozov updated THRIFT-4574: --- Description: Thrift has a support for C language called c_glib. This generator creates a

[jira] [Created] (THRIFT-4574) Add NanoPb-like support

2018-05-24 Thread Anatol Pomozov (JIRA)
Anatol Pomozov created THRIFT-4574: -- Summary: Add NanoPb-like support Key: THRIFT-4574 URL: https://issues.apache.org/jira/browse/THRIFT-4574 Project: Thrift Issue Type: Bug

[jira] [Created] (THRIFT-4444) Make language bindings (ruby/python/rust) release part of project release process

2018-01-05 Thread Anatol Pomozov (JIRA)
Anatol Pomozov created THRIFT-: -- Summary: Make language bindings (ruby/python/rust) release part of project release process Key: THRIFT- URL: https://issues.apache.org/jira/browse/THRIFT-

[jira] [Commented] (THRIFT-2945) Implement support for Rust language

2017-01-25 Thread Anatol Pomozov (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15838921#comment-15838921 ] Anatol Pomozov commented on THRIFT-2945: Also, when are you going to relea

[jira] [Commented] (THRIFT-2945) Implement support for Rust language

2017-01-25 Thread Anatol Pomozov (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15838919#comment-15838919 ] Anatol Pomozov commented on THRIFT-2945: Yay! It is great! And thank you A

[GitHub] thrift issue #1147: THRIFT-2945 Add Rust support

2017-01-21 Thread anatol
Github user anatol commented on the issue: https://github.com/apache/thrift/pull/1147 FYI: run the code through `clippy` checker and [here is its output](http://pastebin.com/icvD3yNA) Some of the warnings (but not all) look interesting. --- If your project is set up for it, you

[GitHub] thrift pull request #1147: THRIFT-2945 Add Rust support

2017-01-21 Thread anatol
Github user anatol commented on a diff in the pull request: https://github.com/apache/thrift/pull/1147#discussion_r97211272 --- Diff: lib/rs/src/errors.rs --- @@ -0,0 +1,678 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license

[GitHub] thrift pull request #1147: THRIFT-2945 Add Rust support

2017-01-21 Thread anatol
Github user anatol commented on a diff in the pull request: https://github.com/apache/thrift/pull/1147#discussion_r97210978 --- Diff: lib/rs/src/errors.rs --- @@ -0,0 +1,678 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license

[GitHub] thrift pull request #1147: THRIFT-2945 Add Rust support

2017-01-21 Thread anatol
Github user anatol commented on a diff in the pull request: https://github.com/apache/thrift/pull/1147#discussion_r97210872 --- Diff: lib/rs/src/errors.rs --- @@ -0,0 +1,678 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license

[GitHub] thrift issue #1147: THRIFT-2945 Add Rust support

2017-01-14 Thread anatol
Github user anatol commented on the issue: https://github.com/apache/thrift/pull/1147 @allengeorge Hi Allen, I was intended to send only `.gitignore` comments related to `erl`. The other two comments were create a long time ago and for some reason github decided to publish it this

[GitHub] thrift issue #1147: THRIFT-2945 Add Rust support

2017-01-14 Thread anatol
Github user anatol commented on the issue: https://github.com/apache/thrift/pull/1147 This patch looks really good. Thank you @allengeorge for your work! Thrift team, is there anything left that prevents rust library from merging? Is there a such status as 'thrift li

[GitHub] thrift pull request #1147: THRIFT-2945 Add Rust support

2017-01-14 Thread anatol
Github user anatol commented on a diff in the pull request: https://github.com/apache/thrift/pull/1147#discussion_r96123141 --- Diff: .gitignore --- @@ -281,6 +293,7 @@ project.lock.json /test/log/ /test/test.log /test/erl/.generated +/test/erl/.rebar --- End

[GitHub] thrift pull request #1147: THRIFT-2945 Add Rust support

2017-01-14 Thread anatol
Github user anatol commented on a diff in the pull request: https://github.com/apache/thrift/pull/1147#discussion_r96123137 --- Diff: .gitignore --- @@ -206,6 +206,7 @@ project.lock.json /lib/delphi/test/typeregistry/*.local /lib/delphi/test/typeregistry/*.dcu /lib

[GitHub] thrift pull request #1147: THRIFT-2945 Add Rust support

2017-01-14 Thread anatol
Github user anatol commented on a diff in the pull request: https://github.com/apache/thrift/pull/1147#discussion_r94364636 --- Diff: lib/rs/Cargo.toml --- @@ -0,0 +1,17 @@ +[package] +name = "rift" --- End diff -- I still think that `thrift` would b

[GitHub] thrift pull request #1147: THRIFT-2945 Add Rust support

2017-01-14 Thread anatol
Github user anatol commented on a diff in the pull request: https://github.com/apache/thrift/pull/1147#discussion_r94457731 --- Diff: compiler/cpp/src/thrift/generate/t_rs_generator.cc --- @@ -2722,7 +2756,30 @@ string t_rs_generator::rust_namespace(t_service* tservice

[jira] [Comment Edited] (THRIFT-4029) Accelerated protocols do not build from thrift-py 0.10.0 on PyPI

2017-01-13 Thread Anatol Pomozov (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15822573#comment-15822573 ] Anatol Pomozov edited comment on THRIFT-4029 at 1/14/17 12:4

[jira] [Comment Edited] (THRIFT-4029) Accelerated protocols do not build from thrift-py 0.10.0 on PyPI

2017-01-13 Thread Anatol Pomozov (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15822573#comment-15822573 ] Anatol Pomozov edited comment on THRIFT-4029 at 1/14/17 12:4

[jira] [Commented] (THRIFT-4029) Accelerated protocols do not build from thrift-py 0.10.0 on PyPI

2017-01-13 Thread Anatol Pomozov (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15822573#comment-15822573 ] Anatol Pomozov commented on THRIFT-4029: I see the same issue at Arch L

[GitHub] thrift issue #1147: THRIFT-2945 Add Rust support

2017-01-07 Thread anatol
Github user anatol commented on the issue: https://github.com/apache/thrift/pull/1147 @allengeorge as of your question about `thrift` crate. Someone from Thrift team should own access to it and deploy a new library version every time Thrift makes a release. For example

[GitHub] thrift issue #1147: THRIFT-2945 Add Rust support

2017-01-06 Thread anatol
Github user anatol commented on the issue: https://github.com/apache/thrift/pull/1147 @allengeorge thanks for this great work!! A few comment I had earlier that looks unresolved - Name of the official crate should be `thrift`, not `rift`. - Fields with reserved names

[GitHub] thrift pull request #1147: THRIFT-2945 Add Rust support

2017-01-02 Thread anatol
Github user anatol commented on a diff in the pull request: https://github.com/apache/thrift/pull/1147#discussion_r94333540 --- Diff: test/ThriftTest.thrift --- @@ -67,7 +67,7 @@ typedef i64 UserId struct Bonk { 1: string message, - 2: i32 type + 2: i32

[GitHub] thrift issue #1147: THRIFT-2945 Add Rust support

2017-01-01 Thread anatol
Github user anatol commented on the issue: https://github.com/apache/thrift/pull/1147 * Non-Rust changes (like C# test fix) should be extracted into separate change. * Could you please run 'rustfmt' tool over rust sources to bring the sources to common codestyle? -

[jira] [Commented] (THRIFT-2945) Implement support for Rust language

2017-01-01 Thread Anatol Pomozov (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15791456#comment-15791456 ] Anatol Pomozov commented on THRIFT-2945: Hi Allen, thanks for this great

[jira] [Commented] (THRIFT-2945) Implement support for Rust language

2016-12-31 Thread Anatol Pomozov (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15789956#comment-15789956 ] Anatol Pomozov commented on THRIFT-2945: Allen, it sounds great! Where I

[GitHub] thrift issue #1137: Implement CONST support

2016-12-31 Thread anatol
Github user anatol commented on the issue: https://github.com/apache/thrift/pull/1137 I googled the state of rust/thrift and found that the original repo from https://github.com/maximg/thrift has been abandoned, the development later moved to https://github.com/terminalcloud/thrift

[GitHub] thrift issue #1137: Implement CONST support

2016-12-30 Thread anatol
Github user anatol commented on the issue: https://github.com/apache/thrift/pull/1137 Rust is getting popular in service-side development world. Having Thrift-Rsut integration is mutually beneficial for both projects. So I would like to this this PR resolved. Does anybody

[GitHub] thrift pull request: Do not drop CFLAGS from c_glib compilation

2014-11-24 Thread anatol
GitHub user anatol opened a pull request: https://github.com/apache/thrift/pull/284 Do not drop CFLAGS from c_glib compilation CFLAGS contains important flags. Dropping it introduces e.g. such issues: https://sourceware.org/bugzilla/show_bug.cgi?id=13979 Signed-off-by

[GitHub] thrift pull request: THRIFT-2849 Fix misspellings using 'codespell...

2014-11-24 Thread anatol
GitHub user anatol opened a pull request: https://github.com/apache/thrift/pull/281 THRIFT-2849 Fix misspellings using 'codespell' tool Signed-off-by: Anatol Pomozov You can merge this pull request into a Git repository by running: $ git pull https://github.com/ana

[jira] [Commented] (THRIFT-2849) Spell errors reported by codespell tool

2014-11-23 Thread Anatol Pomozov (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14222522#comment-14222522 ] Anatol Pomozov commented on THRIFT-2849: Here is the commit produce

[jira] [Commented] (THRIFT-2849) Spell errors reported by codespell tool

2014-11-23 Thread Anatol Pomozov (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14222507#comment-14222507 ] Anatol Pomozov commented on THRIFT-2849: Here is the tool itself h

[jira] [Commented] (THRIFT-2849) Spell errors reported by codespell tool

2014-11-23 Thread Anatol Pomozov (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14222504#comment-14222504 ] Anatol Pomozov commented on THRIFT-2849: Yes, this tool allows autocorrec

[jira] [Created] (THRIFT-2849) Spell errors reported by codespell tool

2014-11-23 Thread Anatol Pomozov (JIRA)
Anatol Pomozov created THRIFT-2849: -- Summary: Spell errors reported by codespell tool Key: THRIFT-2849 URL: https://issues.apache.org/jira/browse/THRIFT-2849 Project: Thrift Issue Type: Bug

[jira] [Created] (THRIFT-2835) Add possibility to distribute generators separately from thrift core, and load them dynamically

2014-11-17 Thread Anatol Pomozov (JIRA)
Anatol Pomozov created THRIFT-2835: -- Summary: Add possibility to distribute generators separately from thrift core, and load them dynamically Key: THRIFT-2835 URL: https://issues.apache.org/jira/browse/THRIFT

[jira] [Updated] (THRIFT-2795) thrift_binary_protocol.c: 'dereferencing type-punned pointer will break strict-aliasing rules'

2014-11-02 Thread Anatol Pomozov (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anatol Pomozov updated THRIFT-2795: --- Description: I am trying to compile the project on Linux Arch (gcc 4.9.1) and I see

[jira] [Created] (THRIFT-2795) thrift_binary_protocol.c: 'dereferencing type-punned pointer will break strict-aliasing rules'

2014-11-02 Thread Anatol Pomozov (JIRA)
Anatol Pomozov created THRIFT-2795: -- Summary: thrift_binary_protocol.c: 'dereferencing type-punned pointer will break strict-aliasing rules' Key: THRIFT-2795 URL: https://issues.apache.org/jira/bro

[jira] Commented: (THRIFT-797) Converting to cmake from autotools

2011-01-18 Thread Anatol Pomozov (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12983368#action_12983368 ] Anatol Pomozov commented on THRIFT-797: --- What are the benefits of CMake? If you

[jira] Created: (THRIFT-1027) 'make -j 16' fails with "unterminated #ifdef" error

2010-12-29 Thread Anatol Pomozov (JIRA)
Components: Build Process Environment: Ubuntu 10.04 Reporter: Anatol Pomozov If I run 'make' in 1 thread Thrift builds fine. But if I clean&run it with 16 threads the build process fails almost constantly with following error {noformat} g++ -DHAVE_CONFIG_H -I.

[jira] Updated: (THRIFT-1022) Typo cleanup patch

2010-12-15 Thread Anatol Pomozov (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anatol Pomozov updated THRIFT-1022: --- Attachment: typo.patch Fix for typos > Typo cleanup pa

[jira] Created: (THRIFT-1022) Typo cleanup patch

2010-12-15 Thread Anatol Pomozov (JIRA)
Typo cleanup patch -- Key: THRIFT-1022 URL: https://issues.apache.org/jira/browse/THRIFT-1022 Project: Thrift Issue Type: Improvement Reporter: Anatol Pomozov A patch that -cleanups several typos -removes

[jira] Created: (THRIFT-1017) Cleanup whitespaces in sourcefiles

2010-12-06 Thread Anatol Pomozov (JIRA)
Cleanup whitespaces in sourcefiles -- Key: THRIFT-1017 URL: https://issues.apache.org/jira/browse/THRIFT-1017 Project: Thrift Issue Type: Improvement Reporter: Anatol Pomozov A couple of simple

[jira] Created: (THRIFT-1010) Fix typo asigned -> assigned

2010-11-30 Thread Anatol Pomozov (JIRA)
Fix typo asigned -> assigned Key: THRIFT-1010 URL: https://issues.apache.org/jira/browse/THRIFT-1010 Project: Thrift Issue Type: Bug Reporter: Anatol Pomozov Attachments: fix_typo.d

[jira] Updated: (THRIFT-1010) Fix typo asigned -> assigned

2010-11-30 Thread Anatol Pomozov (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anatol Pomozov updated THRIFT-1010: --- Attachment: fix_typo.diff > Fix typo asigned -> as

[jira] Commented: (THRIFT-1002) CodeStyle: t_c_glib_generator.cc

2010-11-30 Thread Anatol Pomozov (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12965230#action_12965230 ] Anatol Pomozov commented on THRIFT-1002: While you we are cleaning c_glib lib

[jira] Commented: (THRIFT-1002) CodeStyle: t_c_glib_generator.cc

2010-11-29 Thread Anatol Pomozov (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12964958#action_12964958 ] Anatol Pomozov commented on THRIFT-1002: This branch contains c_glib fixe

[jira] Commented: (THRIFT-1003) Polishing c_glib code

2010-11-26 Thread Anatol Pomozov (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12935961#action_12935961 ] Anatol Pomozov commented on THRIFT-1003: Fixed version you can find here h

[jira] Commented: (THRIFT-1003) Polishing c_glib code

2010-11-22 Thread Anatol Pomozov (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12934572#action_12934572 ] Anatol Pomozov commented on THRIFT-1003: Also the patch fixes *.pc file (

[jira] Created: (THRIFT-1003) Polishing c_glib code

2010-11-22 Thread Anatol Pomozov (JIRA)
Polishing c_glib code - Key: THRIFT-1003 URL: https://issues.apache.org/jira/browse/THRIFT-1003 Project: Thrift Issue Type: Improvement Reporter: Anatol Pomozov attached patch contains following changes

[jira] Updated: (THRIFT-1003) Polishing c_glib code

2010-11-22 Thread Anatol Pomozov (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anatol Pomozov updated THRIFT-1003: --- Attachment: c_glib_fixes.diff > Polishing c_glib c