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

Why doesn't a definitionMessage have a parent? #506

Open
kharybdys opened this issue Jul 16, 2019 · 0 comments
Open

Why doesn't a definitionMessage have a parent? #506

kharybdys opened this issue Jul 16, 2019 · 0 comments
Labels
0 - Backlog New issue, unvetted.

Comments

@kharybdys
Copy link
Contributor

I had code that tried to go "up the tree" from a property to find the complete path to said property, but which stopped at the definitionMessage as said message didn't have a parent. I currently fixed it by not going up, but going down and passing the partial path, but maybe a definitionMessage should have a parent.
Note that if we implement this, we run the risk of unintended consequences as other code might depend on them not having a parent.

@ghost ghost added the 0 - Backlog New issue, unvetted. label Sep 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0 - Backlog New issue, unvetted.
Projects
None yet
Development

No branches or pull requests

1 participant