quchen / amoeba

Amœba is a distributed network.
Other
18 stars 1 forks source link

Refactor dotfile generation #45

Open quchen opened 10 years ago

quchen commented 10 years ago

c59eadc94ca7d10dbfad467ac8278ec010f4780e introduces candidate refactorings to port dotfile generation to Text instead of String, making better use of Foldable, and combining node targets à la A -> {X,Y,Z}.

Using a small script (parser + prettyprinter), the 3cluster.dot file was semi-manually converted to the smaller dot-file representation in 65ec25887a23d94680e6a917899ee36b9936d96b already.

These changes should be merged into the development branch as soon as it is stable enough again to sustain a network worth plotting, making testing possible.

quchen commented 10 years ago

(Work on this has been done on a local branch that is continally rebased onto develop. Waiting for the merge until testing is possible with reasonable stability again.)