Skip to content

Conversation

@wrp
Copy link
Contributor

@wrp wrp commented Jan 18, 2026

The error message should unambiguously inform the user of the reason for an error rather than making the user guess.

This change provides the system error message so that messages of the form:

failed to find or open the following file: (ffopen)
tq123x.kjl

will instead be rendered in a single line as:

(ffopen) tq123x.kjl: No such file or directory

or

(ffopen) tq123x.kjl: Permission denied

The error message should unambiguously inform the user of the reason for
an error rather than making the user guess.

This change provides the system error message so that messages of
the form:

	failed to find or open the following file: (ffopen)
	tq123x.kjl

will instead be rendered in a single line as:

	(ffopen) tq123x.kjl: No such file or directory

or

	(ffopen) tq123x.kjl: Permission denied
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