[Mono-bugs] [Bug 439206] New: csharp: No prompts on Windows
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Oct 27 11:29:01 EDT 2008
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: mono-bugs at lists.ximian.com
ReportedBy: andyhume32 at yahoo.co.uk
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list