less than 1 minute read

Summary

Last week, I finished subtree composition with depth 1, and tested it extensively with offline applications.

This week, I discovered that support for executing those same applications but in the dockerized environment.

I reorganized the code and made the generate_dockerized_app work with composition.

I also started thinking about the proper way to implement N-level composition, that is, subtrees that can contain other subtrees. I did some offline experiments mainly with the frontend.

Contributed PRs