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

Refactor scoped context #1058

Merged
merged 1 commit into from
Oct 4, 2024
Merged

Refactor scoped context #1058

merged 1 commit into from
Oct 4, 2024

Conversation

seongahjo
Copy link
Contributor

@seongahjo seongahjo commented Sep 28, 2024

Summary

Refactor scoped context

Description

Each component has a context and contexts have a hierarchy. A child context has a reference to the parent context, the parent context does not have a reference to the child context.

  • FixtureMonkey → MonkeyContext
  • ArbitrayBuilder → ArbitraryBuilderContext
  • ObjectTree → TraverseContext

image

How Has This Been Tested?

  • existing tests

Is the Document updated?

No needed

@seongahjo seongahjo added this to the 1.1.0 milestone Sep 28, 2024
@seongahjo seongahjo force-pushed the sa/split-context branch 5 times, most recently from a8c3d8c to 1a2bd1a Compare October 4, 2024 08:42
@seongahjo seongahjo merged commit ce7834c into 1.1.x Oct 4, 2024
12 checks passed
@seongahjo seongahjo deleted the sa/split-context branch October 4, 2024 09:59
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