missing file in melpa recipe
Closed this issue · 2 comments
The melpa recipe (https://github.com/melpa/melpa/blob/master/recipes/phpstan) is missing the flycheck-phpstan.el
file, which means that it isn't copied when using the straight package manager. This mean that requiring the file causes an error.
And shouldn't the old package be deleted? (https://github.com/melpa/melpa/blob/master/recipes/flycheck-phpstan)
@xendk
What does the old package mean? From the beginning, phpstan
and flycheck-phpstan
were released as separate packages.
I am not a straight user, but flycheck-phpstan
depends on flycheck
and phpstan
, so the package manager will install them recursively. If the dependencies are not resolved automatically, install flycheck
, phpstan
, flycheck-phpstan
in order.
Thank you.