Skip to content

fix(validation): remove VAR_INPUT {ref} warning (E042) - #1892

Open
volsa wants to merge 1 commit into
masterfrom
claude/left-function-definition-9aaaee
Open

fix(validation): remove VAR_INPUT {ref} warning (E042)#1892
volsa wants to merge 1 commit into
masterfrom
claude/left-function-definition-9aaaee

Conversation

@volsa

@volsa volsa commented Aug 27, 2026

Copy link
Copy Markdown
Member

VAR_INPUT {ref} is used throughout the stdlib (e.g. the string functions) and is currently the cleanest way to pass read-only aggregate arguments without copying. Calls to these functions should not emit warnings, so E042 is removed. The error code stays registered and is free for the next diagnostic.

Refs: PRG-4587

🤖 Generated with Claude Code

VAR_INPUT {ref} is used throughout the stdlib (e.g. the string functions) and is currently the cleanest way to pass read-only aggregate arguments without copying. Calls to these functions should not emit warnings, so E042 is removed. The error code stays registered and is free for the next diagnostic.

Refs: PRG-4587

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@github-actions

github-actions Bot commented Aug 27, 2026

Copy link
Copy Markdown

Build Artifacts

🐧 Linux

Artifact Link Size
deb-x86_64 Download 38.4 MB
schema Download 0.0 MB
stdlib Download 32.3 MB
plc-x86_64 Download 43.5 MB
deb-aarch64 Download 30.8 MB
plc-aarch64 Download 43.4 MB

From workflow run

🪟 Windows

Artifact Link Size
stdlib.lib Download 4.0 MB
stdlib.dll Download 0.1 MB
plc.exe Download 38.3 MB

From workflow run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant