Sha256: b1839cb3ff1d9387ba4184b489c99efdbc05dead3904a60e446fb87e4190b2d7
Contents?: true
Size: 1.14 KB
Versions: 3
Compression:
Stored size: 1.14 KB
Contents
#Todo ###Known issues & Bugs 0. A `every` event used in a controller's action will time correctly on the first action, but subsequent actions will be off by at most 3 ticks. This is because we do not have any way (currently) to reset the timing queue in the controller as it reisters for all timing events at init. See "Does not call intervals of other actions; and still works when switching back actions" in `spec/kern/controller_spec.rb` 1. `vm_cache_write_sync_pending` in the `vm` service relies on page_ids, but this would cause a collision on two pages named the same thing. This needs to integrate the namespace. 2. The pager synchronization daemon and functions associated with marking paging as needing synchronization will attempt to sync at one time and not store the data if there is a crash or exit before synchronization completes. Furethermore, too many unsynced pages will wreck havok as they wil be dispatched at the same time via the synchronization daemon. ###Ideas for improvement 0. The `Raise` function should not actually signal the controller, it could just inline that 1. The controller's `ctable` could be flattened.
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
flok-0.0.82 | docs/todo.md |
flok-0.0.81 | docs/todo.md |
flok-0.0.80 | docs/todo.md |