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

Search found 71 matches
Forum Index
Author Message
  Topic: Update 41
andy

Replies: 4
Views: 10430

PostForum: DWT   Posted: Mon Jan 03, 2005 10:28 am   Subject: Update 41
Thanks.

Everything is in the repository, yes.

Also one other thing that I just remembered: I replaced dwt.util.thread with std.thread, as it seems to be able to do everything it needs to.
  Topic: Update 41
andy

Replies: 4
Views: 10430

PostForum: DWT   Posted: Mon Jan 03, 2005 1:00 am   Subject: Revision 42
I had to change all the char[]s back to String because it doesn't seem at all clear what DWTs preferred char type should be. So, failing that, I set up the alias to use a version flag to decide which ...
  Topic: String Interface
andy

Replies: 10
Views: 30688

PostForum: Ares   Posted: Fri Dec 31, 2004 4:04 pm   Subject: String Interface
I vaguely recall non-OO ICU bindings being worked on at some point. Working with them would probably be nicer, especially given the funny thing D does with functions that recieve an array as their fi ...
  Topic: String Interface
andy

Replies: 10
Views: 30688

PostForum: Ares   Posted: Wed Dec 29, 2004 2:34 am   Subject: String Interface
The only thing I can suggest is to use char// The first argument of this function is an array, so
void foo(T[] x, char[] y) { ... }

T[] t = ...;
char[ ...
  Topic: String Interface
andy

Replies: 10
Views: 30688

PostForum: Ares   Posted: Tue Dec 28, 2004 10:37 pm   Subject: String Interface
I think it's a bad idea: the D standard library contains classes and functions for dealing with D concepts.

A string class/interface is not a D concept. Trying to cram it in is about as straightfo ...
  Topic: Who's working on what?
andy

Replies: 11
Views: 30445

PostForum: Ares   Posted: Sun Nov 28, 2004 9:06 pm   Subject: Who's working on what?
This thread suggests to me that Ares is in dire need of an issue tracker. Not only do they plainly show what has to be done and who is doing it, but they provide a sense of direction and, most import ...
  Topic: Matthew's new phobos fixing effort
andy

Replies: 5
Views: 12425

PostForum: Ares   Posted: Fri Sep 10, 2004 7:31 am   Subject: Matthew's new phobos fixing effort
It wouldn't be too hard to incorporate Matthew's changes, would it?

I was under the impression that Ares was brought into being because Walter can't keep up. If Ares can't, who can? Wink
  Topic: Style and standards
andy

Replies: 21
Views: 33808

PostForum: Ares   Posted: Fri Sep 10, 2004 7:23 am   Subject: Style and standards
I want 2 spaces (at least no tabs!).This means war. Wink

Personally, I don't think things like spacing and private attributes are all that important. They don't have any affect at all on code ...
  Topic: Open Call for Suggestions: Project Direction and Features
andy

Replies: 45
Views: 86358

PostForum: Ares   Posted: Mon Aug 30, 2004 4:17 pm   Subject: Re: my 2c...
I know I'm late joining this discussion but..Never! It's still early.

So far I dislike the import into a struct idea as I dislike having to specify the complete symbol all the time. I dislike the ...
  Topic: Unknown target 'runtime' for ?insert directive.
andy

Replies: 2
Views: 15962

PostForum: swig4d   Posted: Sat Aug 28, 2004 10:16 pm   Subject: Unknown target 'runtime' for ?insert directive.
I haven't tested it on something so large as wxWindows yet. wxWindows itself doesn't distribute with any SWIG interface files at all.

It looks to me like the interface file has been tailored to a ...
  Topic: Let's name the namespace
andy

Replies: 20
Views: 45080

PostForum: Ares   Posted: Sat Aug 28, 2004 1:52 pm   Subject: Re: std
I'm also thinking the best way we can "sell" this new library is to make it easy for others to try. Making installation easy would be good. Making it impossible to re-built stuff that they have that s ...
  Topic: Let's name the namespace
andy

Replies: 20
Views: 45080

PostForum: Ares   Posted: Sat Aug 28, 2004 10:14 am   Subject: Let's name the namespace
I quite firmly believe that we should use std.Yes, please.

There isn't going to be much code using Phoenix until it's been stabilized anyway, so conflict issues shouldn't be a problem.

Besides, ...
  Topic: Open Call for Suggestions: Project Direction and Features
andy

Replies: 45
Views: 86358

PostForum: Ares   Posted: Fri Aug 27, 2004 7:24 pm   Subject: Re: String
String doesn't have to be ragged if it's included with the standard library, which comes with the compiler (which Pheonix hopefull will)Such a class can never be usable where a char[] is expected, or ...
  Topic: Open Call for Suggestions: Project Direction and Features
andy

Replies: 45
Views: 86358

PostForum: Ares   Posted: Fri Aug 27, 2004 6:25 pm   Subject: Re: We all seem to agree :)
Question As much as I'm used to working with entire libraries of free functions, they do tend to create problems if identifiers happen to overlap between unrelated libraries. To side-step this "namespace ...
  Topic: Open Call for Suggestions: Project Direction and Features
andy

Replies: 45
Views: 86358

PostForum: Ares   Posted: Fri Aug 27, 2004 2:12 pm   Subject: Open Call for Suggestions: Project Direction and Features
I would dump phoenix.core in favour of the main phoenix package. phoenix.ext can be extra. So, for instance, we would have
import phoenix.io;
import phoenix.string;
import phoenix.ext.dwt;

Lar ...
 
Page 1 of 5 Goto page 1, 2, 3, 4, 5  Next
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group