FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Updated to DMD 0.126

 
Post new topic   Reply to topic     Forum Index -> Mango
View previous topic :: View next topic  
Author Message
teqdruid



Joined: 11 May 2004
Posts: 390
Location: UMD

PostPosted: Wed Jun 22, 2005 1:58 am    Post subject: Updated to DMD 0.126 Reply with quote

Since Mango wouldn't compile with DMD 0.127, I've updated everything to get it to compile.

-I did a massive s/===/is/ and s/!==/!is/ since === and !== are not deprecated (turns out my XML stuff was a huge abuser!)
-The other big change was due to inner classes being supported. Where ever I found a class within another class I added the static attribute to that class so that everything would behave as it did prior to DMD 0.126.

For those of you who don't have DMD 0.126 (and don't want to upgrade), and use Mango SVN, you can use revision 480 of the repository instead of head. You can use "svn update -r 480" to do this instead of the usual "svn update".

Hope I'm not overstepping my bounds here Twisted Evil - seemed like something that'd have to be done eventually, and it was bugging me.
Back to top
View user's profile Send private message Send e-mail AIM Address
pragma



Joined: 28 May 2004
Posts: 607
Location: Washington, DC

PostPosted: Wed Jul 06, 2005 11:06 am    Post subject: Reply with quote

Thanks for doing this!

Development on my projects pretty much ground to a halt when I downloaded the latest DMD. Now I can get back to things! Smile
_________________
-- !Eric.t.Anderton at gmail
Back to top
View user's profile Send private message Yahoo Messenger
kris



Joined: 27 Mar 2004
Posts: 1494
Location: South Pacific

PostPosted: Thu Jul 21, 2005 6:36 pm    Post subject: Re: Updated to DMD 0.126 Reply with quote

teqdruid wrote:
Since Mango wouldn't compile with DMD 0.127, I've updated everything to get it to compile.

-I did a massive s/===/is/ and s/!==/!is/ since === and !== are not deprecated (turns out my XML stuff was a huge abuser!)
-The other big change was due to inner classes being supported. Where ever I found a class within another class I added the static attribute to that class so that everything would behave as it did prior to DMD 0.126.

For those of you who don't have DMD 0.126 (and don't want to upgrade), and use Mango SVN, you can use revision 480 of the repository instead of head. You can use "svn update -r 480" to do this instead of the usual "svn update".

Hope I'm not overstepping my bounds here Twisted Evil - seemed like something that'd have to be done eventually, and it was bugging me.


Thanks!
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> Mango All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group