pickle icon indicating copy to clipboard operation
pickle copied to clipboard

Pickle picks RC instead of latest stable

Open ruudk opened this issue 3 years ago • 3 comments

$ pickle install --defaults redis
  - Installing redis (latest-stable): Downloading (100%)
+-----------------------------------+----------+
| Package name                      | redis    |
| Package version (current release) | 5.3.5RC1 |
| Package status                    | RC       |
+-----------------------------------+----------

Why does it install RC version (tagged as beta on pecl) instead of the latest real stable?

ruudk avatar Nov 18 '21 06:11 ruudk

I use pickle install --defaults [email protected] so that it uses the version I want and periodically check https://mlocati.github.io/pecl-info/ for new versions (uncheck compat versions to view all)

That does not answer why it does that, but it's a fix

akalineskou avatar Feb 04 '22 19:02 akalineskou

@akalineskou that's not a fix , that's a workaround ;)

I have the same with xdebug - and it even says installing latest-stable :face_with_spiral_eyes:

 > [php_with_development_tools 1/6] RUN /usr/local/bin/pickle.phar install --no-interaction xdebug:
#24 0.354   - Installing xdebug (latest-stable): Downloading (100%)         
#24 1.592 +-----------------------------------+-------------+
#24 1.592 | Package name                      | xdebug      |
#24 1.592 | Package version (current release) | 3.2.0alpha1 |
#24 1.592 | Package status                    | alpha       |
#24 1.592 +-----------------------------------+-------------+

EDIT: Nice while I was writing this, a fix has been proposed. That was fast :D

michael-schaefer-eu avatar Jul 22 '22 12:07 michael-schaefer-eu

@michael-schaefer-eu check https://github.com/FriendsOfPHP/pickle/pull/259 for a fix

b1rdex avatar Jul 22 '22 12:07 b1rdex

@ruudk any comment about why this is not planned?

b1rdex avatar Aug 12 '23 09:08 b1rdex

I don't care for this issue anymore.

ruudk avatar Aug 12 '23 10:08 ruudk