YahooArchive / mendel

A build toolchain for experimentation on isomorphic web applications with tree-inheritance and multivariate support.
MIT License
88 stars 25 forks source link

[V2] Analyzing the dependency graph #100

Closed juandopazo closed 7 years ago

juandopazo commented 7 years ago

Hey @irae @stephanwlee! What's a good way, now that there are no manifests, to analyze the dependency graph?

muralikr commented 7 years ago

@juandopazo Manifests are generated when we run mendel without watch argument.

juandopazo commented 7 years ago

Oh interesting...

juandopazo commented 7 years ago

I guess I'll have to write my own disc tho. Thanks!

irae commented 7 years ago

Yeah! I've been thinking of writing Disc for Mendel for a long while, since V2 I guess.

I want to get diff - view of manifests too, maybe even disc with diff! lol @juandopazo the possibilities are endless. To be honest, this relates a lot to what I said on the other issue today, bringing back post process manifest is a neat way to plug disc-like statistics.

You know, I just had another idea, what about a version of disc with variations and multi layer. Really, the only thing that changes is an input array, it can use mendel-trees internally to get exactly the same as a production package.