Picolab / wrangler

Wrangler operating system for picos
4 stars 1 forks source link

extra ent:children #128

Open burdettadam opened 6 years ago

burdettadam commented 6 years ago

wrangle keeps track of children in ent:wrangler_children, but must update ent:children with a particular structure. This is due to issue https://github.com/Picolab/pico-engine/issues/382.
wrangler should not have to track children in two places, in two different data structures. This produces difficult code to maintain.

LewisThomas commented 5 years ago

Appears to be fixed now