Re: Old bugs

2016-10-16 Thread Martin Krejcirik via Digitalmars-d
Digital Mars C++ bug reports can be filed here: http://bugzilla.digitalmars.com/issues/ It's awfully slow.

Re: Old bugs

2016-10-16 Thread Walter Bright via Digitalmars-d
On 10/14/2016 4:19 AM, Vladimir Panteleev wrote: On Friday, 14 October 2016 at 11:12:34 UTC, Andrei Alexandrescu wrote: On 10/14/2016 01:40 AM, Vladimir Panteleev wrote: On Friday, 14 October 2016 at 00:38:48 UTC, Andrei Alexandrescu wrote: The bug is in the DigitalMars C runtime. Great.

Re: Old bugs

2016-10-16 Thread Walter Bright via Digitalmars-d
On 10/14/2016 6:41 AM, jmh530 wrote: On Friday, 14 October 2016 at 08:21:00 UTC, Walter Bright wrote: On 10/13/2016 10:40 PM, Vladimir Panteleev wrote: https://issues.dlang.org/show_bug.cgi?id=2742#c14 When I start a command prompt in Windows, I run the command: chcp 65001 which sets

Re: Old bugs

2016-10-15 Thread Brad Roberts via Digitalmars-d
On 10/14/16 4:18 AM, Andrei Alexandrescu via Digitalmars-d wrote: On 10/14/2016 07:17 AM, Andrei Alexandrescu wrote: On 10/14/2016 05:12 AM, Mathias Lang via Digitalmars-d wrote: I've been doing a bit of triaging when I got time, trying to get rid of old bugs / duplicated. It's usually easy

Re: Old bugs

2016-10-14 Thread jmh530 via Digitalmars-d
On Friday, 14 October 2016 at 08:21:00 UTC, Walter Bright wrote: On 10/13/2016 10:40 PM, Vladimir Panteleev wrote: https://issues.dlang.org/show_bug.cgi?id=2742#c14 When I start a command prompt in Windows, I run the command: chcp 65001 which sets it to Unicode. Does the D2 command

Re: Old bugs

2016-10-14 Thread Martin Krejcirik via Digitalmars-d
I'm not sure we should be documenting bugs in C standard library implementation internals. Users just don't expect broken console output. There should be a note in writeln docs.

Re: Old bugs

2016-10-14 Thread Andrei Alexandrescu via Digitalmars-d
On 10/14/2016 05:12 AM, Mathias Lang via Digitalmars-d wrote: I've been doing a bit of triaging when I got time, trying to get rid of old bugs / duplicated. It's usually easy to confirm a bug if there's a minimal code example, in which case you can just close it. The enhancement requests

Re: Old bugs

2016-10-14 Thread Vladimir Panteleev via Digitalmars-d
On Friday, 14 October 2016 at 11:12:34 UTC, Andrei Alexandrescu wrote: On 10/14/2016 01:40 AM, Vladimir Panteleev wrote: On Friday, 14 October 2016 at 00:38:48 UTC, Andrei Alexandrescu wrote: For example, https://issues.dlang.org/show_bug.cgi?id=1448 should be addressable. The bug is in the

Re: Old bugs

2016-10-14 Thread Andrei Alexandrescu via Digitalmars-d
On 10/14/2016 07:17 AM, Andrei Alexandrescu wrote: On 10/14/2016 05:12 AM, Mathias Lang via Digitalmars-d wrote: I've been doing a bit of triaging when I got time, trying to get rid of old bugs / duplicated. It's usually easy to confirm a bug if there's a minimal code example, in which case

Re: Old bugs

2016-10-14 Thread Andrei Alexandrescu via Digitalmars-d
On 10/14/2016 01:40 AM, Vladimir Panteleev wrote: On Friday, 14 October 2016 at 00:38:48 UTC, Andrei Alexandrescu wrote: For example, https://issues.dlang.org/show_bug.cgi?id=1448 should be addressable. The bug is in the DigitalMars C runtime. See also my comment on issue 2742:

Re: Old bugs

2016-10-14 Thread Mathias Lang via Digitalmars-d
I've been doing a bit of triaging when I got time, trying to get rid of old bugs / duplicated. It's usually easy to confirm a bug if there's a minimal code example, in which case you can just close it. The enhancement requests, however, nobody but a bunch of people in the core team can get rid

Re: Old bugs

2016-10-14 Thread Walter Bright via Digitalmars-d
On 10/13/2016 10:40 PM, Vladimir Panteleev wrote: https://issues.dlang.org/show_bug.cgi?id=2742#c14 When I start a command prompt in Windows, I run the command: chcp 65001 which sets it to Unicode.

Re: Old bugs

2016-10-14 Thread Vladimir Panteleev via Digitalmars-d
On Friday, 14 October 2016 at 00:38:48 UTC, Andrei Alexandrescu wrote: For example, https://issues.dlang.org/show_bug.cgi?id=1448 should be addressable. The bug is in the DigitalMars C runtime. See also my comment on issue 2742: https://issues.dlang.org/show_bug.cgi?id=2742#c14

Re: Old bugs

2016-10-13 Thread Martin Krejcirik via Digitalmars-d
For example, https://issues.dlang.org/show_bug.cgi?id=1448 should be addressable. Either we should provide a translation function for outputting things and recommend it, or document that codepages that D runs on Windows etc - there's got to be a What is IMHO needed to fix this bug, is to add

Old bugs

2016-10-13 Thread Andrei Alexandrescu via Digitalmars-d
I'm going through bugzilla in increasing ID order looking for tasks to bootcamp, and am finding a bunch of old bugs that haven't been looked at in a long time. It would be really great to get rid of some of these old issues and generally put some order in our bugzilla. If some are just