You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Josh Tynjala (JIRA)" <ji...@apache.org> on 2016/11/22 21:22:58 UTC

[jira] [Updated] (FLEX-35183) Unclosed comment in MXML leads to infinite loop in compiler

     [ https://issues.apache.org/jira/browse/FLEX-35183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Josh Tynjala updated FLEX-35183:
--------------------------------
    Description: 
Try to compile the following MXML application:

<?xml version="1.0" encoding="utf-8"?>
<js:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
    xmlns:js="library://ns.apache.org/flexjs/basic">
	<!--
</js:Application>

The compiler will get stuck in an infinite loop.

If you close the comment with -->, the application will compile successfully.

  was:
Try to compile the following MXML application:

<?xml version="1.0" encoding="utf-8"?>
<js:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
    xmlns:js="library://ns.apache.org/flexjs/basic">
	<!--
</js:Application>

The compiler will get stuck in an infinite loop.

If you close the comment, the application will compile successfully.


> Unclosed comment in MXML leads to infinite loop in compiler
> -----------------------------------------------------------
>
>                 Key: FLEX-35183
>                 URL: https://issues.apache.org/jira/browse/FLEX-35183
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Falcon
>    Affects Versions: Apache FlexJS 0.8.0
>            Reporter: Josh Tynjala
>
> Try to compile the following MXML application:
> <?xml version="1.0" encoding="utf-8"?>
> <js:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
>     xmlns:js="library://ns.apache.org/flexjs/basic">
> 	<!--
> </js:Application>
> The compiler will get stuck in an infinite loop.
> If you close the comment with -->, the application will compile successfully.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)