drewdeponte / sublime_guard

Sublime Text 2 Guard Plugin - helps create a smoother development workflow.
MIT License
175 stars 15 forks source link

Python3/ST3 support #66

Closed hayd closed 11 years ago

hayd commented 11 years ago

This tiny commit gets sublime_guard working on ST3 (at least for me).

:)

Should be backwards compatible to python2/ST3.

hayd commented 11 years ago

Perhaps it's a bit of a claim to say that it's "working".

It's lets me start guard (when it didn't before), but the output is empty and there are probably some other issues. Runs tests ok though.

Verhaeg commented 11 years ago

Hi Hayd, i took your idea of the porting, since I also use ST3 now and this plugin helps a lot. I took a few more steps to be able to get the output into the panel and avoid some errors when parsing into stdin/stdout strings without being parsed to binaries. Check there to see if you have any improvements or ideas ;)

hayd commented 11 years ago

Thanks @Verhaeg! I pulled those changes into this branch/pull request. Will have a test on ST2 and 3 later in the day. :)

anlek commented 11 years ago

Any progress on this?

tbueno commented 11 years ago

Sorry for the delay guys.

I just tested in both versions and everything went fine. Let me know if you have any trouble.