harn-parser 0.10.132

Parser, AST, and type checker for the Harn programming language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# HARN-LNT-074 - unused private pipeline input

## What it means

An underscore-prefixed input on a private, unextended pipeline is unused and
has no default, rest, or caller-owned contract. Unattributed host and operational
pipelines and bare `@test` declarations qualify. Unattributed `test_*` pipelines
and other attributes retain their runner, fixture, and table-owned inputs.

## How to fix

Review external host callers, then apply the surface-changing fix explicitly to
remove the input. Keep and type a named input when the pipeline uses the value.