You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Kenjiro Fukumitsu (Created) (JIRA)" <ji...@apache.org> on 2011/12/02 16:55:39 UTC

[jira] [Created] (THRIFT-1446) Compile error with Delphi 2009 in constant initializer

Compile error with Delphi 2009 in constant initializer
------------------------------------------------------

                 Key: THRIFT-1446
                 URL: https://issues.apache.org/jira/browse/THRIFT-1446
             Project: Thrift
          Issue Type: Bug
          Components: Delphi - Compiler
    Affects Versions: 0.8
         Environment: Windows, Delphi 2009
            Reporter: Kenjiro Fukumitsu
             Fix For: 0.9


Generated code cannot be compiled with Delphi 2009 due to the bug in constant initializer.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (THRIFT-1446) Compile error with Delphi 2009 in constant initializer

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/THRIFT-1446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13163248#comment-13163248 ] 

Hudson commented on THRIFT-1446:
--------------------------------

Integrated in Thrift #347 (See [https://builds.apache.org/job/Thrift/347/])
    Thrift-1446:Compile error with Delphi 2009 in constant initializer
Client: delphi
Patch: Kenjiro Fukumitsu 

Generated code cannot be compiled with Delphi 2009 due to the bug in constant initializer.

                
> Compile error with Delphi 2009 in constant initializer
> ------------------------------------------------------
>
>                 Key: THRIFT-1446
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1446
>             Project: Thrift
>          Issue Type: Bug
>          Components: Delphi - Compiler
>    Affects Versions: 0.8
>         Environment: Windows, Delphi 2009
>            Reporter: Kenjiro Fukumitsu
>            Assignee: Kenjiro Fukumitsu
>              Labels: Delphi
>             Fix For: 0.9
>
>         Attachments: THRIFT-1446_constant_initializer_fix_D2009.zip
>
>
> Generated code cannot be compiled with Delphi 2009 due to the bug in constant initializer.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (THRIFT-1446) Compile error with Delphi 2009 in constant initializer

Posted by "Jake Farrell (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-1446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jake Farrell closed THRIFT-1446.
--------------------------------

    Resolution: Fixed
      Assignee: Kenjiro Fukumitsu

Committed, thanks for the patch
                
> Compile error with Delphi 2009 in constant initializer
> ------------------------------------------------------
>
>                 Key: THRIFT-1446
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1446
>             Project: Thrift
>          Issue Type: Bug
>          Components: Delphi - Compiler
>    Affects Versions: 0.8
>         Environment: Windows, Delphi 2009
>            Reporter: Kenjiro Fukumitsu
>            Assignee: Kenjiro Fukumitsu
>              Labels: Delphi
>             Fix For: 0.9
>
>         Attachments: THRIFT-1446_constant_initializer_fix_D2009.zip
>
>
> Generated code cannot be compiled with Delphi 2009 due to the bug in constant initializer.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (THRIFT-1446) Compile error with Delphi 2009 in constant initializer

Posted by "Jens Geyer (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/THRIFT-1446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13161776#comment-13161776 ] 

Jens Geyer commented on THRIFT-1446:
------------------------------------

+1

Tested:
- confirmed the bug => patch solves the bug
- all test cases are working

                
> Compile error with Delphi 2009 in constant initializer
> ------------------------------------------------------
>
>                 Key: THRIFT-1446
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1446
>             Project: Thrift
>          Issue Type: Bug
>          Components: Delphi - Compiler
>    Affects Versions: 0.8
>         Environment: Windows, Delphi 2009
>            Reporter: Kenjiro Fukumitsu
>              Labels: Delphi
>             Fix For: 0.9
>
>         Attachments: THRIFT-1446_constant_initializer_fix_D2009.zip
>
>
> Generated code cannot be compiled with Delphi 2009 due to the bug in constant initializer.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (THRIFT-1446) Compile error with Delphi 2009 in constant initializer

Posted by "Kenjiro Fukumitsu (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-1446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kenjiro Fukumitsu updated THRIFT-1446:
--------------------------------------

    Attachment: THRIFT-1446_constant_initializer_fix_D2009.zip

*Fixed the problem in TConstants initialization.
*Added import declaration of IsDebuggerPresent() which is not included in Delphi 2009 RTL.

                
> Compile error with Delphi 2009 in constant initializer
> ------------------------------------------------------
>
>                 Key: THRIFT-1446
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1446
>             Project: Thrift
>          Issue Type: Bug
>          Components: Delphi - Compiler
>    Affects Versions: 0.8
>         Environment: Windows, Delphi 2009
>            Reporter: Kenjiro Fukumitsu
>              Labels: Delphi
>             Fix For: 0.9
>
>         Attachments: THRIFT-1446_constant_initializer_fix_D2009.zip
>
>
> Generated code cannot be compiled with Delphi 2009 due to the bug in constant initializer.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (THRIFT-1446) Compile error with Delphi 2009 in constant initializer

Posted by "Jens Geyer (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-1446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jens Geyer updated THRIFT-1446:
-------------------------------

    Patch Info: Patch Available
    
> Compile error with Delphi 2009 in constant initializer
> ------------------------------------------------------
>
>                 Key: THRIFT-1446
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1446
>             Project: Thrift
>          Issue Type: Bug
>          Components: Delphi - Compiler
>    Affects Versions: 0.8
>         Environment: Windows, Delphi 2009
>            Reporter: Kenjiro Fukumitsu
>              Labels: Delphi
>             Fix For: 0.9
>
>         Attachments: THRIFT-1446_constant_initializer_fix_D2009.zip
>
>
> Generated code cannot be compiled with Delphi 2009 due to the bug in constant initializer.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira