Nat Noordanus
Nat Noordanus
Hi @kethan1, thanks for the feedback! You're not the first to ask about something like this, so it seems like something worth supporting, but I'll need to think through and...
@kethan1 I have't had time to work on this yet, but I wanted to share an idea I had for how to serve this use case with a general purpose...
Hi @cwichel, Thanks for the feedback. Something is off here. Poe is meant to propagate the exit code of tasks. When I try an example like your on macOS it...
Thanks for investigating @cwichel That's a pity. I guess the solution would be either to try get a fix into poetry (which could take a while with poetry's release rate),...
Curious indeed. Only thing I can think of is that somehow poe being picked up as a plugin for poetry somehow changes the way poetry runs stuff in general?! Thanks...
Hi @cwichel, could you be so kind as to confirm whether this is still an issue with poetry >= 1.2.0b3 ?
Hi @kbhatiya999, thanks for reporting this. I followed your steps with python 3.10 on macOS but was not able to reproduce the issue. I don't have immediate access to a...
@kbhatiya999 thanks for the details. Also curious whether invoking poe tasks via the plugin works. Also could you share the output you get from executing `poetry self show plugins` with...
@kbhatiya999 Also curious if the issue still occurs if you install the plugin with `pip install poethepoet[poetry_plugin]` instead of installing it directly into poetry?
Thanks @kbhatiya999, that's very interesting. How poetry handles errors is weird... also poetry probably should not break when a plugin is broken... that's another issue. The plugin should also be...