SublimeText / UnitTesting

Testing Sublime Text Packages
MIT License
112 stars 32 forks source link

GitHub Action for Sublime Text 4 #174

Closed pykong closed 7 months ago

pykong commented 4 years ago

It would be great to have a workflow for Sublime Text 4 as well. Even if ST4 is not released yet, this would greatly help early-adopting plugin developers.

randy3k commented 4 years ago

There are two issues needed to be solved. St4 requires a key, 2 package control does not support st4 (python 3.8) at this moment.

pykong commented 4 years ago

OK. Thanks for the update.

yeraydiazdiaz commented 2 years ago

I believe ST4 is now supported as described in the README:

Sublime Text 4 is now supported. Test coverage on Python 3.8 packages is still not working until Package Control supports Python 3.8.

I think Package Control already support 3.8 as well, so maybe the README is outdated?

In any case we may want to close this issue.

randy3k commented 2 years ago

The latest version of Package Control still doesn't support Python 3.8 packages as far as I can tell.

yeraydiazdiaz commented 2 years ago

I don't have a ton of experience in the ecosystem but my package https://packagecontrol.io/packages/REST%20Client is 3.8 only and seems to work fine?

randy3k commented 2 years ago

It works because your package doesn't have any dependencies. Your package will probably fail if it specifies any dependencies.

yeraydiazdiaz commented 2 years ago

I see, thank you for clarifying. 👍🏻

deathaxe commented 7 months ago

ST4 is fully supported by 1.6.0+