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


           Summary: csharp: No prompts on Windows
           Product: Mono: Compilers
           Version: SVN
          Platform: Other
        OS/Version: Windows XP
            Status: NEW
          Severity: Minor
          Priority: P5 - None
         Component: C#
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: ---


csharp.exe prints no prompts on Windows.  This is since
Mono.CSharp.UnixUtils.isatty always returns false on Windows[1].  That makes
CSharpShell.InitTerminal set "isatty" to false.  My current *hack* is to check
first if Platform==!Unix/Mac and set "isatty" to true then.


[1] Mono.CSharp.UnixUtils.isatty suppresses all exceptions (including
DllNotFoundException) and returns false.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to