November 26, 2006 Re: DMD 0.175 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | Walter Bright wrote: > Stack class variables, bug fixes. > > http://www.digitalmars.com/d/changelog.html > > http://ftp.digitalmars.com/dmd.175.zip I'm not sure what you did, Walter, but compiling Pyd with 0.175 results in dmd crashing. Windows gives me the ol' "dmd.exe has encountered a problem and needs to close" window, and the command line gives me the ol' "error: command 'C:\dmd\dmd\bin\dmd.exe' failed with exit status 1". Reverting to 0.174 fixes it. I'll try and work out a minimal working example, but Pyd is such a huge bloody mess of template code at this point that I don't look forward to it. -- Kirk McDonald Pyd: Wrapping Python with D http://pyd.dsource.org |
November 26, 2006 Re: DMD 0.175 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Thomas Kuehne | Thomas Kuehne wrote:
> Should the following allocate the class on the stack or not?
> #
> # scope Object o;
> # o = new Object;
> #
Not. But it will get RAII destructed.
|
November 26, 2006 Re: DMD 0.175 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Kirk McDonald | Kirk McDonald wrote:
> I'm not sure what you did, Walter, but compiling Pyd with 0.175 results in dmd crashing. Windows gives me the ol' "dmd.exe has encountered a problem and needs to close" window, and the command line gives me the ol' "error: command 'C:\dmd\dmd\bin\dmd.exe' failed with exit status 1". Reverting to 0.174 fixes it.
>
> I'll try and work out a minimal working example, but Pyd is such a huge bloody mess of template code at this point that I don't look forward to it.
I know it's a lot of boring work to do such isolations. Sorry.
|
November 26, 2006 Re: DMD 0.175 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | Walter Bright wrote: > Stack class variables, bug fixes. > > http://www.digitalmars.com/d/changelog.html > > http://ftp.digitalmars.com/dmd.175.zip "Fixed problem with ForStatement scope." The same problem is still in ForeachStatement. Stewart. -- -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GCS/M d- s:-@ C++@ a->--- UB@ P+ L E@ W++@ N+++ o K-@ w++@ O? M V? PS- PE- Y? PGP- t- 5? X? R b DI? D G e++++ h-- r-- !y ------END GEEK CODE BLOCK------ My e-mail is valid but not my primary mailbox. Please keep replies on the 'group where everyone may benefit. |
November 26, 2006 Re: DMD 0.175 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Tom | On Sun, 26 Nov 2006 02:01:34 +0200, Tom <tom@nospam.com> wrote: > Walter Bright wrote: >> Tom wrote: >>> Wow, a million bugfixes and a very nice feature... it seems that you didn't saw the sunlight for quite some time. Thank you. >> This time of year, there is little sunlight. Nothing to do but work! > > Oh, I always forget that you people in the North don't have sunlight during this time of the year. Here, in Argentina, it's getting hotter every minute. God bless air conditioning :D > > -- > Tom; You...! ;) Here in Finland is indeed pretty dark most of the day. Well, it should be winter, but currently my thermometer shows +10 degrees of Celsius (it should rather be showing -10 degrees). No snow in the ground, and water is raining. In October we had pretty much snow (10-30cm), but this month has been so warm that even lakes in southern Finland are not frozen anymore. There is still snow in northern Finland though ( http://www.fmi.fi/en/index.html?neito=lumi ). Global warming in its work? :/ |
November 26, 2006 Re: DMD 0.175 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Thomas Kuehne | Thomas Kuehne wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Walter Bright schrieb am 2006-11-25: >> Stack class variables > > Should the following allocate the class on the stack or not? > # > # scope Object o; > # o = new Object; > # Not, because it shouldn't be allowed. http://www.digitalmars.com/d/attribute.html#scope "Assignment to a scope, other than initialization, is not allowed." Stewart. -- -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GCS/M d- s:-@ C++@ a->--- UB@ P+ L E@ W++@ N+++ o K-@ w++@ O? M V? PS- PE- Y? PGP- t- 5? X? R b DI? D G e++++ h-- r-- !y ------END GEEK CODE BLOCK------ My e-mail is valid but not my primary mailbox. Please keep replies on the 'group where everyone may benefit. |
November 26, 2006 Re: DMD 0.175 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Kristian Kilpi | Kristian Kilpi wrote:
> On Sun, 26 Nov 2006 02:01:34 +0200, Tom <tom@nospam.com> wrote:
>
>> Walter Bright wrote:
>>> Tom wrote:
>>>> Wow, a million bugfixes and a very nice feature... it seems that you didn't saw the sunlight for quite some time. Thank you.
>>> This time of year, there is little sunlight. Nothing to do but work!
>>
>> Oh, I always forget that you people in the North don't have sunlight during this time of the year. Here, in Argentina, it's getting hotter every minute. God bless air conditioning :D
>>
>> --
>> Tom;
>
> You...! ;)
>
> Here in Finland is indeed pretty dark most of the day. Well, it should be winter, but currently my thermometer shows +10 degrees of Celsius (it should rather be showing -10 degrees). No snow in the ground, and water is raining. In October we had pretty much snow (10-30cm), but this month has been so warm that even lakes in southern Finland are not frozen anymore. There is still snow in northern Finland though ( http://www.fmi.fi/en/index.html?neito=lumi ).
>
> Global warming in its work? :/
Hope not :(
|
November 26, 2006 Re: DMD 0.175 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Kristian Kilpi | On Sun, 26 Nov 2006 02:53:35 -0800, Kristian Kilpi <kjkilpi@gmail.com> wrote:
> On Sun, 26 Nov 2006 02:01:34 +0200, Tom <tom@nospam.com> wrote:
>
>> Walter Bright wrote:
>>> Tom wrote:
>>>> Wow, a million bugfixes and a very nice feature... it seems that you didn't saw the sunlight for quite some time. Thank you.
>>> This time of year, there is little sunlight. Nothing to do but work!
>>
>> Oh, I always forget that you people in the North don't have sunlight during this time of the year. Here, in Argentina, it's getting hotter every minute. God bless air conditioning :D
>>
>> --
>> Tom;
>
> You...! ;)
>
> Here in Finland is indeed pretty dark most of the day. Well, it should be winter, but currently my thermometer shows +10 degrees of Celsius (it should rather be showing -10 degrees). No snow in the ground, and water is raining. In October we had pretty much snow (10-30cm), but this month has been so warm that even lakes in southern Finland are not frozen anymore. There is still snow in northern Finland though ( http://www.fmi.fi/en/index.html?neito=lumi ).
>
> Global warming in its work? :/
If there's such thing as global warming, it's not happening here. Almost -24 C right now. Kind of chilly! :)
-JJR
|
November 26, 2006 Re: DMD 0.175 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to John Reimer | John Reimer wrote: > On Sun, 26 Nov 2006 02:53:35 -0800, Kristian Kilpi <kjkilpi@gmail.com> wrote: > >> On Sun, 26 Nov 2006 02:01:34 +0200, Tom <tom@nospam.com> wrote: >> >>> Walter Bright wrote: >>>> Tom wrote: >>>>> Wow, a million bugfixes and a very nice feature... it seems that you didn't saw the sunlight for quite some time. Thank you. >>>> This time of year, there is little sunlight. Nothing to do but work! >>> >>> Oh, I always forget that you people in the North don't have sunlight during this time of the year. Here, in Argentina, it's getting hotter every minute. God bless air conditioning :D >>> >>> -- >>> Tom; >> >> You...! ;) >> >> Here in Finland is indeed pretty dark most of the day. Well, it should be winter, How are the seasons defined over there? Here in Britain, by the standard definition the seasons begin on their respective equinoxes and solstices. >> but currently my thermometer shows +10 degrees of Celsius (it should rather be showing -10 degrees). No snow in the ground, and water is raining. In October we had pretty much snow (10-30cm), but this month has been so warm that even lakes in southern Finland are not frozen anymore. Sounds like an "Indian summer" as we sometimes call it over here. Except that 10°C here in England at this time is by no means exceptional - it would probably need to be at least 16°C to qualify. I'm still wondering what the equivalent term is for when it happens in the spring. >> There is still snow in northern Finland though ( http://www.fmi.fi/en/index.html?neito=lumi ). >> >> Global warming in its work? :/ > > > If there's such thing as global warming, it's not happening here. Almost -24 C right now. Kind of chilly! :) You mean it wasn't -25°C a year ago? :-) Stewart. -- -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GCS/M d- s:-@ C++@ a->--- UB@ P+ L E@ W++@ N+++ o K-@ w++@ O? M V? PS- PE- Y? PGP- t- 5? X? R b DI? D G e++++ h-- r-- !y ------END GEEK CODE BLOCK------ My e-mail is valid but not my primary mailbox. Please keep replies on the 'group where everyone may benefit. |
November 26, 2006 Re: DMD 0.175 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Kristian Kilpi | Kristian Kilpi wrote:
> On Sun, 26 Nov 2006 02:01:34 +0200, Tom <tom@nospam.com> wrote:
>
>> Walter Bright wrote:
>>
>>> Tom wrote:
>>>
>>>> Wow, a million bugfixes and a very nice feature... it seems that you didn't saw the sunlight for quite some time. Thank you.
>>>
>>> This time of year, there is little sunlight. Nothing to do but work!
>>
>>
>> Oh, I always forget that you people in the North don't have sunlight during this time of the year. Here, in Argentina, it's getting hotter every minute. God bless air conditioning :D
>>
>> --
>> Tom;
>
>
> You...! ;)
>
> Here in Finland is indeed pretty dark most of the day. Well, it should be winter, but currently my thermometer shows +10 degrees of Celsius (it should rather be showing -10 degrees). No snow in the ground, and water is raining. In October we had pretty much snow (10-30cm), but this month has been so warm that even lakes in southern Finland are not frozen anymore. There is still snow in northern Finland though ( http://www.fmi.fi/en/index.html?neito=lumi ).
>
> Global warming in its work? :/
>
Cool. My wife's father(and his family) are from Finland.
I think next summer we will get over her fear of flying and go there for a couple of weeks.
Take heart with global warming. Its happening on Mars as well so it probably a fluctuation in the Sun, not human causes...
-DavidM
|
Copyright © 1999-2021 by the D Language Foundation