snix/tvix/eval/src/builtins
Ryan Lahfa a919efbe11 fix(tvix/eval): fix the unsafeGetAttrPos stub return value
It was returning `{ line, col, file }` instead of `{ line, column, file
}`.

Note this is not a regression in Nix, Nix always had `column` since
2013.

Change-Id: I4871a201b32324dff0432526d0449806a535828f
Signed-off-by: Ryan Lahfa <tvl@lahfa.xyz>
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11409
Reviewed-by: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
2024-04-13 13:16:02 +00:00
..
hash.rs fix(tvix): Avoid buffering file into memory in builtins.hashFile 2024-04-09 17:31:58 +00:00
impure.rs fix(tvix): Avoid buffering file into memory in builtins.hashFile 2024-04-09 17:31:58 +00:00
mod.rs fix(tvix/eval): fix the unsafeGetAttrPos stub return value 2024-04-13 13:16:02 +00:00
to_xml.rs feat(tvix/eval): contextful JSON operations 2024-04-13 10:11:18 +00:00
versions.rs fix(tvix): Represent strings as byte arrays 2024-01-31 14:51:49 +00:00