Denys Mentiei

Results 2 issues of Denys Mentiei

## Feature request `zig-mode` currently exposes `zig-run`, which creates an executable from the current buffer and runs it immediately. However, for bigger projects, there is usually a `buils.zig` with a...

The problem was as follows: - `Emit.BuildInstanceMethod()` implicitly adds `this` to the list of expected parameters - `Emit.Call(Emit method, ...)` also adds implicit `this` - validation fails as it now...