<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: IronScheme update</title>
	<atom:link href="http://xacc.wordpress.com/2009/04/03/ironscheme-update/feed/" rel="self" type="application/rss+xml" />
	<link>http://xacc.wordpress.com/2009/04/03/ironscheme-update/</link>
	<description>A small, super fast, opensource and 100% C# IDE targetting .NET-based languages</description>
	<lastBuildDate>Tue, 08 Dec 2009 04:06:34 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: G</title>
		<link>http://xacc.wordpress.com/2009/04/03/ironscheme-update/#comment-3543</link>
		<dc:creator>G</dc:creator>
		<pubDate>Fri, 24 Apr 2009 23:43:06 +0000</pubDate>
		<guid isPermaLink="false">http://xacc.wordpress.com/?p=220#comment-3543</guid>
		<description>I tried your new IDE installer, but it now *crashes* the IDE if I give it a valid path to the IronScheme directory.  If I remove the &#039;-emacs&#039; under the argument element in the config xml, the IDE no longer crashes, but iron scheme still does not work.

I tried running IronScheme.Console with the -emacs &#039;flag&#039; from the console.  I got the following error:

Unhandled exception during evaluation:
&amp;assertion
&amp;who:               &quot;open-input-file&quot;
&amp;message:           &quot;Could not find file &#039;c:\\Program Files\\IronScheme\\-emacs&#039;
.&quot;
&amp;i/o-file-does-not-exist: &quot;-emacs&quot;

I&#039;ll state the obvious here and say that it looks like it&#039;s interpreting that flag as a file.

Note: I uninstalled/reinstalled the latest ironscheme/xacc.ide when trying the above.

I also had a friend check this on windows server 2008 64bit.  He received the same error.

I had UAC disabled, he had UAC enabled.</description>
		<content:encoded><![CDATA[<p>I tried your new IDE installer, but it now *crashes* the IDE if I give it a valid path to the IronScheme directory.  If I remove the &#8216;-emacs&#8217; under the argument element in the config xml, the IDE no longer crashes, but iron scheme still does not work.</p>
<p>I tried running IronScheme.Console with the -emacs &#8216;flag&#8217; from the console.  I got the following error:</p>
<p>Unhandled exception during evaluation:<br />
&amp;assertion<br />
&amp;who:               &#8220;open-input-file&#8221;<br />
&amp;message:           &#8220;Could not find file &#8216;c:\\Program Files\\IronScheme\\-emacs&#8217;<br />
.&#8221;<br />
&amp;i/o-file-does-not-exist: &#8220;-emacs&#8221;</p>
<p>I&#8217;ll state the obvious here and say that it looks like it&#8217;s interpreting that flag as a file.</p>
<p>Note: I uninstalled/reinstalled the latest ironscheme/xacc.ide when trying the above.</p>
<p>I also had a friend check this on windows server 2008 64bit.  He received the same error.</p>
<p>I had UAC disabled, he had UAC enabled.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leppie</title>
		<link>http://xacc.wordpress.com/2009/04/03/ironscheme-update/#comment-3518</link>
		<dc:creator>leppie</dc:creator>
		<pubDate>Thu, 16 Apr 2009 18:24:13 +0000</pubDate>
		<guid isPermaLink="false">http://xacc.wordpress.com/?p=220#comment-3518</guid>
		<description>Ok, I tested my latest versions on a Vista64 VM. 

Some observations:
1. Turn UAC off (I will look into this sometime)
2. Modify xacc.ide.exe.config, to point to Program Files (x86) (not sure if this is needed)
3. change the argument in xacc.ide.exe.config to &#039;-emacs&#039;.

The good news is that it does work. The bad news is on my VM it takes a long time to start, more than a minute. This is related to IronScheme and not xacc.ide, and perhaps a VM only issue (due to lack of RAM). I also noticed that it eats up to 200MB of RAM during startup, then drops eventually to about 45MB.

I did not however experience any of the problems that was noted.  :&#124;

The other good news is that it passes all the same tests as the x86 version.  It can also rebuild itself  :)  Both of these didnt take too long. Not sure what the problem with the startup is. Guess I&#039;ll have to use a fresh drive and install directly on PC to test.

Over the weekend I&#039;ll upload a new installer for xacc.ide (not sure if older NSIS has an effect).  IronScheme 1.0 beta 3 will also follow soon  :)

</description>
		<content:encoded><![CDATA[<p>Ok, I tested my latest versions on a Vista64 VM. </p>
<p>Some observations:<br />
1. Turn UAC off (I will look into this sometime)<br />
2. Modify xacc.ide.exe.config, to point to Program Files (x86) (not sure if this is needed)<br />
3. change the argument in xacc.ide.exe.config to &#8216;-emacs&#8217;.</p>
<p>The good news is that it does work. The bad news is on my VM it takes a long time to start, more than a minute. This is related to IronScheme and not xacc.ide, and perhaps a VM only issue (due to lack of RAM). I also noticed that it eats up to 200MB of RAM during startup, then drops eventually to about 45MB.</p>
<p>I did not however experience any of the problems that was noted.  <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_neutral.gif' alt=':|' class='wp-smiley' /> </p>
<p>The other good news is that it passes all the same tests as the x86 version.  It can also rebuild itself  <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   Both of these didnt take too long. Not sure what the problem with the startup is. Guess I&#8217;ll have to use a fresh drive and install directly on PC to test.</p>
<p>Over the weekend I&#8217;ll upload a new installer for xacc.ide (not sure if older NSIS has an effect).  IronScheme 1.0 beta 3 will also follow soon  <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leppie</title>
		<link>http://xacc.wordpress.com/2009/04/03/ironscheme-update/#comment-3516</link>
		<dc:creator>leppie</dc:creator>
		<pubDate>Wed, 15 Apr 2009 08:40:41 +0000</pubDate>
		<guid isPermaLink="false">http://xacc.wordpress.com/?p=220#comment-3516</guid>
		<description>Thanks  :)

I will test on Vista 64 tonite, to see what is causing the aforementioned issue.

Also, I have some intentions to amalgamate IronScheme and xacc.ide, into a decent Scheme IDE.

Good luck with SICP. Just ask if you get stuck, and feel free to share your experiences  :)

Cheers

leppie</description>
		<content:encoded><![CDATA[<p>Thanks  <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I will test on Vista 64 tonite, to see what is causing the aforementioned issue.</p>
<p>Also, I have some intentions to amalgamate IronScheme and xacc.ide, into a decent Scheme IDE.</p>
<p>Good luck with SICP. Just ask if you get stuck, and feel free to share your experiences  <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers</p>
<p>leppie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G</title>
		<link>http://xacc.wordpress.com/2009/04/03/ironscheme-update/#comment-3515</link>
		<dc:creator>G</dc:creator>
		<pubDate>Tue, 14 Apr 2009 18:14:04 +0000</pubDate>
		<guid isPermaLink="false">http://xacc.wordpress.com/?p=220#comment-3515</guid>
		<description>By the way.  I just wanted to say that your IDE is very nice and I plan to use it for the less supported languages in .Net.

Also, your scheme implementation hits the sweet spot for me.  I will be going through the &#039;Structures and Interpretation of Computer Programs&#039; course with it.

Thanks for providing such useful software! :)</description>
		<content:encoded><![CDATA[<p>By the way.  I just wanted to say that your IDE is very nice and I plan to use it for the less supported languages in .Net.</p>
<p>Also, your scheme implementation hits the sweet spot for me.  I will be going through the &#8216;Structures and Interpretation of Computer Programs&#8217; course with it.</p>
<p>Thanks for providing such useful software! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leppie</title>
		<link>http://xacc.wordpress.com/2009/04/03/ironscheme-update/#comment-3498</link>
		<dc:creator>leppie</dc:creator>
		<pubDate>Fri, 10 Apr 2009 06:42:51 +0000</pubDate>
		<guid isPermaLink="false">http://xacc.wordpress.com/?p=220#comment-3498</guid>
		<description>I will investigate, thanks  :)</description>
		<content:encoded><![CDATA[<p>I will investigate, thanks  <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leppie</title>
		<link>http://xacc.wordpress.com/2009/04/03/ironscheme-update/#comment-3497</link>
		<dc:creator>leppie</dc:creator>
		<pubDate>Fri, 10 Apr 2009 06:42:32 +0000</pubDate>
		<guid isPermaLink="false">http://xacc.wordpress.com/?p=220#comment-3497</guid>
		<description>I have never had the opportunity to test either on Vista64 or any 64-bit OS for that matter.

Will try install my Vista64 on a VM to see if I can determine the issue.</description>
		<content:encoded><![CDATA[<p>I have never had the opportunity to test either on Vista64 or any 64-bit OS for that matter.</p>
<p>Will try install my Vista64 on a VM to see if I can determine the issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G</title>
		<link>http://xacc.wordpress.com/2009/04/03/ironscheme-update/#comment-3496</link>
		<dc:creator>G</dc:creator>
		<pubDate>Fri, 10 Apr 2009 02:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://xacc.wordpress.com/?p=220#comment-3496</guid>
		<description>btw, this is on Vista64.  I also noticed that 2.0.87 is the latest ide :&#124;</description>
		<content:encoded><![CDATA[<p>btw, this is on Vista64.  I also noticed that 2.0.87 is the latest ide <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_neutral.gif' alt=':|' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G</title>
		<link>http://xacc.wordpress.com/2009/04/03/ironscheme-update/#comment-3495</link>
		<dc:creator>G</dc:creator>
		<pubDate>Fri, 10 Apr 2009 02:37:06 +0000</pubDate>
		<guid isPermaLink="false">http://xacc.wordpress.com/?p=220#comment-3495</guid>
		<description>I download and rebuilt both your latest ironscheme source and the changeset you have listed above.  I still get the same error jeeve posted with build 0.2.0.87 of xacc.ide.  Do I also need to get the latest version of the ide from sourceforge?</description>
		<content:encoded><![CDATA[<p>I download and rebuilt both your latest ironscheme source and the changeset you have listed above.  I still get the same error jeeve posted with build 0.2.0.87 of xacc.ide.  Do I also need to get the latest version of the ide from sourceforge?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leppie</title>
		<link>http://xacc.wordpress.com/2009/04/03/ironscheme-update/#comment-3490</link>
		<dc:creator>leppie</dc:creator>
		<pubDate>Tue, 07 Apr 2009 23:40:22 +0000</pubDate>
		<guid isPermaLink="false">http://xacc.wordpress.com/?p=220#comment-3490</guid>
		<description>Hi

This issue has been fixed in changeset 25893 and will be in the new release.

For the source code, you can download it from here:

http://ironscheme.codeplex.com/SourceControl/ListDownloadableCommits.aspx</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>This issue has been fixed in changeset 25893 and will be in the new release.</p>
<p>For the source code, you can download it from here:</p>
<p><a href="http://ironscheme.codeplex.com/SourceControl/ListDownloadableCommits.aspx" rel="nofollow">http://ironscheme.codeplex.com/SourceControl/ListDownloadableCommits.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeeve</title>
		<link>http://xacc.wordpress.com/2009/04/03/ironscheme-update/#comment-3488</link>
		<dc:creator>jeeve</dc:creator>
		<pubDate>Tue, 07 Apr 2009 15:11:09 +0000</pubDate>
		<guid isPermaLink="false">http://xacc.wordpress.com/?p=220#comment-3488</guid>
		<description>hello,

when I select menu view - ironscheme shell, this message apperars :


Unhandled exception:
&amp;clr
&amp;who:                 __Error.WinIOError
&amp;clr-type:            System.IO.IOException
&amp;message:             Descripteur non valide
System.IO.IOException: Descripteur non valide

   Ã  System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   Ã  System.Console.GetBufferInfo(Boolean throwOnNoConsole, Boolean&amp; succeeded)
   Ã  Microsoft.Scripting.Shell.BasicConsole.WriteColor(TextWriter output, String str, ConsoleColor c)
   Ã  Microsoft.Scripting.Shell.BasicConsole.Write(String text, Style style)
   Ã  Microsoft.Scripting.Shell.CommandLine.PrintLogo()
   Ã  Microsoft.Scripting.Shell.CommandLine.RunInteractive()
   Ã  Microsoft.Scripting.Shell.CommandLine.Run()
   Ã  Microsoft.Scripting.Shell.CommandLine.Run(IScriptEngine engine, IConsole console, ConsoleOptions options)
   Ã  Microsoft.Scripting.Hosting.ConsoleHost.RunCommandLine(OptionsParser optionsParser)
   Ã  System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   Ã  System.Console.GetBufferInfo(Boolean throwOnNoConsole, Boolean&amp; succeeded)
   Ã  Microsoft.Scripting.Shell.BasicConsole.WriteColor(TextWriter output, String str, ConsoleColor c)
   Ã  Microsoft.Scripting.Shell.BasicConsole.Write(String text, Style style)
   Ã  Microsoft.Scripting.Shell.CommandLine.PrintLogo()
   Ã  Microsoft.Scripting.Shell.CommandLine.RunInteractive()
   Ã  Microsoft.Scripting.Shell.CommandLine.Run()
   Ã  Microsoft.Scripting.Shell.CommandLine.Run(IScriptEngine engine, IConsole console, ConsoleOptions options)
   Ã  Microsoft.Scripting.Hosting.ConsoleHost.RunCommandLine(OptionsParser optionsParser)
Press enter to exit.

Is this serious?

thanks for your help</description>
		<content:encoded><![CDATA[<p>hello,</p>
<p>when I select menu view &#8211; ironscheme shell, this message apperars :</p>
<p>Unhandled exception:<br />
&amp;clr<br />
&amp;who:                 __Error.WinIOError<br />
&amp;clr-type:            System.IO.IOException<br />
&amp;message:             Descripteur non valide<br />
System.IO.IOException: Descripteur non valide</p>
<p>   Ã  System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)<br />
   Ã  System.Console.GetBufferInfo(Boolean throwOnNoConsole, Boolean&amp; succeeded)<br />
   Ã  Microsoft.Scripting.Shell.BasicConsole.WriteColor(TextWriter output, String str, ConsoleColor c)<br />
   Ã  Microsoft.Scripting.Shell.BasicConsole.Write(String text, Style style)<br />
   Ã  Microsoft.Scripting.Shell.CommandLine.PrintLogo()<br />
   Ã  Microsoft.Scripting.Shell.CommandLine.RunInteractive()<br />
   Ã  Microsoft.Scripting.Shell.CommandLine.Run()<br />
   Ã  Microsoft.Scripting.Shell.CommandLine.Run(IScriptEngine engine, IConsole console, ConsoleOptions options)<br />
   Ã  Microsoft.Scripting.Hosting.ConsoleHost.RunCommandLine(OptionsParser optionsParser)<br />
   Ã  System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)<br />
   Ã  System.Console.GetBufferInfo(Boolean throwOnNoConsole, Boolean&amp; succeeded)<br />
   Ã  Microsoft.Scripting.Shell.BasicConsole.WriteColor(TextWriter output, String str, ConsoleColor c)<br />
   Ã  Microsoft.Scripting.Shell.BasicConsole.Write(String text, Style style)<br />
   Ã  Microsoft.Scripting.Shell.CommandLine.PrintLogo()<br />
   Ã  Microsoft.Scripting.Shell.CommandLine.RunInteractive()<br />
   Ã  Microsoft.Scripting.Shell.CommandLine.Run()<br />
   Ã  Microsoft.Scripting.Shell.CommandLine.Run(IScriptEngine engine, IConsole console, ConsoleOptions options)<br />
   Ã  Microsoft.Scripting.Hosting.ConsoleHost.RunCommandLine(OptionsParser optionsParser)<br />
Press enter to exit.</p>
<p>Is this serious?</p>
<p>thanks for your help</p>
]]></content:encoded>
	</item>
</channel>
</rss>
