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

Address a huge number of TODOs across the codebase #396

Merged
merged 63 commits into from
Jun 28, 2023
Merged

Address a huge number of TODOs across the codebase #396

merged 63 commits into from
Jun 28, 2023

Conversation

benjie
Copy link
Member

@benjie benjie commented Jun 28, 2023

No description provided.

benjie added 30 commits June 22, 2023 14:47
I did some benchmarking and `Object.defineProperty` on a list slows
iteration by a third, but just setting the property normally
(`arr.hasMore = true`) has negligible impact on iteration performance.

Further, I've made it so the property is only set when the list does
indeed have more, so more cases should be optimized.
@benjie
Copy link
Member Author

benjie commented Jun 28, 2023

Ready to merge; just needs a changeset to be written 😅

benjie added 10 commits June 28, 2023 15:13
…d (typically useful for record codecs); so we've eradicated runtime resource definition for columns that use composite types (or lists thereof) - all composite types accessible from attributes are now guaranteed to have a table-like resource generated in the registry.
…SON isn't cast to `::text` and then back to `::json`)
…et rather than the request context, this allows running steps inside special buckets (subscriptions, mutations) to run with a clean cache.
@benjie benjie merged commit 7da020a into planning Jun 28, 2023
1 check passed
@benjie benjie deleted the todos branch June 28, 2023 17:18
@benjie benjie added this to the V5 beta milestone Jul 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant