-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: store the composition as nodes in the runtime (#105)
* feat!: impl Iterator for Composer to step through re-compositions * refactor: pass lints * fix: composer example * fix: drop scopes in reverse order to keep current behavior and remove Compose impl for RefMap * feat: update compose impl for tuples * fix: reborrow composables inside a tuple * fix: change pending queue to FIFO and pass lints * refactor!: make Runtime private and clean up * feat: update Memo composable * refactor: remove unused flags from ScopeData * feat: update Option and Result * feat: store the composition as nodes in the runtime * feat!: step through the composition with Composer::try_compose * feat: update FromIter composable * feat: update DynCompose and track parent keys * fix: drop child key on removal in Option and skip allocating Nodes for () * refactor: clean up
- Loading branch information
Showing
7 changed files
with
552 additions
and
295 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.