Results 91 comments of Andrew Mackenzie

Maybe remove from the compiler completely and have a separate tool able to create the SVG from a compiled manifest.json

Or try D2 instead of graphviz https://github.com/terrastruct/d2

Or https://gephi.org/

or https://en.wikipedia.org/wiki/Igraph

or https://www.yworks.com/products/yed

flowstdlib == rm -rf target/flowstdlib cargo build -p flowstdlib warning: source: /Users/andrew/workspace/flow/flowstdlib/src/math/range.toml warning: target: /Users/andrew/workspace/flow/target/flowstdlib/math/range_split/range_split.toml warning: relative: ../../../target/flowstdlib/math/range_split/range_split.toml flowsamples == warning: source: /Users/andrew/workspace/flow/flowsamples/reverse-echo/root.toml warning: target: /Users/andrew/workspace/flow/flowr/src/cli/stdio/readline.toml warning: relative: ../../flowr/src/cli/stdio/readline.toml warning:...

Uncomment lines in this function to print out the conversion ``` // figure out a relative path to get to target from source fn absolute_to_relative(target: &Path, source: PathBuf) -> Result...

[coverage_html.txt](https://github.com/andrewdavidmackenzie/flow/files/12597685/coverage_html.txt)

brew tap runs in a sandbox and cannot modify files in users $HOME directory, so my approach to installing flow in $HOME/.flow is impossible with this method.

Added an install script via https://github.com/andrewdavidmackenzie/flow/pull/2059 That installs: * flowc * flowstdlib * flowrcli * flowrgui Still pending some changes to cargo-binstall to install the flowr binaries to complete this...