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

Remove static output_node::node() method #648

Merged
merged 1 commit into from
Oct 6, 2024
Merged

Remove static output_node::node() method #648

merged 1 commit into from
Oct 6, 2024

Conversation

phate
Copy link
Owner

@phate phate commented Oct 6, 2024

The method was superseded by output::GetNode().

@phate phate requested a review from caleridas October 6, 2024 03:07
@phate phate enabled auto-merge (squash) October 6, 2024 03:32
@caleridas
Copy link
Collaborator

I think GetNode is going to be temporary stand-in as well -- I have another PR in prep that adds to input/output a method like this:

std::variant<node*, Region*> GetOwner()

That should systematically + exhaustively represent the available choices and be the basis for all dispatch.

@phate
Copy link
Owner Author

phate commented Oct 6, 2024

@caleridas Sounds good. However, could we still approve this one, so we have only one method that needs to be replaced. Or are there any concerns?

@caleridas
Copy link
Collaborator

No concerns, just rebase noise. But let's move ahead.

@phate phate merged commit 198967a into master Oct 6, 2024
11 checks passed
@phate phate deleted the NodeOutputNode branch October 6, 2024 09:31
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