mar10uane
mar10uane
It happens because of the static function 'filter_descendant_xids' at res://src/utils/Utils.gd line: 113 the 'new_xids' array is empty but at line: 113 you are assigning 'last_acepted' to a value don't exist:...
same issue on my machine
i can confirm the same behavior in my machine! ``` cargo 1.91.1 (ea2d97820 2025-10-10) rustc 1.91.1 (ed61e7d7e 2025-11-07) ```
@epage HI disabling incremental compilation fix the problem. `Cargo.toml` ``` [package] name = "ruspackt_early" version = "0.1.0" edition = "2024" [dependencies] [build-dependencies] syn = { version = "*", features =...