Skip to content

Conversation

@pookjw
Copy link
Member

@pookjw pookjw commented Nov 30, 2025

No description provided.

@pookjw pookjw force-pushed the feature/restoreCurrentSubgraph branch from b7e1c52 to 408710b Compare November 30, 2025 14:23
let globalSubgraph = Subgraph(graph: graph)
let oldCurrentSubgraph = Subgraph.current
defer {
Subgraph.current = oldCurrentSubgraph
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. It should not use defer as it should be set after addChild
  2. This is a change from 6.0.87 to 6.5.4. And this file is currently aligned with 6.0.87. I have noticed this and plan to upgrade the whole implementation later.

@pookjw pookjw closed this Dec 2, 2025
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.

2 participants