You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See tests/functional/lang/eval-fail-toString-returns-non-coercible.err.exp (exposed in #16158)
This trace item should report "string interpolation" or some such:
… while evaluating a path segment
at /pwd/lang/eval-fail-toString-returns-non-coercible.nix:2:2:
1| # interpolation checks the return type of __toString
2| "${{ __toString = self: null; }}"
| ^
3|
Steps To Reproduce
see above
Expected behavior
see above
Metadata
Additional context
Path interpolation reuses AST types too cleverly, subjectively
Describe the bug
See
tests/functional/lang/eval-fail-toString-returns-non-coercible.err.exp(exposed in #16158)This trace item should report "string interpolation" or some such:
Steps To Reproduce
see above
Expected behavior
see above
Metadata
Additional context
Checklist
Add 👍 to issues you find important.