-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
[PackageDev] File conversion unsuccessful. (yaml -> plist) but conversion was success #55
Comments
Thanks for the report. I just mixed the output message and made it display the opposite result in that message ( I don't think I'll release a bugfix for just this, so I'll allocate some time in the near future and fix a few other things as well. |
👍 as a n00b, this was kind of confusing and had me wondering how to figure out what was wrong w/ my definition file. |
I think you should definitely submit a bugfix for this, especially if it's an easy fix. The message makes us think something's wrong, and loses time trying to troubleshoot what's wrong. |
I see this is causing a few problems for users, so I'll raise this in my priority list. Look for a fix on the weekend. |
Thanks @FichteFoll ! 👍 🍻 |
Great, thx! |
I'm using your package to develop syntax highlighting, and when i convert yaml to plist using build system of the package it puts that message to Sublime console
[PackageDev] File conversion unsuccessful. (yaml -> plist)
but conversion was success. Then I find out in the package source following line of code which can produce that message I think.
https://github.com/SublimeText/AAAPackageDev/blob/b1e61d9c404d101c86aef0744d5c3b7a773c684a/file_conversion.py#L242-L243
So, is it feature of the package to print unsuccess message when convertion was success?
The text was updated successfully, but these errors were encountered: