I think that having tango for D2 could be useful, but I would be quite
disappointed if Tango would still not get along with phobos.
I understand that druntime might be quite connected to phobos releases, still
there should be less reasons this time to fork also the runtime this time.
That was alw
On 21-nov-10, at 18:27, klickverbot wrote:
In a nutshell, SWIG is a »glue code« generator, allowing you to
access C/C++ libraries from various target languages, including C#,
Go, Java, Ruby, Python … and, since I merged my work into SWIG trunk
a few days ago, also D, both version 1 and 2.
by the way DDT for me is
http://www.allinea.com/?page=48
i.e. a distributed debugger
On 20-nov-10, at 17:54, Jordi wrote:
On 11/18/2010 03:52 AM, Bruno Medeiros wrote:
I'm announcing the release of DDT (D Development Tools) version
0.4.0:
http://code.google.com/a/eclipselabs.org/p/dd
On 18-nov-10, at 01:49, klickverbot wrote:
On 11/18/10 1:12 AM, Bill Baxter wrote:
Nice work! Is it for D2 or D1? Or both?
--bb
I hope you don't mind me answering, Fawzi:
sure I don't mind, actually I hope more people will get involved :)
Currently, it's D1 only.
yes, indeed, I have
On 18-nov-10, at 09:11, Don wrote:
Jonathan M Davis wrote:
On Tuesday, November 16, 2010 13:33:54 bearophile wrote:
Jonathan M Davis:
Most of the rest (if not all of it) could indeed be done in a
library.
I am not sure it could be done nicely too :-)
That would depend on what you're trying
I am happy to announce blip 0.5
http://dsource.org/projects/blip
why 0.5? because it works for me, but hopefully it will work for
others too, and 1.0 will be a release with more contributors...
Blip is a library that offers
* N-dimensional arrays (blip.narray) that have a nice inte
On 19-ott-10, at 20:30, Walter Bright wrote:
Fawzi Mohamed wrote:
I am not sure what is wrong in your case, and I worked only with D1/
tango on mac and linux, but I can definitely say that I had quite
some very ugly bugs with threads and fibers, and gc.
I think I have fixed all of them (at
On 19-ott-10, at 12:45, Stephan wrote:
Hey guys I wanted to discuss my first major depressing experience
with D in a reallife project.
First off here is the according bug report :
http://d.puremagic.com/issues/show_bug.cgi?id=4951
I have to mention that it was by far not the first bug i enc
On 11-mar-10, at 22:09, Steven Schveighoffer wrote:
On Thu, 11 Mar 2010 16:05:51 -0500, bearophile > wrote:
Steven Schveighoffer:
Also if we get exception stack trace support, then you can
immediately see
everything. It's probably better to focus on that.
OK.
Do you want me to remove th
On 2010-03-09 20:15:44 +0100, Fawzi Mohamed said:
[...]
some html spam
sorry about that...
On 9-mar-10, at 18:56, Steven Schveighoffer wrote:
On Tue, 09 Mar 2010 12:33:01 -0500, Andrei Alexandrescu > wrote:
In wake of printing multi-dimensional arrays, I agree that start
and end delimiters should be present by default. If delimiters are
present, it only makes sense to make the a
On 9-mar-10, at 13:00, Steven Schveighoffer wrote:
On Tue, 09 Mar 2010 03:09:51 -0500, Alexander Suhoverhov > wrote:
Steven Schveighoffer at "Mon, 08 Mar 2010 15:23:51 -0500" wrote:
SS> On Mon, 08 Mar 2010 15:12:24 -0500, bearophile > wrote:
>> Steven Schveighoffer:
>>> Tell me how you wo
On 2010-03-09 09:09:51 +0100, Alexander Suhoverhov
said:
Steven Schveighoffer at "Mon, 08 Mar 2010 15:23:51 -0500" wrote:
SS> On Mon, 08 Mar 2010 15:12:24 -0500, bearophile
wrote:
>> Steven Schveighoffer:
>>> Tell me how you would parse the following text serialization string for a
>
On 11-feb-10, at 15:14, Moritz Warning wrote:
On Thu, 11 Feb 2010 12:07:29 +0100, Jacob Carlborg wrote:
On 2/11/10 06:11, strtr wrote:
Nick Sabalausky Wrote:
At the moment, no. Currently, Tango is D1-only, but druntime (the
thing that is supposed to allow Tango and Phobos to play nice
to
On 2009-10-16 15:31:15 +0200, rmcguire said:
Walter Bright wrote:
digited wrote:
So you don't mind that Tango is still uncompilable with 1.050 because of
hurrying,
I didn't know that. The bugzilla number which was posted as the reason
it wouldn't compile was fixed.
Hi Walter,
could y
On 2009-10-13 01:56:11 +0200, Moritz Warning said:
On Mon, 12 Oct 2009 19:29:06 -0400, Nick Sabalausky wrote:
"Moritz Warning" wrote in message
news:hb01mo$23g...@digitalmars.com...
On Mon, 12 Oct 2009 15:53:28 -0400, Nick Sabalausky wrote:
"Moritz Warning" wrote in message
news:havc43$9
On 2009-05-02 12:36:16 +0200, Michel Fortin said:
On 2009-05-01 15:10:50 -0400, dsimcha said:
IDK, I mean, I cut and pasted the code into my D IDE and tweaked it to
get it to
compile and then did some statistical tests to make sure the distributions were
still reproduced faithfully. I didn
On 2009-02-28 14:54:26 +0100, Christopher Wright said:
Lutger wrote:
grauzone wrote:
Lars Ivar Igesund wrote:
Eldar Insafutdinov wrote:
We faced a bug that module static constructors don't work with cyclic
imports. Currently it's fixed with a dirty hack which is not really
acceptable. Is
On 2009-02-25 20:55:09 +0100, Peter Modzelewski
said:
Sorry for not giving any signs of life for so long but new job made me
all occupied and I had little time to do anything else. But here I am -
back with bunch of goodies:
http://petermodzelewski.blogspot.com/2009/02/tango-conference-2008
On 2009-02-27 21:49:58 +0100, Fawzi Mohamed said:
On 2009-02-27 21:10:29 +0100, Walter Bright said:
Eldar Insafutdinov wrote:
Now we have to make a manual init function called from class
constructors. I understand that allowing static consructors with
cyclic imports will make order of
On 2009-02-27 21:10:29 +0100, Walter Bright said:
Eldar Insafutdinov wrote:
Now we have to make a manual init function called from class
constructors. I understand that allowing static consructors with
cyclic imports will make order of their execution undefined, but this
is acceptable and actu
On 2009-02-27 09:38:02 +0100, Walter Bright said:
Anders F Björklund wrote:
Walter Bright wrote:
Can you upgrade to 10.5 ?
It's only a few months left to "Snow Leopard",
then we can play the same game all over again.
Yeah, but 10.5 has working posix threads. It's doubtful whether 10.4 is
On 2009-02-27 09:43:12 +0100, Walter Bright said:
Anders F Björklund wrote:
DMD is now the third D compiler to make it to Mac OS X,
after GDC and LDC before it (based on same front-end).
D2 needed to get there, too.
Yes, I am very happy about this, now I might start playing with D 2.0
(in
On 2009-01-29 23:19:25 +0100, Walter Bright said:
Sean Kelly wrote:
There are pthread calls for TLS which are implemented for OSX. But
however it works (I haven't looked into it), it likely isn't as
efficient or easy to deal with as the __thread storage class on other
OSes.
It won't be as
On 2008-12-09 11:10:33 +0100, Fawzi Mohamed <[EMAIL PROTECTED]> said:
On 2008-12-08 19:06:42 +0100, Kagamin <[EMAIL PROTECTED]> said:
torhu Wrote:
Tango also opens files for writing with shared reading disabled by
default. I'm not sure why, but maybe someone can remember
On 2008-12-08 19:06:42 +0100, Kagamin <[EMAIL PROTECTED]> said:
torhu Wrote:
Tango also opens files for writing with shared reading disabled by
default. I'm not sure why, but maybe someone can remember the reason
for it.
they just forgot? :)
consistency with windows as far as I know, so t
On 2008-12-07 18:44:30 +0100, dsimcha <[EMAIL PROTECTED]> said:
== Quote from Fawzi Mohamed ([EMAIL PROTECTED])'s article
it could simply be an int storing the place in the stack...
So if someone forgets to remove the frame the next call will see it
immediately.
By the way couldn&
On 2008-12-06 15:55:44 +0100, dsimca <[EMAIL PROTECTED]> said:
== Quote from Fawzi Mohamed ([EMAIL PROTECTED])'s article
I think that it could be useful to add an argument to to
frameInit/free, in any case not just to speed things up, but to quickly
catch mismatched init/free calls
On 2008-12-06 00:20:49 +0100, dsimcha <[EMAIL PROTECTED]> said:
As per a discusson on digitalmars.D about a month ago, I've created a temp
space allocator for quickly allocating memory in a last in, first out manner.
Its main use is for allocating scratch space to be used within a function
with
out a list of language-related issues that
came up during the conference. Is that list available?
Andrei
http://www.prowiki.org/wiki4d/wiki.cgi?TangoWorkshopResults
(Fawzi Mohamed posted this link some time ago, IIRC)
I was too slow ;)
On 2008-11-02 18:46:16 +0100, Andrei Alexandrescu
<[EMAIL PROTECTED]> said:
I remember there was talk about a list of language-related issues that
came up during the conference. Is that list available?
Andrei
maybe you mean this
http://www.wikiservice.at/wiki4d/wiki.cgi?TangoWorksho
31 matches
Mail list logo