● All green: 3 new runner tests + 195 integration + 148 unit. Issue #18 is fixed. #23
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!23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue-18"
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?
#18
Summary:
parse_program_sources, which parses stdlib and each user file as independent units against a shared
StringInterner. Parser line/col reports now reflect the originating file. Each parse error is prefixed with the
source name (filename for user files, stdlib if the bundled stdlib somehow failed) so multi-file errors are
unambiguous.
2, matching the prior contract.
Binary verification: the issue's repro now reports Parse error in /tmp/op.pl: Unexpected token Plus at line 2
col 11 instead of line 33 col 3.