<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>IronScheme Work Item Rss Feed</title><link>http://www.codeplex.com/IronScheme/WorkItem/List.aspx</link><description>IronScheme Work Item Rss Description</description><item><title>Closed Feature: Do lambda lifting for procedures without environments [19817]</title><link>http://ironscheme.codeplex.com/workitem/19817</link><description>This seems to be a simple be effective optimization.&lt;br /&gt;&lt;br /&gt;&amp;#40;define &amp;#40;maybe-negate negp&amp;#41;&lt;br /&gt;    &amp;#40;if negp &lt;br /&gt;        &amp;#40;lambda &amp;#40;x&amp;#41; &amp;#40;- x&amp;#41;&amp;#41;&lt;br /&gt;        &amp;#40;lambda &amp;#40;x&amp;#41; x&amp;#41;&amp;#41;&amp;#41;&lt;br /&gt;&lt;br /&gt;&amp;#40;values&lt;br /&gt;  &amp;#40;eq&amp;#63; &amp;#40;maybe-negate &amp;#35;t&amp;#41; &amp;#40;maybe-negate &amp;#35;t&amp;#41;&amp;#41;&lt;br /&gt;  &amp;#40;eq&amp;#63; &amp;#40;maybe-negate &amp;#35;f&amp;#41; &amp;#40;maybe-negate &amp;#35;t&amp;#41;&amp;#41;&amp;#41;&lt;br /&gt;Comments: Implemented</description><author>leppie</author><pubDate>Mon, 17 Jun 2013 19:40:21 GMT</pubDate><guid isPermaLink="false">Closed Feature: Do lambda lifting for procedures without environments [19817] 20130617074021P</guid></item><item><title>Closed Task: Add IronScheme to Chocolatey [19777]</title><link>http://ironscheme.codeplex.com/workitem/19777</link><description>As we have Nuget, we might as well do Chocolatey  too &amp;#58;&amp;#41;&lt;br /&gt;&lt;br /&gt; https&amp;#58;&amp;#47;&amp;#47;chocolatey.org&lt;br /&gt;Comments: Now part of the deployment process.</description><author>leppie</author><pubDate>Wed, 05 Jun 2013 18:47:57 GMT</pubDate><guid isPermaLink="false">Closed Task: Add IronScheme to Chocolatey [19777] 20130605064757P</guid></item><item><title>Created Task: Add 'deeper' inspection for eqv? similar to object.Equals in .NET [19818]</title><link>http://ironscheme.codeplex.com/workitem/19818</link><description>This would apply to pairs, vectors, strings, records, hashtables and procedures.&lt;br /&gt;</description><author>leppie</author><pubDate>Wed, 05 Jun 2013 18:46:09 GMT</pubDate><guid isPermaLink="false">Created Task: Add 'deeper' inspection for eqv? similar to object.Equals in .NET [19818] 20130605064609P</guid></item><item><title>Created Feature: Do lambda lifting for procedures without environments [19817]</title><link>http://ironscheme.codeplex.com/workitem/19817</link><description>This seems to be a simple be effective optimization.&lt;br /&gt;&lt;br /&gt;&amp;#40;define &amp;#40;maybe-negate negp&amp;#41;&lt;br /&gt;    &amp;#40;if negp &lt;br /&gt;        &amp;#40;lambda &amp;#40;x&amp;#41; &amp;#40;- x&amp;#41;&amp;#41;&lt;br /&gt;        &amp;#40;lambda &amp;#40;x&amp;#41; x&amp;#41;&amp;#41;&amp;#41;&lt;br /&gt;&lt;br /&gt;&amp;#40;values&lt;br /&gt;  &amp;#40;eq&amp;#63; &amp;#40;maybe-negate &amp;#35;t&amp;#41; &amp;#40;maybe-negate &amp;#35;t&amp;#41;&amp;#41;&lt;br /&gt;  &amp;#40;eq&amp;#63; &amp;#40;maybe-negate &amp;#35;f&amp;#41; &amp;#40;maybe-negate &amp;#35;t&amp;#41;&amp;#41;&amp;#41;&lt;br /&gt;</description><author>leppie</author><pubDate>Wed, 05 Jun 2013 12:02:16 GMT</pubDate><guid isPermaLink="false">Created Feature: Do lambda lifting for procedures without environments [19817] 20130605120216P</guid></item><item><title>Created Task: Add IronScheme to Chocolatey [19777]</title><link>http://ironscheme.codeplex.com/workitem/19777</link><description>As we have Nuget, we might as well do Chocolatey  too &amp;#58;&amp;#41;&lt;br /&gt;&lt;br /&gt; https&amp;#58;&amp;#47;&amp;#47;chocolatey.org&lt;br /&gt;</description><author>leppie</author><pubDate>Tue, 28 May 2013 08:46:57 GMT</pubDate><guid isPermaLink="false">Created Task: Add IronScheme to Chocolatey [19777] 20130528084657A</guid></item><item><title>Closed Task: Revisit assembly loading [18434]</title><link>http://ironscheme.codeplex.com/workitem/18434</link><description>The current way works, but seems overly complex.&lt;br /&gt;&amp;#160;&lt;br /&gt;Try make it simpler with less failures.&lt;br /&gt;Comments: If this comes up again, I will reopen.</description><author>leppie</author><pubDate>Sat, 18 May 2013 18:41:06 GMT</pubDate><guid isPermaLink="false">Closed Task: Revisit assembly loading [18434] 20130518064106P</guid></item><item><title>Closed Issue: Mono: Error when running with debug-mode? on on Windows [14788]</title><link>http://ironscheme.codeplex.com/workitem/14788</link><description>System.ExecutionEngineException&amp;#58; The assembly for default symbol writer cannot be loaded&lt;br /&gt;  at System.Reflection.Emit.ModuleBuilder..ctor &amp;#40;System.Reflection.Emit.AssemblyBuilder assb, System.String name, System.String fullyqname, Boolean emitSymbolInfo, Boolean transient&amp;#41; &amp;#91;0x00000&amp;#93; in &amp;#60;filename unknown&amp;#62;&amp;#58;0&lt;br /&gt;  at System.Reflection.Emit.AssemblyBuilder.DefineDynamicModule &amp;#40;System.String name, System.String fileName, Boolean emitSymbolInfo, Boolean transient&amp;#41; &amp;#91;0x00000&amp;#93; in &amp;#60;filename unknown&amp;#62;&amp;#58;0&lt;br /&gt;  at System.Reflection.Emit.AssemblyBuilder.DefineDynamicModule &amp;#40;System.String name, Boolean emitSymbolInfo&amp;#41; &amp;#91;0x00000&amp;#93; in &amp;#60;filename unknown&amp;#62;&amp;#58;0&lt;br /&gt;  at Microsoft.Scripting.Generation.AssemblyGen..ctor &amp;#40;System.String moduleName, System.String outDir, System.String outFile, AssemblyGenAttributes generationAttributes, PortableExecutableKinds peKind, ImageFileMachine machine&amp;#41; &amp;#91;0x00000&amp;#93; in &amp;#60;filename unknown&amp;#62;&amp;#58;0&lt;br /&gt;  at Microsoft.Scripting.Generation.AssemblyGen..ctor &amp;#40;System.String moduleName, System.String outDir, System.String outFile, AssemblyGenAttributes generationAttributes&amp;#41; &amp;#91;0x00000&amp;#93; in &amp;#60;filename unknown&amp;#62;&amp;#58;0&lt;br /&gt;Comments: Not my issue.</description><author>leppie</author><pubDate>Sat, 18 May 2013 18:40:11 GMT</pubDate><guid isPermaLink="false">Closed Issue: Mono: Error when running with debug-mode? on on Windows [14788] 20130518064011P</guid></item><item><title>Closed Issue: Mono: Ctrl-C kills the REPL on Windows [14787]</title><link>http://ironscheme.codeplex.com/workitem/14787</link><description>Not sure why that happens. Works correctly on Linux.&lt;br /&gt;Comments: Use MS .NET</description><author>leppie</author><pubDate>Sat, 18 May 2013 18:39:11 GMT</pubDate><guid isPermaLink="false">Closed Issue: Mono: Ctrl-C kills the REPL on Windows [14787] 20130518063911P</guid></item><item><title>Closed Issue: Running IronScheme from VS2010 with VS Achievements installed fails [17398]</title><link>http://ironscheme.codeplex.com/workitem/17398</link><description>Seems like something silly.&lt;br /&gt;&amp;#160;&lt;br /&gt;Workaround is to disable VS Achievements.&lt;br /&gt;Comments: Not my problem</description><author>leppie</author><pubDate>Sat, 18 May 2013 18:38:24 GMT</pubDate><guid isPermaLink="false">Closed Issue: Running IronScheme from VS2010 with VS Achievements installed fails [17398] 20130518063824P</guid></item><item><title>Closed Feature: Make IronScheme work in Silverlight [9958]</title><link>http://ironscheme.codeplex.com/workitem/9958</link><description>It might be possible to run IronScheme in Silverlight, as I generate only 100&amp;#37; verifiable code. &lt;br /&gt;&amp;#160;&lt;br /&gt;Investigate.&lt;br /&gt;&amp;#160;&lt;br /&gt;Feedback welcome.&lt;br /&gt;Comments: This is never going to happen</description><author>leppie</author><pubDate>Sat, 18 May 2013 18:37:56 GMT</pubDate><guid isPermaLink="false">Closed Feature: Make IronScheme work in Silverlight [9958] 20130518063756P</guid></item><item><title>Closed Issue: Mono: Logo and interactive input marker '&gt;' shows when running code from stdin [14756]</title><link>http://ironscheme.codeplex.com/workitem/14756</link><description>c&amp;#58;&amp;#92;&amp;#62;echo &amp;#40;ironscheme-test&amp;#41; &amp;#124; mono IronScheme.Console.exe&lt;br /&gt;IronScheme 1.0 ironscheme.codeplex.com c leppie 2007,2008,2009,2010&lt;br /&gt;&amp;#62; 4 tests failed&amp;#58;&lt;br /&gt;....&lt;br /&gt;&amp;#62;&lt;br /&gt;c&amp;#58;&amp;#92;&amp;#62;&lt;br /&gt;Comments: Tough shit.</description><author>leppie</author><pubDate>Sat, 18 May 2013 18:37:02 GMT</pubDate><guid isPermaLink="false">Closed Issue: Mono: Logo and interactive input marker '&gt;' shows when running code from stdin [14756] 20130518063702P</guid></item><item><title>Closed Issue: Mono: Mono sometimes crashes when running (ironscheme-test) [14751]</title><link>http://ironscheme.codeplex.com/workitem/14751</link><description>See&amp;#58; https&amp;#58;&amp;#47;&amp;#47;bugzilla.novell.com&amp;#47;show_bug.cgi&amp;#63;id&amp;#61;655928&lt;br /&gt;Comments: Newer Mono fixes this.</description><author>leppie</author><pubDate>Sat, 18 May 2013 18:35:59 GMT</pubDate><guid isPermaLink="false">Closed Issue: Mono: Mono sometimes crashes when running (ironscheme-test) [14751] 20130518063559P</guid></item><item><title>Closed Issue: Constant fields not readable by clr-static-field-get [19723]</title><link>http://ironscheme.codeplex.com/workitem/19723</link><description>Perhaps create a new constant macro.&lt;br /&gt;Comments: Resolved with changeset 100516.</description><author>leppie</author><pubDate>Sat, 18 May 2013 18:32:16 GMT</pubDate><guid isPermaLink="false">Closed Issue: Constant fields not readable by clr-static-field-get [19723] 20130518063216P</guid></item><item><title>Closed Issue: Incorrect exact/inexact roundtrip [19724]</title><link>http://ironscheme.codeplex.com/workitem/19724</link><description>&amp;#62; &amp;#40;exact &amp;#40;inexact 1&amp;#47;20240225330731061835249534671891730704955664976414211835690135802743033956799534689196038370143712449518707786431681191138980873738579347686&lt;br /&gt;7013399940738509921517424276566361364466907742093216341239767678472745068562007483424692698618103355649159556340810056512358769552333414615230502532186327508646&lt;br /&gt;006263307707741093494784&amp;#41;&amp;#41;&lt;br /&gt;&lt;br /&gt;4503599627370497&amp;#47;40480450661462123670499069343783461409911329952828423671380271605486067913599069378392076740287424899037415572863362382277961747477158695373402&lt;br /&gt;6799881477019843034848553132722728933815484186432682479535356945490137124014966849385397236206711298319112681620113024717539104666829230461005064372655017292012&lt;br /&gt;526615415482186989568&lt;br /&gt;Comments: Resolved with changeset 100506.</description><author>leppie</author><pubDate>Fri, 17 May 2013 20:13:40 GMT</pubDate><guid isPermaLink="false">Closed Issue: Incorrect exact/inexact roundtrip [19724] 20130517081340P</guid></item><item><title>Closed Issue: incorrect printing of small floating point numbers [14206]</title><link>http://ironscheme.codeplex.com/workitem/14206</link><description>&amp;#62; &amp;#40;exp -725&amp;#41;&lt;br /&gt;&amp;#65533;.9977189178e-314 &amp;#59; incorrect leading digit...&lt;br /&gt;&amp;#62; &amp;#40;exp -726&amp;#41;&lt;br /&gt;Unhandled exception&amp;#58;&lt;br /&gt;&amp;#38;assertion&lt;br /&gt;&amp;#38;who&amp;#58; integer-&amp;#62;char&lt;br /&gt;&amp;#38;message&amp;#58; &amp;#34;not a valid unicode value&amp;#34;&lt;br /&gt;&amp;#38;irritants&amp;#58; &amp;#40;11125417&amp;#41;  &amp;#59; something gone ape shit...&lt;br /&gt;Comments: Resolved with changeset 100506.</description><author>leppie</author><pubDate>Fri, 17 May 2013 20:13:38 GMT</pubDate><guid isPermaLink="false">Closed Issue: incorrect printing of small floating point numbers [14206] 20130517081338P</guid></item><item><title>Created Unassigned: Incorrect exact/inexact roundtrip [19724]</title><link>http://ironscheme.codeplex.com/workitem/19724</link><description>&amp;#62; &amp;#40;exact &amp;#40;inexact 1&amp;#47;20240225330731061835249534671891730704955664976414211835690135802743033956799534689196038370143712449518707786431681191138980873738579347686&lt;br /&gt;7013399940738509921517424276566361364466907742093216341239767678472745068562007483424692698618103355649159556340810056512358769552333414615230502532186327508646&lt;br /&gt;006263307707741093494784&amp;#41;&amp;#41;&lt;br /&gt;&lt;br /&gt;4503599627370497&amp;#47;40480450661462123670499069343783461409911329952828423671380271605486067913599069378392076740287424899037415572863362382277961747477158695373402&lt;br /&gt;6799881477019843034848553132722728933815484186432682479535356945490137124014966849385397236206711298319112681620113024717539104666829230461005064372655017292012&lt;br /&gt;526615415482186989568&lt;br /&gt;</description><author>leppie</author><pubDate>Fri, 17 May 2013 07:22:03 GMT</pubDate><guid isPermaLink="false">Created Unassigned: Incorrect exact/inexact roundtrip [19724] 20130517072203A</guid></item><item><title>Created Issue: Constant fields not readable by clr-static-field-get [19723]</title><link>http://ironscheme.codeplex.com/workitem/19723</link><description>Perhaps create a new constant macro.&lt;br /&gt;</description><author>leppie</author><pubDate>Fri, 17 May 2013 07:15:17 GMT</pubDate><guid isPermaLink="false">Created Issue: Constant fields not readable by clr-static-field-get [19723] 20130517071517A</guid></item><item><title>Commented Issue: incorrect printing of small floating point numbers [14206]</title><link>http://ironscheme.codeplex.com/workitem/14206</link><description>&amp;#62; &amp;#40;exp -725&amp;#41;&lt;br /&gt;&amp;#65533;.9977189178e-314 &amp;#59; incorrect leading digit...&lt;br /&gt;&amp;#62; &amp;#40;exp -726&amp;#41;&lt;br /&gt;Unhandled exception&amp;#58;&lt;br /&gt;&amp;#38;assertion&lt;br /&gt;&amp;#38;who&amp;#58; integer-&amp;#62;char&lt;br /&gt;&amp;#38;message&amp;#58; &amp;#34;not a valid unicode value&amp;#34;&lt;br /&gt;&amp;#38;irritants&amp;#58; &amp;#40;11125417&amp;#41;  &amp;#59; something gone ape shit...&lt;br /&gt;Comments: ** Comment from web user: leppie ** &lt;p&gt;Printing of double.Epsilon also fails:&lt;/p&gt;&lt;p&gt;4.94065645841247E-324&lt;/p&gt;&lt;p&gt;&amp;amp;assertion&lt;br&gt;&amp;amp;who: fxmod&lt;br&gt;&amp;amp;message: &amp;quot;not a fixnum&amp;quot;&lt;br&gt;&amp;amp;irritants: (1112536929253601)&lt;br&gt;&amp;amp;stacktrace&lt;br&gt;  [1] &amp;quot;ironscheme.exceptions::raise(obj)&amp;quot;&lt;br&gt;  [2] &amp;quot;ironscheme.arithmetic.fixnums::fxmod(x1, x2)&amp;quot;&lt;br&gt;  [3] &amp;quot;ironscheme.numbers::get-chr(i)&amp;quot;&lt;br&gt;  [4] &amp;quot;ironscheme.numbers::flonum-&amp;gt;string(flo)&amp;quot;&lt;br&gt;  [5] &amp;quot;ironscheme.generic-writer::generic-write(obj, port, readable?)&amp;quot;&lt;/p&gt;</description><author>leppie</author><pubDate>Fri, 17 May 2013 07:10:58 GMT</pubDate><guid isPermaLink="false">Commented Issue: incorrect printing of small floating point numbers [14206] 20130517071058A</guid></item><item><title>Closed Feature: NuGet package [18862]</title><link>http://ironscheme.codeplex.com/workitem/18862</link><description>Hi,&lt;br /&gt;&lt;br /&gt;what about installation via nuget packages&amp;#63; Any plans&amp;#63;&lt;br /&gt;Maybe this way the registration within Visual Studio can be automated too.&lt;br /&gt;Comments: &lt;p&gt;I have implemented basic nuget functionality.&lt;/p&gt;&lt;p&gt;Package name is &amp;#39;IronScheme&amp;#39;.&lt;/p&gt;&lt;p&gt;Please let me know if you need the executables too.&lt;/p&gt;</description><author>leppie</author><pubDate>Wed, 21 Nov 2012 04:55:06 GMT</pubDate><guid isPermaLink="false">Closed Feature: NuGet package [18862] 20121121045506A</guid></item><item><title>Closed Issue: (bitwise-bit-set? 0 32) fails [18904]</title><link>http://ironscheme.codeplex.com/workitem/18904</link><description>As 0 is a fixnum, it routes to fxbit-set&amp;#63;, but fails due to 32, which is still valid for bitwise.&lt;br /&gt;Comments: Resolved with changeset 96034.</description><author>leppie</author><pubDate>Mon, 12 Nov 2012 14:57:30 GMT</pubDate><guid isPermaLink="false">Closed Issue: (bitwise-bit-set? 0 32) fails [18904] 20121112025730P</guid></item></channel></rss>