tox-backticks replacement: tox-backtocks #2938
Anvil
started this conversation in
Show and tell
Replies: 1 comment 5 replies
-
It's not clear what this plugin does and why one would one to use it 🤔 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear Tox maintainers, Dear Tox Community.
It is my pleasure to announce that I'm currently developing a replacement plugin for
tox-backticks
.Its name is tox-backtocks
The code is not really mature right now, but it is working for basic cases.
My plan is to make it work with the projects we currently have in the place i work at, in order to finally be able to upgrade to tox version 4. If I can manage to satisfy some or all of your use cases, I would be delighted. If backtocks fails for you, please feel free to report said failure.
My plan is also make things easier for users. Like:
Feel free to tell me if any thing really bothered you before with backticks, or is bothering you right now with backtocks, or if you want me to consider some specific aspect/feature in order not to break it 🤡
Also, I am learning tox internals: what they allow you to do and what they cannot seem to allow to do... If you read tox-backtocks source code, you will see that I had to make use of some tox objects private attributes. I am happy I could made it work, but I'm not happy for what it implies in terms of fragility.
In that regard, I am very open to suggestions:
SetEnv
class evolve in order to expose variables values along with their name? (It is the purpose of thetox-backtocks
, after all, to actually change the way values are computed)(I dont take myself seriously... why so serious heh ? but I consider my code quality seriously)
Best regards. Take care.
Beta Was this translation helpful? Give feedback.
All reactions