Felipe Jorge

Results 16 issues of Felipe Jorge

Runing go-qml tests gives this panic report: ``` ---------------------------------------------------------------------- PANIC: qml_test.go:52: S.TearDownTest There are still objects alive; waiting for them to die: qml.Statistics{EnginesAlive:0, ValuesAlive:0, ConnectionsAlive:2} There are still objects alive;...

It is common practice in C and C++ to add function prefixes like: `glBindProgram` or `b2World` or `rcIgnoreUnused` we should have a option to remove these. the expected outputs shuold...

good first issue

After each transpile we should do run an Ast check with [`std.zig.Ast.parse`](https://ziglang.org/documentation/master/std/#A;std:zig.Ast.parse) and fix small error like unused variables and immutable var declarations. The main goal is check if the...

By building with LTO enabled is possible to export c++ functions like so: ``` extern "C" { const void *simple_getGreetings = (void *)&simple::getGreetings; } ``` and interfacing them using: ```...

### Zig Version 0.14.0-dev.15+d4bc64038 ### Steps to Reproduce and Observed Behavior You can check the error in here https://godbolt.org/z/4j4r6oc6q ### Expected Behavior I expected the code to compile or give...

bug
frontend

Hi, is there any source that I can get a linux prebuilt binary of tracy? I don't have enough ram to built it in my linux machine. The built process...