Skip to content

Fix handling of void parameters passed to functions #31

Fix handling of void parameters passed to functions

Fix handling of void parameters passed to functions #31

Re-run triggered February 5, 2025 04:22
Status Success
Total duration 29m 8s
Artifacts

ci.yaml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

30 errors and 20 warnings
ubuntu-latest-stack-lts-20: inline-c-cpp/test/tests.hs#L311
error: lvalue required as left operand of assignment
ubuntu-latest-stack-lts-20: inline-c-cpp/test/tests.hs#L316
error: lvalue required as left operand of assignment
ubuntu-latest-stack-lts-20: inline-c-cpp/test/tests.hs#L323
error: lvalue required as left operand of assignment
ubuntu-latest-stack-lts-20: inline-c-cpp/test/tests.hs#L333
error: lvalue required as left operand of assignment
ubuntu-latest-stack-lts-20: inline-c-cpp/test/tests.hs#L344
error: lvalue required as left operand of assignment
ubuntu-latest-stack-lts-21: inline-c-cpp/test/tests.hs#L311
error: lvalue required as left operand of assignment
ubuntu-latest-stack-lts-21: inline-c-cpp/test/tests.hs#L316
error: lvalue required as left operand of assignment
ubuntu-latest-stack-lts-21: inline-c-cpp/test/tests.hs#L323
error: lvalue required as left operand of assignment
ubuntu-latest-stack-lts-21: inline-c-cpp/test/tests.hs#L333
error: lvalue required as left operand of assignment
ubuntu-latest-stack-lts-21: inline-c-cpp/test/tests.hs#L344
error: lvalue required as left operand of assignment
ubuntu-latest-stack-nightly: inline-c-cpp/test/tests.hs#L311
error: lvalue required as left operand of assignment
ubuntu-latest-stack-nightly: inline-c-cpp/test/tests.hs#L316
error: lvalue required as left operand of assignment
ubuntu-latest-stack-nightly: inline-c-cpp/test/tests.hs#L323
error: lvalue required as left operand of assignment
ubuntu-latest-stack-nightly: inline-c-cpp/test/tests.hs#L333
error: lvalue required as left operand of assignment
ubuntu-latest-stack-nightly: inline-c-cpp/test/tests.hs#L344
error: lvalue required as left operand of assignment
macos-latest-stack-lts-20: inline-c-cpp/test/tests.hs#L316
error: expression is not assignable
macos-latest-stack-lts-20: inline-c-cpp/test/tests.hs#L323
error: expression is not assignable
macos-latest-stack-lts-20: inline-c-cpp/test/tests.hs#L333
error: expression is not assignable
macos-latest-stack-lts-20: inline-c-cpp/test/tests.hs#L344
error: expression is not assignable
macos-latest-stack-nightly: inline-c-cpp/test/tests.hs#L316
error: expression is not assignable
macos-latest-stack-nightly: inline-c-cpp/test/tests.hs#L323
error: expression is not assignable
macos-latest-stack-nightly: inline-c-cpp/test/tests.hs#L333
error: expression is not assignable
macos-latest-stack-nightly: inline-c-cpp/test/tests.hs#L344
error: expression is not assignable
macos-latest-stack-lts-21: inline-c-cpp/test/tests.hs#L316
error: expression is not assignable
macos-latest-stack-lts-21: inline-c-cpp/test/tests.hs#L323
error: expression is not assignable
macos-latest-stack-lts-21: inline-c-cpp/test/tests.hs#L333
error: expression is not assignable
macos-latest-stack-lts-21: inline-c-cpp/test/tests.hs#L344
error: expression is not assignable
ubuntu-latest-stack-lts-20: inline-c-cpp/src/Language/C/Inline/Cpp.hs#L16
The import of ‘Data.Monoid’ is redundant
ubuntu-latest-stack-lts-20: inline-c-cpp/src/Language/C/Inline/Cpp/Unsafe.hs#L20
The import of ‘tryBlockQuoteExp’
ubuntu-latest-stack-lts-20
As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash).
ubuntu-latest-stack-lts-21
As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash).
ubuntu-latest-stack-lts-21: inline-c-cpp/src/Language/C/Inline/Cpp.hs#L16
The import of ‘Data.Monoid’ is redundant
ubuntu-latest-stack-lts-21: inline-c-cpp/src/Language/C/Inline/Cpp/Unsafe.hs#L20
The import of ‘tryBlockQuoteExp’
ubuntu-latest-stack-nightly
As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash).
ubuntu-latest-stack-nightly: inline-c-cpp/src/Language/C/Inline/Cpp.hs#L16
The import of ‘Data.Monoid’ is redundant
ubuntu-latest-stack-nightly: inline-c-cpp/src/Language/C/Inline/Cpp/Unsafe.hs#L20
The import of ‘tryBlockQuoteExp’
ubuntu-latest-stack-nightly: inline-c-cpp/test/tests.hs#L16
-XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead
macos-latest-stack-lts-20
As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash).
macos-latest-stack-lts-20: inline-c-cpp/src/Language/C/Inline/Cpp.hs#L16
The import of ‘Data.Monoid’ is redundant
macos-latest-stack-lts-20: inline-c-cpp/src/Language/C/Inline/Cpp/Unsafe.hs#L20
The import of ‘tryBlockQuoteExp’
macos-latest-stack-nightly
As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash).
macos-latest-stack-nightly: inline-c-cpp/src/Language/C/Inline/Cpp.hs#L16
The import of ‘Data.Monoid’ is redundant
macos-latest-stack-nightly: inline-c-cpp/src/Language/C/Inline/Cpp/Unsafe.hs#L20
The import of ‘tryBlockQuoteExp’
macos-latest-stack-nightly: inline-c-cpp/test/tests.hs#L16
-XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead
macos-latest-stack-lts-21
As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash).
macos-latest-stack-lts-21: inline-c-cpp/src/Language/C/Inline/Cpp.hs#L16
The import of ‘Data.Monoid’ is redundant
macos-latest-stack-lts-21: inline-c-cpp/src/Language/C/Inline/Cpp/Unsafe.hs#L20
The import of ‘tryBlockQuoteExp’