[Issue 2545] write(f)(ln) delays throwing StdioException("Bad file descriptor") when no console is available

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2545 Andrei Alexandrescu changed: What|Removed |Added Version|2.022 |D2 --

[Issue 2545] write(f)(ln) delays throwing StdioException("Bad file descriptor") when no console is available

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2545 Andrei Alexandrescu changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 2545] write(f)(ln) delays throwing StdioException("Bad file descriptor") when no console is available

2009-10-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2545 Andrei Alexandrescu changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Issue 2545] write(f)(ln) delays throwing StdioException("Bad file descriptor") when no console is available

2008-12-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2545 --- Comment #4 from s...@iname.com 2008-12-29 13:42 --- (In reply to comment #2) > I could put a check in write to make it fail sooner, but I'm thinking that > maybe that behavior on Windows is intentional, e.g. to allow users to crea

[Issue 2545] write(f)(ln) delays throwing StdioException("Bad file descriptor") when no console is available

2008-12-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2545 --- Comment #2 from and...@metalanguage.com 2008-12-29 12:06 --- Currently write forwards calls to the corresponding system routines and faithfully transforms their error codes into exceptions. I agree with Steward that non-failure is

[Issue 2545] write(f)(ln) delays throwing StdioException("Bad file descriptor") when no console is available

2008-12-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2545 --- Comment #3 from and...@metalanguage.com 2008-12-29 12:07 --- (In reply to comment #2) > Currently write forwards calls to the corresponding system routines and > faithfully transforms their error codes into exceptions. I agree wit

[Issue 2545] write(f)(ln) delays throwing StdioException("Bad file descriptor") when no console is available

2008-12-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2545 s...@iname.com changed: What|Removed |Added CC||s...@iname.com Summary|write