Commit a26ae37
FIXED: absolute_file_name/3 to enumerate all solutions while loading a file
If a file is being loaded, '$chk_file'/5 searches relative to the directory
of the file being loaded. This search was guarded by an if-then-else to
implement the deprecated fallback to the working directory, killing the
choice points of the file candidates. As a result, solutions(all) only
produced the first candidate. Now uses a soft cut.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent f0e6394 commit a26ae37
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1429 | 1429 | | |
1430 | 1430 | | |
1431 | 1431 | | |
1432 | | - | |
| 1432 | + | |
1433 | 1433 | | |
1434 | 1434 | | |
1435 | 1435 | | |
| |||
0 commit comments