LivelyKernel / lively4-core

A Self-supporting, Web-based Development Environment
https://lively-kernel.org/lively4/lively4-core/start.html
MIT License
73 stars 25 forks source link

Test proxy based Active Expressions for more complex functions. #394

Open niconomaa opened 4 years ago

niconomaa commented 4 years ago

The proxy based implementation for active expression has been shown to be working for detecting changes in simple object property accesses and simple functions.

Now, we need to test for more complex including, for example, control flow structures, function calls and combinations of those.