Some helpers for working with constant expression evaluator #633
ci.yml
on: pull_request
Ubuntu / Stack / test
4m 1s
Matrix: mac-cabal-test
Matrix: ubuntu-cabal-test
Matrix: windows-cabal-test
Annotations
40 warnings
Ubuntu / GHC 9.4, Cabal / test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Ubuntu / GHC 9.4, Cabal / test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, haskell/actions/setup@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Ubuntu / GHC 9.4, Cabal / test
As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash).
|
Ubuntu / GHC 9.4, Cabal / test:
test/Language/Fortran/Analysis/ModGraphSpec.hs#L4
The import of ‘TestUtil’ is redundant
|
Ubuntu / GHC 9.4, Cabal / test:
test/Language/Fortran/Analysis/ModGraphSpec.hs#L20
Top-level binding with no type signature:
|
Ubuntu / Stack / test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Ubuntu / Stack / test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Ubuntu / GHC 9.0, Cabal / test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Ubuntu / GHC 9.0, Cabal / test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, haskell/actions/setup@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Ubuntu / GHC 9.0, Cabal / test
As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash).
|
Ubuntu / GHC 9.0, Cabal / test:
src/Language/Fortran/Repr/Eval/Value.hs#L15
The import of ‘Language.Fortran.Repr.Value.Scalar.Common’ is redundant
|
Ubuntu / GHC 9.0, Cabal / test:
src/Language/Fortran/Repr/Eval/Value.hs#L19
The import of ‘Language.Fortran.Repr.Value.Scalar.String’ is redundant
|
Ubuntu / GHC 9.0, Cabal / test:
src/Language/Fortran/Repr/Eval/Value.hs#L36
The import of ‘Data.Word’ is redundant
|
Ubuntu / GHC 9.0, Cabal / test:
src/Language/Fortran/Repr/Eval/Value.hs#L270
Pattern match(es) are non-exhaustive
|
Ubuntu / GHC 9.0, Cabal / test:
src/Language/Fortran/Analysis/DataFlow.hs#L35
The import of ‘Language.Fortran.AST.Literal.Real’ is redundant
|
Ubuntu / GHC 9.0, Cabal / test:
src/Language/Fortran/Analysis/DataFlow.hs#L352
Defined but not used: ‘minConst’
|
Ubuntu / GHC 9.0, Cabal / test:
src/Language/Fortran/Analysis/DataFlow.hs#L355
Defined but not used: ‘maxConst’
|
Ubuntu / GHC 9.0, Cabal / test:
src/Language/Fortran/Analysis/DataFlow.hs#L358
Defined but not used: ‘inBounds’
|
Ubuntu / GHC 9.0, Cabal / test:
src/Language/Fortran/Analysis/DataFlow.hs#L375
Defined but not used: ‘pvMap’
|
Ubuntu / GHC 9.0, Cabal / test:
src/Language/Fortran/Analysis/DataFlow.hs#L384
Defined but not used: ‘getV’
|
Ubuntu / GHC 9.2, Cabal / test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Ubuntu / GHC 9.2, Cabal / test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, haskell/actions/setup@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Ubuntu / GHC 9.2, Cabal / test:
src/Language/Fortran/Repr/Eval/Value.hs#L15
The import of ‘Language.Fortran.Repr.Value.Scalar.Common’ is redundant
|
Ubuntu / GHC 9.2, Cabal / test:
src/Language/Fortran/Repr/Eval/Value.hs#L19
The import of ‘Language.Fortran.Repr.Value.Scalar.String’ is redundant
|
Ubuntu / GHC 9.2, Cabal / test:
src/Language/Fortran/Repr/Eval/Value.hs#L36
The import of ‘Data.Word’ is redundant
|
Ubuntu / GHC 9.2, Cabal / test:
src/Language/Fortran/Repr/Eval/Value.hs#L270
Pattern match(es) are non-exhaustive
|
Ubuntu / GHC 9.2, Cabal / test:
src/Language/Fortran/Repr/Eval/Value.hs#L311
Pattern match(es) are non-exhaustive
|
Ubuntu / GHC 9.2, Cabal / test:
src/Language/Fortran/Repr/Eval/Value.hs#L320
Pattern match(es) are non-exhaustive
|
Ubuntu / GHC 9.2, Cabal / test:
src/Language/Fortran/Repr/Eval/Value.hs#L329
Pattern match(es) are non-exhaustive
|
Ubuntu / GHC 9.2, Cabal / test:
src/Language/Fortran/Repr/Eval/Value.hs#L342
Pattern match(es) are non-exhaustive
|
Ubuntu / GHC 9.2, Cabal / test:
src/Language/Fortran/Repr/Eval/Value.hs#L369
Pattern match(es) are non-exhaustive
|
Ubuntu / GHC 9.2, Cabal / test:
src/Language/Fortran/Analysis/Types.hs#L685
Pattern match(es) are non-exhaustive
|
Ubuntu / GHC 9.2, Cabal / test
As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash).
|
Windows / GHC 9.2, Cabal / test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Windows / GHC 9.2, Cabal / test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, haskell/actions/setup@v2, actions/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Windows / GHC 9.2, Cabal / test
As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash).
|
Mac / GHC 9.2, Cabal / test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Mac / GHC 9.2, Cabal / test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, haskell/actions/setup@v2, actions/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Mac / GHC 9.2, Cabal / test
As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash).
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "fortran-src-macos-ghc-9.2-cabal-d0d94b77c126e44b65c2cd33dd5144df47cc797b", "fortran-src-ubuntu-stack-d0d94b77c126e44b65c2cd33dd5144df47cc797b", "fortran-src-windows-ghc-9.2-cabal-d0d94b77c126e44b65c2cd33dd5144df47cc797b.exe".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
fortran-src-macos-ghc-9.2-cabal-d0d94b77c126e44b65c2cd33dd5144df47cc797b
|
17.7 MB |
|
fortran-src-ubuntu-stack-d0d94b77c126e44b65c2cd33dd5144df47cc797b
|
12.6 MB |
|
fortran-src-windows-ghc-9.2-cabal-d0d94b77c126e44b65c2cd33dd5144df47cc797b.exe
|
39.5 MB |
|