| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
| |
Still missing actual functionality beyond a numeric display, and error
cases have not been tested, but hey, it's there!
|
| |
|
|
|
|
|
| |
This is mainly as a note to my future self. A barebone implementation of
the logic for the pulse runnable loop, where all details (meaning:
functions to be called) are still not implemented - not even as
signatures.
|
| |
|
|
|
| |
This change makes respective functions return either a result or an
option instead. The goal here is readability.
|
| |
|
|
|
|
|
| |
This reverts commit e1f0525e4e1dcf674aa7489042a06b7c7d671a2a.
I've decided against having mutable self-references. It's a bit less
convenient, but more sane. Also, the revert can be reverted any time,
should the need arise.
|
| |
|
|
|
| |
Because there is no real reason speaking against it, and it makes plugin
development a lot easier.
|
| |
|