Author |
Message |
Topic: Tango 0.99.4 error with mango SAX |
teqdruid
Replies: 16
Views: 60481
|
Forum: Mango Posted: Mon Feb 11, 2008 6:41 pm Subject: Tango 0.99.4 error with mango SAX |
what would be the purpose of
char
So that when you're in a template with:
T[] str;
and you know that T is char, dchar or wchar you don't need a static if: it always works, even if the method ... |
Topic: Tango 0.99.4 error with mango SAX |
teqdruid
Replies: 16
Views: 60481
|
Forum: Mango Posted: Mon Feb 11, 2008 7:22 am Subject: Tango 0.99.4 error with mango SAX |
Because it'd have to me in the module as the other toString call, and I don't/can't mess around with Tango modules. You might suggest it to them. |
Topic: Tango 0.99.4 error with mango SAX |
teqdruid
Replies: 16
Views: 60481
|
Forum: Mango Posted: Sun Feb 10, 2008 3:13 pm Subject: Tango 0.99.4 error with mango SAX |
The sample work perfectly but my application not.
533 throw new TeqXMLException(
534 "Cannot resolve entity '" ~ ent ~ "'");
... |
Topic: Tango 0.99.4 error with mango SAX |
teqdruid
Replies: 16
Views: 60481
|
Forum: Mango Posted: Sun Feb 10, 2008 2:44 pm Subject: Tango 0.99.4 error with mango SAX |
Same here:
http://www.dsource.org/projects/mango/ticket/31
A test case- great. Just checked in a fix, so please give it a shot.
@xxltux... Does this fix your issue as well? |
Topic: Tango 0.99.4 error with mango SAX |
teqdruid
Replies: 16
Views: 60481
|
Forum: Mango Posted: Sun Jan 13, 2008 7:51 pm Subject: Tango 0.99.4 error with mango SAX |
I can't replicate... what code are you running, and which xml file is it using as input? |
Topic: Mango examples |
teqdruid
Replies: 11
Views: 32893
|
Forum: Mango Posted: Sat Dec 29, 2007 5:09 pm Subject: Mango examples |
installed everything from the beginning.
dmd, then dsss, then tango via dsss, then mango,
on mango got no errors, it just copied all *.d files into /import/mango/ dir... errors remain the same
... |
Topic: Mango examples |
teqdruid
Replies: 11
Views: 32893
|
Forum: Mango Posted: Sat Dec 29, 2007 10:04 am Subject: Mango examples |
compiled one?
[root@localhost mango]# ls
icu net xml
this is all i got from svn: http://svn.dsource.org/projects/mango/trunk
just *.d files. cant get it out how to make *.a files ... |
Topic: Mango examples |
teqdruid
Replies: 11
Views: 32893
|
Forum: Mango Posted: Sat Dec 29, 2007 9:41 am Subject: Re: Mango examples |
Hi, installed last Tango from trunks, everything in examples works,
then installed Mango from trunks, and all examples dont work at all with errors like this:
Looks like you're not linking in ... |
Topic: GDC Install Issue |
teqdruid
Replies: 2
Views: 11927
|
Forum: DSSS Posted: Sat Sep 29, 2007 11:51 am Subject: GDC Install Issue |
Historically, I haven't had any luck installing GDC by hand... so I guess I could try again, but I really don't want to. Part of this "experiment" is to see if I can get several entirely DS ... |
Topic: GDC Install Issue |
teqdruid
Replies: 2
Views: 11927
|
Forum: DSSS Posted: Sat Sep 29, 2007 12:22 am Subject: GDC Install Issue |
So I tried doing a DSSS-style GDC env install, just like in the video tutorial. It's a clean install on a clean (new) 32-bit ubuntu-machine... (Yes, I did an "apt-get install build-essential&quo ... |
Topic: Could you just test the code before commit to svn? |
teqdruid
Replies: 5
Views: 26204
|
Forum: Mango Posted: Mon Sep 17, 2007 11:05 am Subject: Re: Could you just test the code before commit to svn? |
I wonder why the code at head of trunk would not be successful compiled at all.
This is generally a result of the Tango API changing- sometimes it takes a bit for us to update Mango to match. |
Topic: Embedded Command Line Patch |
teqdruid
Replies: 3
Views: 10198
|
Forum: MiniD Posted: Thu Sep 13, 2007 9:24 am Subject: Embedded Command Line Patch |
I was a bit tired last night, and I forgot a further request: I'd like, when in interactive mode, for the return values of everything to be printed back, and for expressions to be evaluated. I.E. & ... |
Topic: Embedded Command Line Patch |
teqdruid
Replies: 3
Views: 10198
|
Forum: MiniD Posted: Wed Sep 12, 2007 9:03 pm Subject: Embedded Command Line Patch |
I wanted to embed a command line in my application, so I refactored mdcl.d as follows. I'd like this functionality (or similar) to be in minid trunk. Thoughts?
~John
Index: mdcl.d
====== ... |
Topic: Essentially Defunct |
teqdruid
Replies: 3
Views: 26863
|
Forum: GDB Patches Posted: Fri Sep 07, 2007 10:44 am Subject: Essentially Defunct |
I went and tried this Zero yesterday, had some problems with it crashing and what not. As well, no "GUI" showed up, as their website shows.
Anything special you need to do to use it?
M ... |
Topic: Essentially Defunct |
teqdruid
Replies: 3
Views: 26863
|
Forum: GDB Patches Posted: Thu Sep 06, 2007 9:55 am Subject: Essentially Defunct |
Hey all. I created these patches some time ago when GDB was the only option on Linux for debugging. Since then, I've switched to Zero (http://www.zero-bugs.com/) which has built-in support for D. F ... |
|