Game loop complete! (Combat algorithm is simplified) #9
Annotations
2 errors and 22 warnings
build:
test/CombatTest.hs#L1
File name does not match module name:
|
build
Process completed with exit code 1.
|
build
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/
|
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@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/
|
build:
src/Combat.hs#L1
The export item ‘module Combat’ is missing an export list
|
build:
src/Combat.hs#L8
The import of ‘Debug.Trace’ is redundant
|
build:
src/Combat.hs#L14
This binding for ‘hp’ shadows the existing binding
|
build:
src/Combat.hs#L14
This binding for ‘armor’ shadows the existing binding
|
build:
src/Combat.hs#L22
This binding for ‘sequence’ shadows the existing binding
|
build:
src/Combat.hs#L23
This binding for ‘result’ shadows the existing binding
|
build:
src/View.hs#L8
The import of ‘Debug.Trace’ is redundant
|
build:
src/Logic.hs#L9
The import of ‘Combat’ is redundant
|
build:
src/Controller.hs#L15
The import of ‘Text.Pretty.Simple’ is redundant
|
build:
src/Controller.hs#L16
The import of ‘Debug.Trace’ is redundant
|
build:
src/Combat.hs#L1
The export item ‘module Combat’ is missing an export list
|
build:
src/Combat.hs#L8
The import of ‘Debug.Trace’ is redundant
|
build:
src/Combat.hs#L14
This binding for ‘hp’ shadows the existing binding
|
build:
src/Combat.hs#L14
This binding for ‘armor’ shadows the existing binding
|
build:
src/Combat.hs#L22
This binding for ‘sequence’ shadows the existing binding
|
build:
src/Combat.hs#L23
This binding for ‘result’ shadows the existing binding
|
build:
src/View.hs#L8
The import of ‘Debug.Trace’ is redundant
|
build:
src/Logic.hs#L9
The import of ‘Combat’ is redundant
|
build:
src/Controller.hs#L15
The import of ‘Text.Pretty.Simple’ is redundant
|
build:
src/Controller.hs#L16
The import of ‘Debug.Trace’ is redundant
|