Files
nix/src/libexpr-c
Sergei Zimmerman 7dfad3dba7 libexpr: Fix tests on 32 bit systems
This test is now pointless and the comment is outdated. Also the test fails
on 32 bit systems with:

../nix_api_value_internal.cc:22: Failure
Expected equality of these values:
  sizeof(nix::Value)
    Which is: 12
  sizeof(nix_value)
    Which is: 8

It just happeneded to work because Value is 16 bytes and nix_value was also 16 bytes.

Also get rid of a pointless inline in new_nix_value, since it's already static and
inline there does nothing.
2025-11-28 00:35:56 +03:00
..
2024-07-02 09:23:24 -04:00
2025-10-11 16:08:35 +03:00
2025-10-28 17:57:15 +01:00
2025-09-03 22:50:42 +02:00
2025-10-28 17:57:15 +01:00
2025-10-28 17:57:15 +01:00