Aaron Smith
65fe3fcf47
Fix some graph edge cases
2023-11-16 18:01:45 +00:00
Aaron Smith
ec998ccbc8
Implement batched updates
...
No docs yet, more testing needed.
2023-10-27 16:47:49 +01:00
Aaron Smith
7d82fe353e
Fix error in test
...
Also misc changes
2023-10-27 15:47:43 +01:00
Aaron Smith
15255855c3
Add repeated read test
2023-10-25 16:58:29 +01:00
Aaron Smith
8218e4702f
Fix diamond graphs
2023-10-25 15:49:35 +01:00
Aaron Smith
d07c705b64
Fix switch() not working in strict mode
...
Fixes #20
2023-09-27 10:02:09 +01:00
aaron
c68d0a6c18
Allow creation of nested tracking scopes
...
It turns out that handling destruction of a nested tracking scope was
not as difficult as I thought and didn't need much changes
2023-09-25 23:37:51 +01:00
aaron
38342b3805
Disallow creation of nested tracking scopes
2023-09-25 11:44:24 +01:00
Aaron Smith
250c13e7b8
Fix edge case bugs in reactive graph updates
2023-09-19 12:07:49 +01:00
aaron
c4a0180a2f
Improve error messages for derived sources
...
There seemed to be confusion over reactive-scoping (likely due to
incomplete docs), so I've added more explicit error messages when
deriving in non-reactive scopes to warn the user to use `root()` or
`mount()`.
2023-09-18 09:40:54 +01:00
aaron
efc4798ddb
Merge reactive scope refactor
2023-09-15 12:54:42 +01:00
aaron
f39774082a
Add check for recursive capturing
2023-08-28 01:27:31 +01:00
aaron
64d2a1f55c
Stop resizing of weak tables
2023-08-25 11:17:48 +01:00
Aaron Smith
a3f03fd067
Refactor codebase
2023-08-22 15:50:03 +01:00
Aaron Smith
6700e1b1f6
Add untrack()
2023-08-22 12:12:03 +01:00
Aaron Smith
7e5102c314
Update mocks
2023-08-10 15:43:27 +01:00
Aaron Smith
cc10c80a90
Refactor
2023-08-10 13:18:16 +01:00
Aaron Smith
b3c600acc3
Update mock tests
2023-08-09 17:58:17 +01:00
aaron
cb002f4f27
Initial commit
2023-08-08 21:33:11 +01:00