-
Notifications
You must be signed in to change notification settings - Fork 145
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
Allow closing of profile tabs #206
Comments
Feature implemented in PhRX@7bca26f , will create PR when previous ones have been processed. |
I don't understand why you can't create an independent PR. This has been discussed and explained by both @nitsanw and me. I started reviewing the first PR and you just rejected the feedback and refused to write tests. I don't think its likely to get merged without any improvement or effort being made to address these legitimate concerns. |
Hi @RichardWarburton There are 2 main factors/reasons :
Anyway, I will rollback everything and separate the changes out. After that I'll add tests. |
I've now undone all changes in the various open PRs from me (based on http://www.claassen.net/geek/blog/2011/02/git-merge-strategytheirs.html). What cannot be helped is that the "undo" shows up as a separate new commit, so each of the new PRs contains all of the undone commits, followed by the undo commit, and the single commit containing the actual changes. I've added a comment to each PR to clarify this. I also took care to minimize the diffs by getting rid of some formatting changes that were inadvertently introduced. I'll see what I can do about adding tests as soon as feasible. |
Is this still an issue? |
Yes, in the current version an opened profile cannot be closed. |
Enable close buttons on profile and profile diff tabs, and ensure that underlying resources are cleaned up when necessary.
The text was updated successfully, but these errors were encountered: