Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: store the composition as nodes in the runtime #105

Merged
merged 17 commits into from
Dec 5, 2024
Merged

feat!: store the composition as nodes in the runtime #105

merged 17 commits into from
Dec 5, 2024

Conversation

matthunz
Copy link
Collaborator

@matthunz matthunz commented Dec 4, 2024

  • Store the composition as nodes in the runtime
  • Impl Iterator for Composer to step through re-compositions
  • Drop composables in reverse order to simulate the original behavior
  • Skip directly to composables with a pending queue
  • Make Runtime struct private
  • Update composables:
    • Memo
    • (T1..T8)
    • Option
    • Result
    • FromIter
    • DynCompose

@matthunz matthunz added enhancement New feature or request core experimental labels Dec 4, 2024
@matthunz matthunz changed the title Store pointers to the composition feat: store pointers to the composition Dec 4, 2024
@matthunz matthunz changed the title feat: store pointers to the composition feat: store the composition as nodes in the runtime Dec 5, 2024
@matthunz matthunz changed the title feat: store the composition as nodes in the runtime feat!: store the composition as nodes in the runtime Dec 5, 2024
@matthunz matthunz merged commit 9ef73eb into main Dec 5, 2024
4 checks passed
@matthunz matthunz deleted the tree branch December 11, 2024 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant