No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
navicore/patch-prolog!26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue-21"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
#21
Summary:
RunArgs.sources: Vec. Added materialize_source that reads stdin lazily on demand and tags errors
with / / the file path. Stdlib parsing path is unchanged.
positional - is mapped to SourceInput::Stdin. Dispatch builds the Vec in CLI order (files first,
then --program snippets) and emits a friendly error if no source was provided.
inline sources combine correctly.
Verified via the binary: