[Monodevelop-patches-list] r2490 - in trunk/MonoDevelop/Extras/BooBinding: . BooShellServer

Peter Johanson <latexer@gentoo.org> pjohanson at mono-cvs.ximian.com
Wed Apr 27 22:54:48 EDT 2005


Author: pjohanson
Date: 2005-04-27 22:54:48 -0400 (Wed, 27 Apr 2005)
New Revision: 2490

Modified:
   trunk/MonoDevelop/Extras/BooBinding/BooShellServer/BooShellServer.boo
   trunk/MonoDevelop/Extras/BooBinding/ChangeLog
Log:
Small fix to make sure the shell server doesn't disappear


Modified: trunk/MonoDevelop/Extras/BooBinding/BooShellServer/BooShellServer.boo
===================================================================
--- trunk/MonoDevelop/Extras/BooBinding/BooShellServer/BooShellServer.boo	2005-04-28 02:38:46 UTC (rev 2489)
+++ trunk/MonoDevelop/Extras/BooBinding/BooShellServer/BooShellServer.boo	2005-04-28 02:54:48 UTC (rev 2490)
@@ -44,4 +44,5 @@
 RemotingConfiguration.RegisterWellKnownServiceType(
                 typeof(BooShell), "BooShell", WellKnownObjectMode.Singleton);
 	
-Console.ReadLine()
+while true:
+	System.Threading.Thread.Sleep (10)

Modified: trunk/MonoDevelop/Extras/BooBinding/ChangeLog
===================================================================
--- trunk/MonoDevelop/Extras/BooBinding/ChangeLog	2005-04-28 02:38:46 UTC (rev 2489)
+++ trunk/MonoDevelop/Extras/BooBinding/ChangeLog	2005-04-28 02:54:48 UTC (rev 2490)
@@ -1,5 +1,11 @@
 2005-04-25  Peter Johanson <latexer at gentoo.org>
 
+	* BooShellServer/BooShellServer.boo:
+	Small fix to make sure the shell server
+	doesn't exit unexpectedly.
+
+2005-04-25  Peter Johanson <latexer at gentoo.org>
+
 	* Properties/GeneralShellProperties.boo:
 	* Gui/*: Lots of changes to handle new shell
 	handling, as well as adding the ability to




More information about the Monodevelop-patches-list mailing list