Andrew Mackenzie
Andrew Mackenzie
Goal: Make partitioning of a flow possible, and connections between functions logical and independent of which node a part of the flow is running on. Consider removing the storage of...
Not all can be updated automatically by cargo release and a number of places need manual updating of the version of libs they use...
Ease of configuration and use, eliminate env vars? Each crate able to be installed/used on it's own, or in standard places
Currently, the cargo install of flowr is missing context function definitions and so cannot be used without a source install that is used to find context definitions using -C… Consider...
Consider cargo binstall as a way to install to $HOME/.flow/flowsamples a pre-build released version from github For the code in main.rs to make sense and having a binary work and...
Make sure that what is in the target folder of flowstdlib is complete and could be used to install and run it. Currently noticed that some of the files used...
Avoid the code receiving results and sending values to other functions needing to access the function at all, by using all the data in the Job structure. Looks like retire_job()...
Show how a flow can be decomposed hierarchically into sub-processes, some of which are functions and some of which are sub-flows, and so on down until only functions remain. In...
At code level via API and messages At CLI level using CLI crate? - cli_debug_client @47% - cli_debug_server @ 19% - debug_server_message @ 22% Unit tests for- runtime_messages @ 28%...