Split out of #1595 (environment note) — reported by @rrodriguesNutrium, credit to them.
On macOS, three tests in tests/unit/parsers/test_kotlin_parser.py::TestKotlinFunctionCallResolution fail on a clean checkout because tempfile returns /var/... while the parser resolves the symlink to /private/var/....
Not a regression — it reproduces on a clean tree — but it makes a fresh macOS checkout look broken and can mask real failures. The fix is presumably to resolve the tmp path in the fixture before comparing.
Split out of #1595 (environment note) — reported by @rrodriguesNutrium, credit to them.
On macOS, three tests in
tests/unit/parsers/test_kotlin_parser.py::TestKotlinFunctionCallResolutionfail on a clean checkout becausetempfilereturns/var/...while the parser resolves the symlink to/private/var/....Not a regression — it reproduces on a clean tree — but it makes a fresh macOS checkout look broken and can mask real failures. The fix is presumably to resolve the tmp path in the fixture before comparing.