Commit b88dea1
Fix test failures: list equality and library import priority
- Add missing ValNil/ValCons cross-comparison cases in runBinOpEquals,
fixing pattern matching on non-empty lists against EMPTY
- Prioritize Cabal data-dir over XDG for library resolution, preventing
stale installed libraries from shadowing source tree versions
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 10478c1 commit b88dea1
File tree
2 files changed
+9
-7
lines changed- jl4-core/src/L4/EvaluateLazy
- jl4-lsp/src/LSP/L4
2 files changed
+9
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2003 | 2003 | | |
2004 | 2004 | | |
2005 | 2005 | | |
| 2006 | + | |
| 2007 | + | |
2006 | 2008 | | |
2007 | 2009 | | |
2008 | 2010 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
447 | 447 | | |
448 | 448 | | |
449 | 449 | | |
450 | | - | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
451 | 455 | | |
452 | 456 | | |
453 | 457 | | |
454 | | - | |
| 458 | + | |
455 | 459 | | |
456 | 460 | | |
457 | 461 | | |
| |||
462 | 466 | | |
463 | 467 | | |
464 | 468 | | |
465 | | - | |
466 | | - | |
467 | | - | |
468 | | - | |
469 | | - | |
| 469 | + | |
470 | 470 | | |
471 | 471 | | |
472 | 472 | | |
| |||
0 commit comments