Skip to content

Core

Core #98

Triggered via pull request January 8, 2025 08:56
@WoWasterWoWaster
synchronize #35
core
Status Cancelled
Total duration 2m 29s
Artifacts

ci.yaml

on: pull_request
pre-commit  /  Pre-commit
10s
pre-commit / Pre-commit
fourmolu  /  Fourmolu
7s
fourmolu / Fourmolu
build-and-test  /  Pedantic build
1m 28s
build-and-test / Pedantic build
Matrix: build-and-test / build-and-test
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 4 warnings
build-and-test / Build and Test on ubuntu-latest
The run was canceled by @WoWaster.
build-and-test / Build and Test on ubuntu-latest
The operation was canceled.
build-and-test / Pedantic build
The run was canceled by @WoWaster.
build-and-test / Pedantic build
The operation was canceled.
build-and-test / Build and Test on macOS-latest
The run was canceled by @WoWaster.
build-and-test / Build and Test on macOS-latest
The operation was canceled.
pre-commit / Pre-commit
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
fourmolu / Fourmolu
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
hlint / Hlint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
hlint / Hlint: lamagraph-compiler/src/Lamagraph/Compiler/Core.hs#L12
Suggestion in Var in module Lamagraph.Compiler.Core: Use newtype instead of data ▫︎ Found: "data Var\n = Id Name\n deriving (Eq, Show)" ▫︎ Perhaps: "newtype Var\n = Id Name\n deriving (Eq, Show)" ▫︎ Note: decreases laziness