-
Notifications
You must be signed in to change notification settings - Fork 6
06.29.2018 Meeting Notes
Ben Zhang edited this page Jun 29, 2018
·
1 revision
- modularity: decoupling two connected actors, the upstream actor do not need to know much information about the downstream actor
- use Yauhau to transform Flow programs into an intermediate representation (think call-graph) and then check the property
- Maybe only limited to static graph
- This tool maybe be too complicated for our task (preprocessing)
- options:
- babel plugins
- flow extension
- Yauhau
- To check properties at runtime, the same analysis should be able to run both offline and online
- flow check
- our check (static time)
- our check (hopefully the same check, online)
- flow-runtime?
- write specifications