-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Diffable package added. #8816
Diffable package added. #8816
Conversation
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.
Automated testing result: ERROR
Repo link: Diffable
Results help
Packages added:
- Diffable
Processing package "Diffable"
- ERROR: The binding ['super+k', 'super+d'] unconditionally overrides a default binding
- File: Default (OSX).sublime-keymap
- ERROR: The binding ['super+k', 'super+c'] unconditionally overrides a default binding
- File: Default (OSX).sublime-keymap
- ERROR: The binding ['ctrl+k', 'ctrl+d'] unconditionally overrides a default binding
- File: Default (Windows).sublime-keymap
- ERROR: The binding ['ctrl+k', 'ctrl+c'] unconditionally overrides a default binding
- File: Default (Windows).sublime-keymap
- ERROR: The binding ['ctrl+k', 'ctrl+d'] unconditionally overrides a default binding
- File: Default (Linux).sublime-keymap
- ERROR: The binding ['ctrl+k', 'ctrl+c'] unconditionally overrides a default binding
- File: Default (Linux).sublime-keymap
Those conflicted bindings are dismissed now. Could some one please rerun these tests? |
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.
Automated testing result: SUCCESS
Repo link: Diffable
Packages added:
- Diffable
Processing package "Diffable"
- All checks passed
@braver hey, just wondering is it something wrong with this package or it's just waiting its turn to be properly reviewed? |
This is a community project, we'll get to it when we get to it. It usually takes a few weeks for new submissions to float to the top of the stack. Couple of things:
|
Thanks for kinds words.
|
More as a suggestion for future development. Kaleidoscope is very niche, and lots of other apps can be launched in a similar manner.
Package control references packages by name. If your package is mostly a drop in replacement for another abandoned package, you could change the details of that package to point to your repo. Or we remove the existing package and add its name to your package via previous_names. Some examples: https://github.com/wbond/package_control_channel/pulls?q=is%3Apr+label%3Atakeover+is%3Aclosed |
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.
Automated testing result: SUCCESS
Packages modified:
- Diffable
Yes, in fact, the existing entry for Diffy should be removed. |
@braver Yep, it's already done, CI was failing otherwise. |
Alright, looking good. As a matter of protocol I would like to give @zsong 2 weeks to object to the replacement and come up with an alternative approach. If nothing comes from that, we'll merge this PR. |
@braver Hi, seems like the time has come. |
Alright, I would say that all that's missing now is a 2.0 upgrade message (for existing users) explaining the change of name and ownership of the package and any changes that might be relevant for them. |
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.
Automated testing result: SUCCESS
Packages modified:
- Diffable
I think you need to put the full path to the 2.0.0 message in the json (ie. unlike the readme it's not in the root dir). |
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.
Automated testing result: SUCCESS
Packages modified:
- Diffable
Apparently revealed that there's an option to add donation page to a package, therefore added one. |
My package is a wrapper around sublime built in incremental diff tool, plus in addition it provides an option to pass the content to Kaleidoscope diff app.
My package is similar to Diffy. However it should still be added because diffy is quite deprecated for a years, I've even tried to contribute there, and my PR even got accepted, yet it's still latest version in the channel is from 2015 year. Also it has quite ugly UI and inaccurate and slow diff also.