alan-if / alan-docs

Alan IF Documentation Project

Home Page:https://git.io/alan-docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Describe how nested containers are (not) handled wrt. limits

thoni56 opened this issue · comments

As mentioned in alan-if/alan#35 limits are not applied recursively to nested containers.

While we figure out the best course of action (considering aggregating attributes, inheriting limits and many other aspects), at least this should clearly be stated in the manual.


See: ALAN Manual » §3.8 Properties » Limits

Draft PR Created

I've created PR #112 for these changes, and began by polishing and improving the original text, before attempting to add the contents regarding nested containers and LIMITS.

Thanks to the PR being on a repository branch, we can both keep adding new commits to it, until we're happy with the changes, and then finally squash them into a single commit before merging them into master. This also allows to work on the changes on-and-off, without interfering with other developments.