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

JPERF-1408 name DC nodes properly #181

Merged
merged 2 commits into from
Nov 29, 2023

Conversation

dagguh
Copy link
Contributor

@dagguh dagguh commented Nov 29, 2023

No description provided.

@dagguh dagguh requested a review from a team as a code owner November 29, 2023 11:38
@dagguh dagguh enabled auto-merge (rebase) November 29, 2023 11:38
}
}

override fun toString() = "node formula #$nodeIndex"
override fun toString() = base.name
Copy link
Contributor

@pczuj pczuj Nov 29, 2023

Choose a reason for hiding this comment

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

I'd keep different toString() for formula than for the actual node object. Having it the same could be misleading in some cases. Naming it the same is fine though.

@dagguh dagguh merged commit 19975dc into master Nov 29, 2023
4 checks passed
@dagguh dagguh deleted the issue/JPERF-1408-name-dc-nodes-properly branch November 29, 2023 12:17
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