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

[compiler] refactor types in bindings #14517

Merged
merged 1 commit into from
May 14, 2024

Conversation

patrick-schultz
Copy link
Collaborator

@patrick-schultz patrick-schultz commented May 2, 2024

Slightly tweak the Bindings class to store a single array of (name, type) pairs, with the various environments referring back to that array. This simplifies passes that want to create a single mutable state for each binding, even those that are bound in multiple environments (e.g. eval and agg).

Copy link
Collaborator Author

patrick-schultz commented May 2, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @patrick-schultz and the rest of your teammates on Graphite Graphite

@patrick-schultz patrick-schultz changed the title refactor types in bindings [compiler] refactor types in bindings May 2, 2024
@patrick-schultz patrick-schultz force-pushed the ps-05-02-refactor_types_in_bindings branch 3 times, most recently from 0c0462a to c78664c Compare May 6, 2024 16:37
@patrick-schultz patrick-schultz force-pushed the ps-05-02-refactor_types_in_bindings branch from c78664c to e1b0d89 Compare May 7, 2024 19:36
@patrick-schultz patrick-schultz marked this pull request as ready for review May 9, 2024 18:11
Copy link
Collaborator Author

Note that this is passing tests, except for the timeout issue we're seeing everywhere.

@patrick-schultz patrick-schultz force-pushed the ps-05-02-refactor_types_in_bindings branch from e1b0d89 to ad60202 Compare May 14, 2024 12:36
@hail-ci-robot hail-ci-robot merged commit 1e6bcab into main May 14, 2024
2 checks passed
@hail-ci-robot hail-ci-robot deleted the ps-05-02-refactor_types_in_bindings branch May 14, 2024 13:30
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

3 participants