Replies: 2 comments
-
Our use case for extended error message and give users of your system more information:
PS: Currently we hack it by placing an extra class into the |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think that's perfectly fine, I don't know the initial reason for making it private, but since this doesn't break anything, I think it's perfectly fine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am opening this discussion to see if it would be possible to open the
pos
member of theNode
trait and make it public.Being an immutable variable, I don't see a reason why it's currently private, and being able to track back a node origin can be valuable.
Beta Was this translation helpful? Give feedback.
All reactions