January 27, 2005
pragma wrote:

> I wonder what Mango looks like after you run this thing?

Pasta :-)

http://www.algonet.se/~afb/d/dimple-mango3.png

--anders
January 27, 2005
On Thu, 27 Jan 2005 19:28:51 +0100, Anders F Björklund wrote:

> pragma wrote:
> 
>> I wonder what Mango looks like after you run this thing?
> 
> Pasta :-)
> 
> http://www.algonet.se/~afb/d/dimple-mango3.png
> 
> --anders

LOL!

Don't show Kris that one!

:-D


January 27, 2005
Looks really nice!

Anyway; I don't know what goals you have with this app, but it do much the same as my ddepcheck
(www.igesund.net/larsivar/ddepcheck.d)
except for the graphics part. ddepcheck finds the dependencies of one file, usually only one or two levels if private imports are used. It is meant to be used in make like environments where it is nice to know the dependencies (for knowing what to rebuild), although the speed of the D compiler makes it somewhat superflous. It is a part of A-A-P and is used by default there. As for code quality, Dimple looks really clean! ddepcheck's code isn't to bad to follow, but I guess it is a horrible way to parse source files.

Lars Ivar Igesund

zwang wrote:
> Dimple, or "D import-list explorer", extracts import declarations from
> D source files and builds a dependency graph for visualization.
> It's written in D and distributed under the terms of GPL.
> 
> http://www.shfls.org/w/d/dimple/
January 27, 2005
Cool name!

"zwang" <nehzgnaw@gmail.com> wrote in message news:ctalqo$1rcg$1@digitaldaemon.com...
> Dimple, or "D import-list explorer", extracts import declarations from
> D source files and builds a dependency graph for visualization.
> It's written in D and distributed under the terms of GPL.
>
> http://www.shfls.org/w/d/dimple/


January 28, 2005
Norbert Nemec wrote:
> Anders F Björklund wrote:
> 
> 
>>Seems to work quite OK in the end, though: :-)
>>http://www.algonet.se/~afb/d/dimple-mango.png
> 
> 
> Even if you don't consider the missing dependencies: why is std.array red? I
> cannot see any circular references involving it?
> 
> 
>>Neat toy!
> 
> 
> I can only agree!
> 

Thanks for pointing out the bug.  It's now fixed in Dimple 0.13 :-)
January 29, 2005
Anders F Björklund wrote:
> pragma wrote:
> 
>> I wonder what Mango looks like after you run this thing?
> 
> 
> Pasta :-)
> 
> http://www.algonet.se/~afb/d/dimple-mango3.png
> 
> --anders

I only have one question after that...what's a PickleWriter???

-- 
-PIB

--
"C++ also supports the notion of *friends*: cooperative classes that
are permitted to see each other's private parts." - Grady Booch
January 29, 2005
A PickleWriter is Mango's version of serializing objects to string so they may be written out to disk or other persistent store.  He probably was inspired by Python:

http://docs.python.org/tut/node9.html#SECTION009220000000000000000

BA


Paul Bonser wrote:
> Anders F Björklund wrote:
> 
>> pragma wrote:
>>
>>> I wonder what Mango looks like after you run this thing?
>>
>>
>>
>> Pasta :-)
>>
>> http://www.algonet.se/~afb/d/dimple-mango3.png
>>
>> --anders
> 
> 
> I only have one question after that...what's a PickleWriter???
> 
January 30, 2005
so I think console version may be enough and ....better.


"Anders F Björklund" <afb@algonet.se> wrote in message news:ctbbt3$2qfr$1@digitaldaemon.com...
> pragma wrote:
>
> > I wonder what Mango looks like after you run this thing?
>
> Pasta :-)
>
> http://www.algonet.se/~afb/d/dimple-mango3.png
>
> --anders


1 2
Next ›   Last »