-
Notifications
You must be signed in to change notification settings - Fork 105
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
WIP: Implement types for Pregel.stream using recursive type #512
Draft
nfcampos
wants to merge
16
commits into
main
Choose a base branch
from
nc/23sep/stream-output
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f6b1d52 - Browse repository at this point
Copy the full SHA f6b1d52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b24c92 - Browse repository at this point
Copy the full SHA 7b24c92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92184d1 - Browse repository at this point
Copy the full SHA 92184d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24eb241 - Browse repository at this point
Copy the full SHA 24eb241View commit details -
Configuration menu - View commit details
-
Copy full SHA for 278517c - Browse repository at this point
Copy the full SHA 278517cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a387043 - Browse repository at this point
Copy the full SHA a387043View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cb8766 - Browse repository at this point
Copy the full SHA 6cb8766View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7773c04 - Browse repository at this point
Copy the full SHA 7773c04View commit details
Commits on Sep 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7423be5 - Browse repository at this point
Copy the full SHA 7423be5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75af108 - Browse repository at this point
Copy the full SHA 75af108View commit details
Commits on Sep 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ab4e684 - Browse repository at this point
Copy the full SHA ab4e684View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dafb44 - Browse repository at this point
Copy the full SHA 9dafb44View commit details -
Configuration menu - View commit details
-
Copy full SHA for aed73d9 - Browse repository at this point
Copy the full SHA aed73d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dd5bc5 - Browse repository at this point
Copy the full SHA 9dd5bc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd5a085 - Browse repository at this point
Copy the full SHA cd5a085View commit details -
Return typing for invoke & stream
Still returns unknown, which is derived from the `Channels` generic param. Channels are stored everywhere as `Record<string, BaseChannel>` which types the channel value & updates as unknown. Need to figure out a way to reintegrate channel types throughout to narrow the return type further.
Configuration menu - View commit details
-
Copy full SHA for 1342d59 - Browse repository at this point
Copy the full SHA 1342d59View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.