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

Make Tree:tag protected instead of internal #477

Closed
MFlisar opened this issue Oct 19, 2022 · 4 comments
Closed

Make Tree:tag protected instead of internal #477

MFlisar opened this issue Oct 19, 2022 · 4 comments

Comments

@MFlisar
Copy link

MFlisar commented Oct 19, 2022

In a custom tree it may make sense to adjust tags with tree specific data. In timber v4 this was easily possible, not in v5 it isn't anymore.

Is this project still active? If so, please make Tree::tag at least protected so that sub classes can access, it does not make much sense to hide it from a derived class imho.. and this limits functionality of sub tree currently...

internal open val tag: String?

@YarikSOffice
Copy link

Facing the same issue, could not intercept the tag field to filter more stack trace elements

@inteist
Copy link

inteist commented May 4, 2023

You do realize this is an open source project, right? And this is one trivial change. It would take less time to create a pull request than to type that original issue LOOL :)

@hannesa2
Copy link

hannesa2 commented Jun 5, 2024

You do realize this is an open source project, right? And this is one trivial change.

@inteist
I guess people don't make even simple pull requests, when they are never merged.
At least for me it's valid

@MFlisar
Copy link
Author

MFlisar commented Jun 5, 2024

You do realize this is an open source project, right? And this is one trivial change. It would take less time to create a pull request than to type that original issue LOOL :)

You are responding to a 2 year old question... The PR is not the problem, but as @hannesa2 said, Jack Wharten is not accepting pull requests and he states that he thinks his library is feature complete - just check the open PRs, they are unresponded and open for 6-7 years now... So I would say the correct way is to ask and then make a PR...

BTW, I've written my own implementation and do support optional timber support in my library so I don't need an update anymore.

Maybe it makes you happy that I close this issue, LOOL :), to say it with your words..

Side Note:
A PR for this issue did exist for 1 year now without any effect...

@MFlisar MFlisar closed this as completed Jun 5, 2024
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

No branches or pull requests

4 participants