-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Plugin installer] Follow up 54f312f and temporarily hardcode plugin …
…compatibility as 3.0
- Loading branch information
1 parent
10b37f3
commit 7c01b7e
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7c01b7e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for all the work you are doing on the plugin manager @borysiasty
Would it be possible to send them trought pull requests in the future, so travis and other devs have at least a short window to give feedback before it lands :)
7c01b7e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@m-kuhn: for this particular commit it would be pointless, as I'm just working on a PR that reverts it ;) It's a fast fix for the tonight build - one string not covered by Travis' tests. In such cases I can rather skip fast fixes and keep things broken until me or someone else finds a time for implementing a long-time solution.
However, in general, do you mean pushing every single typo fix by a pull request? I fully appreciate this workflow, just don't notice we strictly follow it, so didn't want to clutter the PR queue with too obvious fixes. Speaking jokingly, if other devs keep breaking code I wrote without PRs, and I have to wait for reviewing my one-line fixes to their breaks, it will make QGIS defective for a longer time ;) But it's not this case, it was broken using a proper PR :)
7c01b7e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have myself pushed some apparently easy fixes which ended up making trouble and had to be reverted, meanwhile breaking unit tests for other incoming pull requests and having people clicking around to find out that travis failed for unrelated changes.
So in short: yes, I think even for apparently trivial stuff it's good to send it through a pull request. Even better if you help keeping the PR queue decluttered by merging it yourself after a day with no or only positive feedback from other devs :)
7c01b7e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@m-kuhn Unfortunately you're right ;)