<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Iconara &#187; MXMLC WTF</title>
	<atom:link href="http://blog.iconara.net/category/actionscript/mxmlc-wtf/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.iconara.net</link>
	<description></description>
	<lastBuildDate>Tue, 19 Oct 2010 06:56:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>MXMLC WTF (8): Keys can be of any type as long as it&#8217;s String</title>
		<link>http://blog.iconara.net/2008/07/24/mxmlc-wtf-8-keys-can-be-of-any-type-as-long-as-its-string/</link>
		<comments>http://blog.iconara.net/2008/07/24/mxmlc-wtf-8-keys-can-be-of-any-type-as-long-as-its-string/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 06:39:31 +0000</pubDate>
		<dc:creator>Theo</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[MXMLC WTF]]></category>

		<guid isPermaLink="false">http://blog.iconara.net/?p=193</guid>
		<description><![CDATA[Have you ever tried looping over all the keys in a Dictionary? The whole point of the Dictionary class is that you can have objects of any type as keys, unfortunately someone forgot to tell the ActionScript compiler that: var dict : Dictionary = ...; for ( var k : MySpecialType in dict ) { [...]]]></description>
		<wfw:commentRss>http://blog.iconara.net/2008/07/24/mxmlc-wtf-8-keys-can-be-of-any-type-as-long-as-its-string/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>MXMLC WTF (7): Snooping with verbose stacktraces</title>
		<link>http://blog.iconara.net/2007/11/22/mxmlc-wtf-7-snooping-with-verbose-stacktraces/</link>
		<comments>http://blog.iconara.net/2007/11/22/mxmlc-wtf-7-snooping-with-verbose-stacktraces/#comments</comments>
		<pubDate>Thu, 22 Nov 2007 19:02:45 +0000</pubDate>
		<dc:creator>Theo</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[MXMLC WTF]]></category>

		<guid isPermaLink="false">http://blog.iconara.net/2007/11/22/mxmlc-wtf-7-snooping-with-verbose-stacktraces/</guid>
		<description><![CDATA[The -verbose-stacktraces flag to mxmlc is really useful, but it also has a fun, but disturbing, side effect: you can discover how the person who packaged a swc organized their project. If an error is thrown in a context where the call stack includes methods defined by classes inside a swc the getStackTrace method on [...]]]></description>
		<wfw:commentRss>http://blog.iconara.net/2007/11/22/mxmlc-wtf-7-snooping-with-verbose-stacktraces/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Architectural Atrocities, part 7 / MXMLC WTF (6): Some types are less equal than others</title>
		<link>http://blog.iconara.net/2007/03/16/architectural-atrocities-part-7-some-types-are-less-equal-than-others/</link>
		<comments>http://blog.iconara.net/2007/03/16/architectural-atrocities-part-7-some-types-are-less-equal-than-others/#comments</comments>
		<pubDate>Fri, 16 Mar 2007 17:35:33 +0000</pubDate>
		<dc:creator>Theo</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Architectural Atrocities]]></category>
		<category><![CDATA[Design patterns & theory]]></category>
		<category><![CDATA[MXMLC WTF]]></category>

		<guid isPermaLink="false">http://blog.iconara.net/2007/03/16/architectural-atrocities-part-7-some-types-are-less-equal-than-others/</guid>
		<description><![CDATA[An object of type Number, int, uint and Boolean cannot contain null. You may find it obvious, but I find it weird and disturbing. Disturbing enough to include it in my series on architectural atrocities in ActionScript. Edit: I can&#8217;t really decide if this is an Architectural Atrocity or an MXMLC WTF, so I have [...]]]></description>
		<wfw:commentRss>http://blog.iconara.net/2007/03/16/architectural-atrocities-part-7-some-types-are-less-equal-than-others/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>MXMLC WTF (5)</title>
		<link>http://blog.iconara.net/2007/03/11/mxmlc-wtf-5/</link>
		<comments>http://blog.iconara.net/2007/03/11/mxmlc-wtf-5/#comments</comments>
		<pubDate>Sun, 11 Mar 2007 22:10:44 +0000</pubDate>
		<dc:creator>Theo</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[MXMLC WTF]]></category>

		<guid isPermaLink="false">http://blog.iconara.net/2007/03/11/mxmlc-wtf-5/</guid>
		<description><![CDATA[Today I discovered yet another reason why properties aren&#8217;t such a good idea. When trying to declare the setter of a property internal and the getter public, mxmlc refuses to compile, complaining that there is an ambiguous reference. This is the actual output of mxmlc (paths shortened for brevity): [mxmlc] /.../ECSResponseParser.as(43): col: 10 Error: Ambiguous [...]]]></description>
		<wfw:commentRss>http://blog.iconara.net/2007/03/11/mxmlc-wtf-5/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>MXMLC WTF (4)</title>
		<link>http://blog.iconara.net/2007/02/10/mxmlc-wtf-4/</link>
		<comments>http://blog.iconara.net/2007/02/10/mxmlc-wtf-4/#comments</comments>
		<pubDate>Sat, 10 Feb 2007 20:25:01 +0000</pubDate>
		<dc:creator>Theo</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[MXMLC WTF]]></category>

		<guid isPermaLink="false">http://blog.iconara.net/2007/02/10/mxmlc-wtf-4/</guid>
		<description><![CDATA[It&#8217;s been reported elsewhere, and even on the MXMLC Ant task page over at Adobe Labs, but I think it&#8217;s worth repeating this major WTF: The MXMLC Ant task doesn&#8217;t fail on a build error. [mxmlc] Tests.mxml(30): Error: Syntax error: A string literal must be terminated before the line break. [mxmlc] this isn't even proper [...]]]></description>
		<wfw:commentRss>http://blog.iconara.net/2007/02/10/mxmlc-wtf-4/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MXMLC WTF (3)</title>
		<link>http://blog.iconara.net/2007/02/03/mxmlc-wtf-3/</link>
		<comments>http://blog.iconara.net/2007/02/03/mxmlc-wtf-3/#comments</comments>
		<pubDate>Sat, 03 Feb 2007 17:06:15 +0000</pubDate>
		<dc:creator>Theo</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[MXMLC WTF]]></category>

		<guid isPermaLink="false">http://blog.iconara.net/2007/02/03/mxmlc-wtf-3/</guid>
		<description><![CDATA[This isn&#8217;t strictly a MXMLC WTF, but rather an AS3 WTF, but I&#8217;ll stick it here anyway. Look at the following line: var list : Array = new Array(); This line contains at least three WTF&#8217;s. Read on&#8230; I have to include the type in the variable declaration even though the compiler simply can infer [...]]]></description>
		<wfw:commentRss>http://blog.iconara.net/2007/02/03/mxmlc-wtf-3/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>MXMLC WTF (2)</title>
		<link>http://blog.iconara.net/2007/01/13/mxmlc-wtf-2/</link>
		<comments>http://blog.iconara.net/2007/01/13/mxmlc-wtf-2/#comments</comments>
		<pubDate>Sat, 13 Jan 2007 20:37:53 +0000</pubDate>
		<dc:creator>Theo</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[MXMLC WTF]]></category>

		<guid isPermaLink="false">http://blog.iconara.net/2007/01/13/mxmlc-wtf-2/</guid>
		<description><![CDATA[Error: Method marked override must override another method. public override function toString( ) : String { WTF? How can mxmlc not know that Object defines toString? Hmmm, it seems like you don&#8217;t need &#8220;override&#8221; on methods inherited from Object&#8230; oh, how I love those exceptions to the rules. But whoa? This happens when I remove [...]]]></description>
		<wfw:commentRss>http://blog.iconara.net/2007/01/13/mxmlc-wtf-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MXMLC WTF (1)</title>
		<link>http://blog.iconara.net/2006/12/30/mxmlc-wtf/</link>
		<comments>http://blog.iconara.net/2006/12/30/mxmlc-wtf/#comments</comments>
		<pubDate>Fri, 29 Dec 2006 22:49:10 +0000</pubDate>
		<dc:creator>Theo</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[MXMLC WTF]]></category>

		<guid isPermaLink="false">http://blog.iconara.net/2006/12/30/mxmlc-wtf/</guid>
		<description><![CDATA[I started playing around with the Flex 2 command line compiler, and after an hour or so I finally get it: mxmlc can&#8217;t compile properly if the main class is in a package. WTF? The bug is also described here. In what world besides examples would you not want your main class to be in [...]]]></description>
		<wfw:commentRss>http://blog.iconara.net/2006/12/30/mxmlc-wtf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

