[
https://issues.apache.org/jira/browse/THRIFT-4382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16474365#comment-16474365
]
ASF GitHub Bot commented on THRIFT-4382:
----------------------------------------
jeking3 commented on issue #1261: THRIFT-4382: Replace the use of Indirect
Object Syntax calls to new()
URL: https://github.com/apache/thrift/pull/1261#issuecomment-388860771
The feature test failed on perl tls/ssl which likely means some logic
changed or there is a syntax error. I am taking a look locally.
From https://api.travis-ci.org/v3/job/362963723/log.txt:
```
/usr/bin/python3 test/test.py --retry-count 5 --features .*
--skip-known-failures --server
cpp,c_glib,cl,d,java,csharp,py,py3,rb,hs,perl,php,go,nodejs,dart,erl,lua,rs,netcore
===============================================================================
*** Following 2 failures were unexpected ***:
If it is introduced by you, please fix it before submitting the code.
===============================================================================
server-client: protocol: transport: result:
perl-tls multi-binary buffered-ip-ssl
failure(64)
perl-tls binary buffered-ip-ssl
failure(64)
===============================================================================
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Replace the use of Perl Indirect Object Syntax calls to new()
> --------------------------------------------------------------
>
> Key: THRIFT-4382
> URL: https://issues.apache.org/jira/browse/THRIFT-4382
> Project: Thrift
> Issue Type: Improvement
> Components: Perl - Compiler
> Reporter: Dean Hamstead
> Priority: Minor
>
> Using Indirect Object Syntax to instantiate objects is not recommended as per
> https://perldoc.perl.org/perlobj.html#Invoking-Class-Methods
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)