1. 15 Feb, 2016 1 commit
    • Dominik Charousset's avatar
      Restructure response handling · 0504b91e
      Dominik Charousset authored
      Implement new API for behaviors that skips the intermediate maybe<message>
      return type. Instead, behaviors accept visitors that allow fine-grained access
      to the result of message handlers. Also remove the feature of returning
      continue helpers, since this is obsoleted by delegate.
      0504b91e
  2. 12 Feb, 2016 1 commit
  3. 09 Feb, 2016 4 commits
  4. 04 Feb, 2016 1 commit
  5. 28 Jan, 2016 1 commit
  6. 26 Jan, 2016 3 commits
  7. 23 Jan, 2016 1 commit
  8. 21 Jan, 2016 4 commits
  9. 20 Jan, 2016 1 commit
  10. 19 Jan, 2016 2 commits
  11. 18 Jan, 2016 3 commits
  12. 16 Jan, 2016 3 commits
  13. 15 Jan, 2016 5 commits
  14. 13 Jan, 2016 1 commit
  15. 11 Jan, 2016 4 commits
  16. 08 Jan, 2016 1 commit
  17. 07 Jan, 2016 3 commits
  18. 06 Jan, 2016 1 commit
    • Lingxi-Li's avatar
      Redesign actor decorators · a000469e
      Lingxi-Li authored
      1) Give decorators their own identities
      2) Fix dot composition behavior to match `f.g(x)=f(g(x))`
      3) Make decorators depend on decorated actors, but not vice versa
      4) Factor decorator unit tests
      a000469e