Thread overview | |||||||
---|---|---|---|---|---|---|---|
|
January 02, 2011 [phobos] deprecations | ||||
---|---|---|---|---|
| ||||
Looks like your changes have are having rather negative ripple effects with the automated builds. Please check them out and apply the appropriate fixes. http://d.puremagic.com/test-results/index.ghtml Thanks, Brad |
January 02, 2011 [phobos] deprecations | ||||
---|---|---|---|---|
| ||||
Posted in reply to Brad Roberts | I thought "deprecated module" works... it doesn't. Guess it should.
Andrei
On 1/2/11 7:21 PM, Brad Roberts wrote:
> Looks like your changes have are having rather negative ripple effects with the automated builds. Please check them out and apply the appropriate fixes.
>
> http://d.puremagic.com/test-results/index.ghtml
>
> Thanks,
> Brad
|
January 02, 2011 [phobos] deprecations | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrei Alexandrescu | Looks like at least std/file.d includes std.regexp. This is exposed by the current failure of the dmd test driver failing to build right now. Easy enough to fix the test driver with a quick -d for now, but I think it needs to be a basic requirement that deprecated modules must not be used by any other module in phobos (and similar for druntime when applied to druntime and phobos).
On 1/2/2011 5:30 PM, Andrei Alexandrescu wrote:
> I thought "deprecated module" works... it doesn't. Guess it should.
>
> Andrei
>
> On 1/2/11 7:21 PM, Brad Roberts wrote:
>> Looks like your changes have are having rather negative ripple effects with the automated builds. Please check them out and apply the appropriate fixes.
>>
>> http://d.puremagic.com/test-results/index.ghtml
>>
>> Thanks,
>> Brad
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos
|
January 02, 2011 [phobos] deprecations | ||||
---|---|---|---|---|
| ||||
Posted in reply to Brad Roberts | Er.. this is so much worse than it seems at first glance. std.stdio imports std.file imports std.regexp. Have fun writing apps without stdio. Everything app now needs -d until phobos is sanitized.
On 1/2/2011 6:44 PM, Brad Roberts wrote:
> Looks like at least std/file.d includes std.regexp. This is exposed by the current failure of the dmd test driver failing to build right now. Easy enough to fix the test driver with a quick -d for now, but I think it needs to be a basic requirement that deprecated modules must not be used by any other module in phobos (and similar for druntime when applied to druntime and phobos).
>
> On 1/2/2011 5:30 PM, Andrei Alexandrescu wrote:
>> I thought "deprecated module" works... it doesn't. Guess it should.
>>
>> Andrei
>>
>> On 1/2/11 7:21 PM, Brad Roberts wrote:
>>> Looks like your changes have are having rather negative ripple effects with the automated builds. Please check them out and apply the appropriate fixes.
>>>
>>> http://d.puremagic.com/test-results/index.ghtml
>>>
>>> Thanks,
>>> Brad
|
January 02, 2011 [phobos] deprecations | ||||
---|---|---|---|---|
| ||||
Posted in reply to Brad Roberts | OK, I undeprecated std.regexp for now.
Andrei
On 1/2/11 8:49 PM, Brad Roberts wrote:
> Er.. this is so much worse than it seems at first glance. std.stdio imports std.file imports std.regexp. Have fun writing apps without stdio. Everything app now needs -d until phobos is sanitized.
>
> On 1/2/2011 6:44 PM, Brad Roberts wrote:
>> Looks like at least std/file.d includes std.regexp. This is exposed by the current failure of the dmd test driver failing to build right now. Easy enough to fix the test driver with a quick -d for now, but I think it needs to be a basic requirement that deprecated modules must not be used by any other module in phobos (and similar for druntime when applied to druntime and phobos).
>>
>> On 1/2/2011 5:30 PM, Andrei Alexandrescu wrote:
>>> I thought "deprecated module" works... it doesn't. Guess it should.
>>>
>>> Andrei
>>>
>>> On 1/2/11 7:21 PM, Brad Roberts wrote:
>>>> Looks like your changes have are having rather negative ripple effects with the automated builds. Please check them out and apply the appropriate fixes.
>>>>
>>>> http://d.puremagic.com/test-results/index.ghtml
>>>>
>>>> Thanks,
>>>> Brad
>
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos
|
Copyright © 1999-2021 by the D Language Foundation