Thread overview
[phobos] phobos commit, revision 1549
May 24, 2010
dsource.org
May 25, 2010
Shin Fujishiro
May 25, 2010
Walter Bright
May 25, 2010
Walter Bright
May 24, 2010
phobos commit, revision 1549


user: rsinfu

msg:
Fixed bugzilla 3088: std.xml.check() fails on xml comments.

Fixed wrong array indexing; s[0..n] scraps entire input after "--"! Test case by Andrew Talbot.

http://www.dsource.org/projects/phobos/changeset/1549

May 24, 2010
I suggest we leave std.xml alone or redesign it. It is a waste of time to fix bugs in it, it's very slow.

Andrei

On 05/23/2010 11:26 PM, dsource.org wrote:
> phobos commit, revision 1549
>
>
> user: rsinfu
>
> msg:
> Fixed bugzilla 3088: std.xml.check() fails on xml comments.
>
> Fixed wrong array indexing; s[0..n] scraps entire input after "--"! Test case by Andrew Talbot.
>
> http://www.dsource.org/projects/phobos/changeset/1549
>
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos
May 25, 2010
Andrei Alexandrescu <andrei at erdani.com> wrote:
> I suggest we leave std.xml alone or redesign it. It is a waste of time to fix bugs in it, it's very slow.
> 

I see. I just could not ignore the bug reports.

How about deleting std.xml at present? Or at least mark it deprecated? If we just leave it alone, other bugs will be reported to bugzilla and they will end up being ignored.

The same applies to other dying modules such as std.stream. Some people are still reporting bugs in std.stream. I feel sorry for them; being ignored is sad.

Of course, we should not do this if the changes are inconsistent with the book.


Shin
May 24, 2010
I vote for deprecation of both xml and stream.

Andrei

On 05/24/2010 09:29 PM, Shin Fujishiro wrote:
> Andrei Alexandrescu<andrei at erdani.com>  wrote:
>> I suggest we leave std.xml alone or redesign it. It is a waste of time to fix bugs in it, it's very slow.
>>
>
> I see. I just could not ignore the bug reports.
>
> How about deleting std.xml at present? Or at least mark it deprecated? If we just leave it alone, other bugs will be reported to bugzilla and they will end up being ignored.
>
> The same applies to other dying modules such as std.stream. Some people are still reporting bugs in std.stream. I feel sorry for them; being ignored is sad.
>
> Of course, we should not do this if the changes are inconsistent with the book.
>
>
> Shin
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos
May 24, 2010
The bug reports for stream are still relevant to D1.

Andrei Alexandrescu wrote:
> I vote for deprecation of both xml and stream.
>
> Andrei
>
> On 05/24/2010 09:29 PM, Shin Fujishiro wrote:
>> Andrei Alexandrescu<andrei at erdani.com>  wrote:
>>> I suggest we leave std.xml alone or redesign it. It is a waste of time to fix bugs in it, it's very slow.
>>>
>>
>> I see. I just could not ignore the bug reports.
>>
>> How about deleting std.xml at present? Or at least mark it deprecated? If we just leave it alone, other bugs will be reported to bugzilla and they will end up being ignored.
>>
>> The same applies to other dying modules such as std.stream. Some people are still reporting bugs in std.stream. I feel sorry for them; being ignored is sad.
>>
>> Of course, we should not do this if the changes are inconsistent with the book.
>>
>>
>> Shin
>> _______________________________________________
>> phobos mailing list
>> phobos at puremagic.com
>> http://lists.puremagic.com/mailman/listinfo/phobos
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos
>
>
May 24, 2010
Also, deprecation does not mean "will not fix bugs". If people supply fixes, we should incorporate them.

Andrei Alexandrescu wrote:
> I vote for deprecation of both xml and stream.
>
> Andrei
>
> On 05/24/2010 09:29 PM, Shin Fujishiro wrote:
>> Andrei Alexandrescu<andrei at erdani.com>  wrote:
>>> I suggest we leave std.xml alone or redesign it. It is a waste of time to fix bugs in it, it's very slow.
>>>
>>
>> I see. I just could not ignore the bug reports.
>>
>> How about deleting std.xml at present? Or at least mark it deprecated? If we just leave it alone, other bugs will be reported to bugzilla and they will end up being ignored.
>>
>> The same applies to other dying modules such as std.stream. Some people are still reporting bugs in std.stream. I feel sorry for them; being ignored is sad.
>>
>> Of course, we should not do this if the changes are inconsistent with the book.
>>
>>
>> Shin
>> _______________________________________________
>> phobos mailing list
>> phobos at puremagic.com
>> http://lists.puremagic.com/mailman/listinfo/phobos
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos
>
>