[Mono-bugs] [Bug 656150] New: CSharp REPL is not interpreting c# code after first illegal expression

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Nov 26 17:29:07 EST 2010


https://bugzilla.novell.com/show_bug.cgi?id=656150

https://bugzilla.novell.com/show_bug.cgi?id=656150#c0


           Summary: CSharp REPL is not interpreting c# code after first
                    illegal expression
    Classification: Mono
           Product: Mono: Compilers
           Version: SVN
          Platform: All
        OS/Version: Ubuntu
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: C#
        AssignedTo: msafar at novell.com
        ReportedBy: Tomasz.Kubacki at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.7
(KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7

CSharp REPL is not interpreting c# expression after first illegal expression.

This error appears on current mono trunk.

On ubuntu 10.10 default mono ( 2.6.7 (Debian 2.6.7-3ubuntu1)) it works ok,
therefore it's regression.


Reproducible: Always

Steps to Reproduce:
1. open csharp repl 
type:

>int i = 99;
>i;
99
then type something illegal e.g.
>ii;
(error message appears and form now REPL is dead )
e.g type:
>i;

Actual Results:  
nothing appears

Expected Results:  
repl should print "i" value = 99

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list