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

Which Mango?

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



Joined: 19 Mar 2004
Posts: 396
Location: Canyon, TX

PostPosted: Sat May 06, 2006 3:50 pm    Post subject: Which Mango? Reply with quote

Which Mango should be used right now? trunk? branches/v2? release2? I'm asking because I have different problems with each (not compiling/seg-faulting/etc).
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
Carlos



Joined: 19 Mar 2004
Posts: 396
Location: Canyon, TX

PostPosted: Sat May 06, 2006 5:02 pm    Post subject: Reply with quote

Release 2.0, apparently.
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
kris



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

PostPosted: Tue May 09, 2006 8:54 pm    Post subject: Reply with quote

release 2.0 in the trunk has all the latest fixes. The branch is just a placeholder right now; as a backup prior to the next release
Back to top
View user's profile Send private message
kris



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

PostPosted: Tue May 09, 2006 8:55 pm    Post subject: Reply with quote

Carlos; what were the compiling and seg-faulting issues?
Back to top
View user's profile Send private message
Carlos



Joined: 19 Mar 2004
Posts: 396
Location: Canyon, TX

PostPosted: Tue May 09, 2006 9:04 pm    Post subject: Reply with quote

From the source in trunk, here's part:

Code:

/Users/carlos/Development/d/dsource.org/mango/trunk/mango/log/Hierarchy.d:642: Declaration expected, not 'module'
/Users/carlos/Development/d/dsource.org/mango/trunk/mango/log/Hierarchy.d:667: class mango.log.Hierarchy.LoggerInstance conflicts with mango.log.Hierarchy.LoggerInstance at /Users/carlos/Development/d/dsource.org/mango/trunk/mango/log/Hierarchy.d:65
/Users/carlos/Development/d/dsource.org/mango/trunk/mango/log/Hierarchy.d:980: class mango.log.Hierarchy.Hierarchy conflicts with mango.log.Hierarchy.Hierarchy at /Users/carlos/Development/d/dsource.org/mango/trunk/mango/log/Hierarchy.d:378
/Users/carlos/Development/d/dsource.org/mango/trunk/mango/io/DisplayWriter.d:90: template instance FormatStructT!(char) is used as a type
/Users/carlos/Development/d/dsource.org/mango/trunk/mango/io/DisplayWriter.d:90: variable mango.io.DisplayWriter.DisplayWriter.format voids have no value
/Users/carlos/Development/d/dsource.org/mango/trunk/mango/io/DisplayWriter.d:103: identifier 'DblFormat' of 'Format.DblFormat' is not defined
/Users/carlos/Development/d/dsource.org/mango/trunk/mango/io/DisplayWriter.d:103: Format.DblFormat is used as a type
/Users/carlos/Development/d/dsource.org/mango/trunk/mango/io/DisplayWriter.d:103: cannot have parameter of type void
/Users/carlos/Development/d/dsource.org/mango/trunk/mango/io/DisplayWriter.d:103: undefined identifier template instance DoubleT!(char).format
/Users/carlos/Development/d/dsource.org/mango/trunk/mango/io/DisplayWriter.d:103: template instance DoubleT!(char).format is not an lvalue
/Users/carlos/Development/d/dsource.org/mango/trunk/mango/io/DisplayWriter.d:103: cannot implicitly convert expression (#template instance DoubleT!(char).format) of type void* to void
/Users/carlos/Development/d/dsource.org/mango/trunk/mango/http/server/HttpHeaders.d:157: template instance LineIteratorT!(char) is used as a type
/Users/carlos/Development/d/dsource.org/mango/trunk/mango/http/server/HttpHeaders.d:157: variable mango.http.server.HttpHeaders.HttpHeaders.line voids have no value
/Users/carlos/Development/d/dsource.org/mango/trunk/mango/http/server/HttpCookies.d:470: IteratorT!(char) is used as a type
/Users/carlos/Development/d/dsource.org/mango/trunk/mango/http/server/HttpCookies.d:470: class mango.http.server.HttpCookies.CookieParser base type must be class or interface, not void
/Users/carlos/Development/d/dsource.org/mango/trunk/mango/http/server/HttpParams.d:65: template instance SimpleIteratorT!(char) is used as a type
/Users/carlos/Development/d/dsource.org/mango/trunk/mango/http/server/HttpParams.d:65: variable mango.http.server.HttpParams.HttpParams.amp voids have no value
/Users/carlos/Development/d/dsource.org/mango/trunk/mango/http/server/HttpRequest.d:83: template instance LineIteratorT!(char) is used as a type
/Users/carlos/Development/d/dsource.org/mango/trunk/mango/http/server/HttpRequest.d:83: variable mango.http.server.HttpRequest.HttpRequest.line voids have no value


The seg-faults came from what I believe was release 1.4, so I wouldn't pay much attention to it.
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
csauls



Joined: 27 Mar 2004
Posts: 278

PostPosted: Wed May 10, 2006 2:40 pm    Post subject: Reply with quote

That is definitely an odd error list... and I have an odd thing to consider. Load up mango/log/Hierarchy.d in a text editor, and do a search for the string "module mango.log.Hierarchy;" -- I'm betting you find it once at line 39 (where it belongs) and then again at line 642 (where it doesn't) and then following it is probably a complete repeat of the entire module's contents. How in hades that might've happened is beyond me, but it would certainly cause the effect you are having.
_________________
Chris Nicholson-Sauls
Back to top
View user's profile Send private message AIM Address Yahoo Messenger
kris



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

PostPosted: Wed May 10, 2006 5:33 pm    Post subject: Reply with quote

csauls wrote:
That is definitely an odd error list... and I have an odd thing to consider. Load up mango/log/Hierarchy.d in a text editor, and do a search for the string "module mango.log.Hierarchy;" -- I'm betting you find it once at line 39 (where it belongs) and then again at line 642 (where it doesn't) and then following it is probably a complete repeat of the entire module's contents. How in hades that might've happened is beyond me, but it would certainly cause the effect you are having.

I suspect you are absolutely right, Chris. And it is certainly quite odd Smile
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