Pablo Emídio S.S

Results 25 comments of Pablo Emídio S.S

I started to use RedisInsight instead RedisDesktopManager today, and miss this option. I also vote for this

Is there any news around this issue? Any other 517 build backend implementation that I used has a way to define dynamic metadata (not just version, which is the main...

This implementation along with #1959 would be a game change to poetry when speaking about versioning.

And just to add a new point of view, maybe it'd be better split at two issue, but considering dynamic versioning; the poetry version command should be able to alter...

@radoering debbuging the source code, I find the follow behavior as used this PR change: ```python Package to add or search for (leave blank to skip): now we crash >...

I modify an existing test to add the scenary reported. When runned against master generate the follow output: ```python =========================================================================== FAILURES ============================================================================ _________________________________________________________ test_interactive_with_wrong_dependency_inputs _________________________________________________________ [gw3] linux -- Python 3.11.2...

Could anyone give any thought about it's something missing or it can be merged?

> Since there is a fix in `parse_dependency_specification` it might make sense to extend `test_parse_dependency_specification`. @radoering the fix in `parse_dependency_specification` was to prevent the error `too many values to unpack...

> I think poetry should not crash with a ValueError. (I didn't check if such an error is caught somewhere.) The best response would be to tell the user that...