-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems with FPM and updating a PR #557
Comments
Reported in fortran-lang/setup-fpm#6 You can fix it for now by pinning to a specific version ( |
Where do I look to find out how to pin to a specific version? |
I opened #558 to pin fpm to version 0.4.0 in the testing. |
Will that automatically start testing for my PR or is there something else I have to do? |
You would have to cherry-pick the commit, merge back the default branch or rebase your branch once the patch is merged. |
I have submitted a PR for hash functions and pushed my initial code a couple of weeks ago with no problems. I then found some problems with a module and pushed the correction. This led to a message with the header "[wclodius2/stdlib] Run failed: fpm-deployment - hash_functions (7be16f3)". The error report is for
Install fpm latest release
with the detailed message
Run fortran-lang/setup-fpm@v3
10
use-haskell: false
11
fpm-version: latest
12
fpm-repository: https://github.com/fortran-lang/fpm
13
This platform is linux
14
Fetching fpm from https://github.com/fortran-lang/fpm/releases/download/current/fpm-current-linux-x86_64
15
Error: Error while trying to fetch fpm - please check that a version exists at the above release url.
16
undefined
17
Error: The "path" argument must be of type string. Received type undefined
It looks like FPM has become required since the initial push. I can see three issues in the error report:
What can I do to fix it on my end? Is there something that needs to be fixed in the use of fpm by the repository?
The text was updated successfully, but these errors were encountered: