Commit b6d6708
Add scryer_path/1 manifest term for custom package search paths
Allows projects to specify additional manifest files whose package
directories should be searched via the scryer_path/1 term.
Example in scryer-manifest.pl:
scryer_path(["vendor/scryer-manifest.pl"]).
Bakage searches for packages in this order:
1. SCRYER_PATH environment variable (if set)
2. Paths from scryer_path/1 in manifest (backtracking)
3. Default {project_root}/scryer_libs
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 478d9fa commit b6d6708
2 files changed
+41
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
31 | 39 | | |
32 | 40 | | |
33 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
430 | 430 | | |
431 | 431 | | |
432 | 432 | | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
433 | 464 | | |
434 | 465 | | |
435 | 466 | | |
| |||
550 | 581 | | |
551 | 582 | | |
552 | 583 | | |
553 | | - | |
| 584 | + | |
554 | 585 | | |
555 | 586 | | |
| 587 | + | |
556 | 588 | | |
557 | 589 | | |
558 | 590 | | |
| |||
0 commit comments