[jira] [Updated] (THRIFT-5416) Allow UDP Socket Client In Perl

2021-05-16 Thread Brian Forbis (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Forbis updated THRIFT-5416: - Description: The current Socket.pm module only allows for creating a TCP socket client. Some

[jira] [Created] (THRIFT-5416) Allow UDP Socket Client In Perl

2021-05-16 Thread Brian Forbis (Jira)
Brian Forbis created THRIFT-5416: Summary: Allow UDP Socket Client In Perl Key: THRIFT-5416 URL: https://issues.apache.org/jira/browse/THRIFT-5416 Project: Thrift Issue Type: Improvement

[jira] [Created] (THRIFT-4806) Convert NodeJS Library to typescript

2019-02-16 Thread Brian Forbis (JIRA)
Brian Forbis created THRIFT-4806: Summary: Convert NodeJS Library to typescript Key: THRIFT-4806 URL: https://issues.apache.org/jira/browse/THRIFT-4806 Project: Thrift Issue Type:

[jira] [Commented] (THRIFT-4803) Fix 64-bit nodejs math by switching from node-int64 to long or bignum

2019-02-15 Thread Brian Forbis (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16769752#comment-16769752 ] Brian Forbis commented on THRIFT-4803: -- Would be great if this could eventually use BigInt, which

[jira] [Commented] (THRIFT-4799) Extra package.json files

2019-02-13 Thread Brian Forbis (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16767440#comment-16767440 ] Brian Forbis commented on THRIFT-4799: -- Those packages could be updated with a scope:

[jira] [Commented] (THRIFT-4510) Regression in 0.11: Arrays with default values in python

2019-01-04 Thread Brian Forbis (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16734123#comment-16734123 ] Brian Forbis commented on THRIFT-4510: -- [~jking3] Yes, this is a duplicate of THRIFT-4623  

[jira] [Commented] (THRIFT-4663) Request payload is two endpoints concatenated together

2018-11-08 Thread Brian Forbis (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16680018#comment-16680018 ] Brian Forbis commented on THRIFT-4663: -- Yes, the javascript and nodejs static libraries are

[jira] [Commented] (THRIFT-4663) Request payload is two endpoints concatenated together

2018-11-07 Thread Brian Forbis (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16678917#comment-16678917 ] Brian Forbis commented on THRIFT-4663: -- Seems to be related to THRIFT-4564 maybe? > Request

[jira] [Created] (THRIFT-4653) ES6 Classes

2018-10-17 Thread Brian Forbis (JIRA)
Brian Forbis created THRIFT-4653: Summary: ES6 Classes Key: THRIFT-4653 URL: https://issues.apache.org/jira/browse/THRIFT-4653 Project: Thrift Issue Type: Improvement Components:

[jira] [Commented] (THRIFT-4643) Update links to repository on project website

2018-09-28 Thread Brian Forbis (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16632678#comment-16632678 ] Brian Forbis commented on THRIFT-4643: -- This is still broken in the tutorials section > Update

[jira] [Updated] (THRIFT-4625) let / const variable decorators for es6 compiler

2018-08-25 Thread Brian Forbis (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Forbis updated THRIFT-4625: - Description: With support for the ES6 compiler, variables should be scoped using the ES6 *let* 

[jira] [Updated] (THRIFT-4625) let / const variable decorators for es6 compiler

2018-08-25 Thread Brian Forbis (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Forbis updated THRIFT-4625: - Description: With support for the ES6 compiler, variables should be scoped using the ES6 *let* 

[jira] [Created] (THRIFT-4625) let / const variable decorators for es6 compiler

2018-08-25 Thread Brian Forbis (JIRA)
Brian Forbis created THRIFT-4625: Summary: let / const variable decorators for es6 compiler Key: THRIFT-4625 URL: https://issues.apache.org/jira/browse/THRIFT-4625 Project: Thrift Issue

[jira] [Commented] (THRIFT-4623) Python compiler generates inoperable definitions for default-valued classes in same thrift file

2018-08-25 Thread Brian Forbis (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16592694#comment-16592694 ] Brian Forbis commented on THRIFT-4623: -- Maybe the original author [~econner724] could take a look

[jira] [Commented] (THRIFT-4623) Python compiler generates inoperable definitions for default-valued classes in same thrift file

2018-08-25 Thread Brian Forbis (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16592693#comment-16592693 ] Brian Forbis commented on THRIFT-4623: -- I've also noticed this, as reported in THRIFT-4510. That

[jira] [Commented] (THRIFT-4611) NodeJS thrift enums not mappable back to their string values

2018-08-08 Thread Brian Forbis (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16573581#comment-16573581 ] Brian Forbis commented on THRIFT-4611: -- Hmm, maybe I'm wrong but I thought the JSON protocol was

[jira] [Commented] (THRIFT-4510) Regression in 0.11: Arrays with default values in python

2018-08-08 Thread Brian Forbis (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16573435#comment-16573435 ] Brian Forbis commented on THRIFT-4510: -- Here's a sample IDL that will cause this issue:  

[jira] [Commented] (THRIFT-4510) Regression in 0.11: Arrays with default values in python

2018-08-07 Thread Brian Forbis (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16572213#comment-16572213 ] Brian Forbis commented on THRIFT-4510: -- FYI, I just ran into this issue as well while trying to

[jira] [Commented] (THRIFT-4611) NodeJS thrift enums not mappable back to their string values

2018-08-07 Thread Brian Forbis (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16571702#comment-16571702 ] Brian Forbis commented on THRIFT-4611: -- Just to be clear, is the goal for this to just enhance the

[jira] [Comment Edited] (THRIFT-4611) NodeJS thrift enums not mappable back to their string values

2018-08-06 Thread Brian Forbis (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16570241#comment-16570241 ] Brian Forbis edited comment on THRIFT-4611 at 8/6/18 2:15 PM: -- I don't

[jira] [Commented] (THRIFT-4611) NodeJS thrift enums not mappable back to their string values

2018-08-06 Thread Brian Forbis (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16570241#comment-16570241 ] Brian Forbis commented on THRIFT-4611: -- I don't believe there is a built in way to do this with

[jira] [Comment Edited] (THRIFT-4611) NodeJS thrift enums not mappable back to their string values

2018-08-06 Thread Brian Forbis (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16570241#comment-16570241 ] Brian Forbis edited comment on THRIFT-4611 at 8/6/18 2:07 PM: -- I don't

[jira] [Comment Edited] (THRIFT-4601) Thrift compiled java: Code too large for try statement

2018-07-22 Thread Brian Forbis (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16552050#comment-16552050 ] Brian Forbis edited comment on THRIFT-4601 at 7/22/18 3:43 PM: --- For the

[jira] [Commented] (THRIFT-4601) Thrift compiled java: Code too large for try statement

2018-07-22 Thread Brian Forbis (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16552050#comment-16552050 ] Brian Forbis commented on THRIFT-4601: -- For the record, I ran into this issue with a thrift IDL

[jira] [Created] (THRIFT-4601) Thrift compiled java: Code too large for try statement

2018-07-22 Thread Brian Forbis (JIRA)
Brian Forbis created THRIFT-4601: Summary: Thrift compiled java: Code too large for try statement Key: THRIFT-4601 URL: https://issues.apache.org/jira/browse/THRIFT-4601 Project: Thrift

[jira] [Commented] (THRIFT-4520) Modernize JS/node

2018-06-27 Thread Brian Forbis (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16525174#comment-16525174 ] Brian Forbis commented on THRIFT-4520: -- +1. Furthermore, rather than forever supporting  multiple

[jira] [Commented] (THRIFT-4225) Error handling malformed arguments leaks memory, corrupts transport buffers causing next RPC to fail

2018-06-21 Thread Brian Forbis (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16519946#comment-16519946 ] Brian Forbis commented on THRIFT-4225: -- THRIFT-4564 fixes the issue with the corrupted output

[jira] [Commented] (THRIFT-4225) Error handling malformed arguments leaks memory, corrupts transport buffers causing next RPC to fail

2018-06-21 Thread Brian Forbis (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16519939#comment-16519939 ] Brian Forbis commented on THRIFT-4225: -- I believe this has been fixed by THRIFT-4564 > Error

[jira] [Commented] (THRIFT-4564) TBufferedTransport can leave corrupt data in the buffer

2018-06-21 Thread Brian Forbis (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16519933#comment-16519933 ] Brian Forbis commented on THRIFT-4564: -- Linked to another pre-existing issue THRIFT-616 for the

[jira] [Commented] (THRIFT-3547) NodeJS generated require() paths should mirror include paths

2018-06-21 Thread Brian Forbis (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16519606#comment-16519606 ] Brian Forbis commented on THRIFT-3547: -- I have attempted to hack around this issue by creating

[jira] [Commented] (THRIFT-3547) NodeJS generated require() paths should mirror include paths

2018-05-29 Thread Brian Forbis (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16493572#comment-16493572 ] Brian Forbis commented on THRIFT-3547: -- Is there any update on this? It seems that namespaces are

[jira] [Updated] (THRIFT-4564) TBufferedTransport can leave corrupt data in the buffer

2018-05-04 Thread Brian Forbis (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Forbis updated THRIFT-4564: - Component/s: Node.js - Compiler > TBufferedTransport can leave corrupt data in the buffer >

[jira] [Commented] (THRIFT-4564) TBufferedTransport can leave corrupt data in the buffer

2018-05-04 Thread Brian Forbis (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16464117#comment-16464117 ] Brian Forbis commented on THRIFT-4564: -- This may affect other languages as well, and I also don't

[jira] [Created] (THRIFT-4564) TBufferedTransport can leave corrupt data in the buffer

2018-05-04 Thread Brian Forbis (JIRA)
Brian Forbis created THRIFT-4564: Summary: TBufferedTransport can leave corrupt data in the buffer Key: THRIFT-4564 URL: https://issues.apache.org/jira/browse/THRIFT-4564 Project: Thrift

[jira] [Updated] (THRIFT-4480) NodeJS warning on binary_protocol writeMessageEnd when seqid = 0

2018-01-30 Thread Brian Forbis (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Forbis updated THRIFT-4480: - Priority: Minor (was: Trivial) > NodeJS warning on binary_protocol writeMessageEnd when seqid =

[jira] [Created] (THRIFT-4480) NodeJS warning on binary_protocol writeMessageEnd when seqid = 0

2018-01-30 Thread Brian Forbis (JIRA)
Brian Forbis created THRIFT-4480: Summary: NodeJS warning on binary_protocol writeMessageEnd when seqid = 0 Key: THRIFT-4480 URL: https://issues.apache.org/jira/browse/THRIFT-4480 Project: Thrift

[jira] [Updated] (THRIFT-4355) Javascript indentation incorrect when defaulting field attribute to a struct

2017-10-04 Thread Brian Forbis (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Forbis updated THRIFT-4355: - Summary: Javascript indentation incorrect when defaulting field attribute to a struct (was:

[jira] [Created] (THRIFT-4355) Javscript indentation incorrect when defaulting field attribute to a struct

2017-10-04 Thread Brian Forbis (JIRA)
Brian Forbis created THRIFT-4355: Summary: Javscript indentation incorrect when defaulting field attribute to a struct Key: THRIFT-4355 URL: https://issues.apache.org/jira/browse/THRIFT-4355 Project:

[jira] [Updated] (THRIFT-4334) Perl indentation incorrect when defaulting field attribute to a struct

2017-09-24 Thread Brian Forbis (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Forbis updated THRIFT-4334: - Description: Improper indentation is used when defaulting an attribute in a struct to another

[jira] [Updated] (THRIFT-4334) Perl indentation incorrect when defaulting field attribute to a struct

2017-09-18 Thread Brian Forbis (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Forbis updated THRIFT-4334: - Description: Improper indentation is used when defaulting an attribute in a struct to another

[jira] [Updated] (THRIFT-4334) Perl indentation incorrect when defaulting field attribute to a struct

2017-09-18 Thread Brian Forbis (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Forbis updated THRIFT-4334: - Description: Improper indentation is used when defaulting an attribute in a struct to another

[jira] [Created] (THRIFT-4334) Perl indentation incorrect when defaulting field attribute to a struct

2017-09-18 Thread Brian Forbis (JIRA)
Brian Forbis created THRIFT-4334: Summary: Perl indentation incorrect when defaulting field attribute to a struct Key: THRIFT-4334 URL: https://issues.apache.org/jira/browse/THRIFT-4334 Project: