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

Group context structs under top-level semantic keys #65

Merged
merged 3 commits into from
Feb 8, 2024

Conversation

nicholasjng
Copy link
Collaborator

Instead of sticking the single keys into the top-level context struct, we group them under semantic keys in a lower nested level. This has the benefit that ambiguous keys like "version" or "commit" can be given for multiple context aspects, like Python vs. git vs. ...

Changes the unit tests to operate on the nested structs instead.

Instead of sticking the single keys into the top-level context struct,
we group them under semantic keys in a lower nested level. This has the
benefit that ambiguous keys like "version" or "commit" can be given for
multiple context aspects, like Python vs. git vs. ...

Changes the unit tests to operate on the nested structs instead.
@nicholasjng nicholasjng self-assigned this Feb 7, 2024
Contains null-column filtering, a table format setter, a benchmark regex
filter, and a context filter able to operate on nested values. This is
especially important now that we pushed semantically related contexts
one level up.
actions/cache to v4, actions/setup-python to v5,
actions.{up,down}load-artifact to v4. This is mostly to silence node16
upgrade warnings.
@nicholasjng nicholasjng merged commit 7874188 into main Feb 8, 2024
5 checks passed
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.

1 participant