Andrii Kurdiumov
Andrii Kurdiumov
Just in case something happens and post become hidden/deleted. I know it's unlikely in this case, but you'll never know. Hopefully I properly interpret things. # Compilation pipeline  #...
I think the second error is due to cmake missing support for VS 2026 https://github.com/rust-lang/cmake-rs/pull/255
The F# moving forward as a language so would be grateful to solve this. Ocaml heritage is still there but I think there more divergence accumulated.
I do not think we have in test infra what's required to properly test. I was thinking abotu using `testname.c/` folder as some sort of project where we can have...
Yes. And I try only Cesium.Compiler IIRC
This results in the following test failure on Bit32, Bit64 and Wide platforms - pointers/pointers_offsetof.c - structs/struct_init.c - structs/struct_with_arr_init.c - sizeof.c - structs/structs_unions.c - variable_initialization.c - structs/struct_with_arr_init2.c And these tests...
I’m not sure that our tests are written in “wrong” way. Struct.c is definitely wrong codegen which does not utilize CPtr. So for now I would verify that we don’t...
To reduce churn in the code I think we should run all tests files without suffix on all platforms, and introduce suffix for architecture. That seems to be reasonably easy...
Sounds like a good plan. I really want as much test running as possible, and `nonportable` really nice for exclusion of some limited amount of tests.
@pgleeson I did rebase on the [ow-0.9.7](https://github.com/openworm/sibernetic/tree/ow-0.9.7) I would not touch build, since Makefile seems to be fine for Docker build, and I would like to spend more time on...