Re: [fpc-pascal] Complex circular references

2012-11-26 Thread Noah Silva
Hi. I also wrote something that makes dot files for graphvis, and it does look at the implementation and interface sections. Search for pasviz. Thank you, Noah silva 2012/11/23 0:18 "denisgolovan" : > Hi all > > Now and again, I am trying to debug complex circular references. > By complex

Re: [fpc-pascal] Complex circular references

2012-11-22 Thread Jorge Aldo G. de F. Junior
I still dont understand why FPC doesnt support circular references... There is no way to solve that ? 2012/11/22 denisgolovan : >> PasDoc can produce 'dot' files of unit dependencies. (No idea if it will >> handle circular refs though). GraphViz can then be used to produce >> images based on the

Re:[fpc-pascal] Complex circular references

2012-11-22 Thread denisgolovan
> PasDoc can produce 'dot' files of unit dependencies. (No idea if it will > handle circular refs though). GraphViz can then be used to produce > images based on the 'dot' files. I gave up with it because it did not > parse the implementaion sections, but you won't be needing that for unit > depend

Re: [fpc-pascal] Complex circular references

2012-11-22 Thread Peter
PasDoc can produce 'dot' files of unit dependencies. (No idea if it will handle circular refs though). GraphViz can then be used to produce images based on the 'dot' files. I gave up with it because it did not parse the implementaion sections, but you won't be needing that for unit dependences.

[fpc-pascal] Complex circular references

2012-11-22 Thread denisgolovan
Hi all Now and again, I am trying to debug complex circular references. By complex circular references I mean those which are produced by cyclic graphs of units, not simple one unit uses another and that uses the first one. Unfortunately, currently fpc just shows that some circular references ex