From 35e3454b5ef29f254591f9a8b106f2a013dc4d66 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Thu, 4 Feb 2010 14:39:09 +0000 Subject: [PATCH] 2010-02-04 Miguel de Icaza * Take advantage of the Describe feature. svn path=/trunk/mcs/; revision=150859 --- mcs/tools/csharp/ChangeLog | 4 ++++ mcs/tools/csharp/repl.cs | 1 + 2 files changed, 5 insertions(+) diff --git a/mcs/tools/csharp/ChangeLog b/mcs/tools/csharp/ChangeLog index f3d78bbdeb2..15d5e435161 100644 --- a/mcs/tools/csharp/ChangeLog +++ b/mcs/tools/csharp/ChangeLog @@ -1,3 +1,7 @@ +2010-02-04 Miguel de Icaza + + * Take advantage of the Describe feature. + 2009-12-16 Miguel de Icaza * repl.cs: Avoid crash, fixes 554898 diff --git a/mcs/tools/csharp/repl.cs b/mcs/tools/csharp/repl.cs index 379aa6a05a8..668602e794a 100644 --- a/mcs/tools/csharp/repl.cs +++ b/mcs/tools/csharp/repl.cs @@ -46,6 +46,7 @@ namespace Mono { string [] startup_files; try { startup_files = Evaluator.InitAndGetStartupFiles (args); + Evaluator.DescribeTypeExpressions = true; Evaluator.InteractiveBaseClass = typeof (InteractiveBaseShell); } catch { return 1; -- 2.25.1