kbkpbot

Results 21 issues of kbkpbot

test.h ```c #include bool fna(); ``` c2v wrapper test.h This will create a empty file, no function declare for `fna` in it. ```sh @[translated] module gocv ```

### Describe the bug Format specifier character 'e' is recognized as exponent 'e', this is not correct. ### Reproduction Steps e.v ```v fn main() { a := 1.234 println('${a:4.1e}') }...

Bug
Status: Confirmed

update tcc-windows to mob:2024-12-30

Feature request by #23995 Note: This a generic connection pool implementation for database connection, network connection.... To support database pool, it need further enhance in `db.mysql` or other database, to...

### Describe the bug read / write from a channel in multiple threads, can lead to race condition. ### Reproduction Steps tt.v ```v module main fn main() { ch :=...

Bug
Unit: Compiler
Unit: cgen

### Describe the bug After a channel was closed, following read can read from the closed channel. ### Reproduction Steps cc.v ```v module main fn main() { ch := chan...

Bug

### Describe the feature `array` should has a method `pop_left`, this is similar with `pop()`, but remove from the first element. ### Use Case This help building an array as...

Feature/Enhancement Request

### Describe the bug Currently , `$compile_error()` will point to where it is called, not the real location of error. ### Reproduction Steps compile_error.v ```v module main fn son[T](val T)...

Bug
Feature/Enhancement Request
Unit: Checker

### Describe the bug `$compile_error` should work with $if. ### Reproduction Steps comp.v ```v module main fn foo[T](val T) bool { $if T is bool || T is $int {...

Bug

### Describe the bug linux/aarch64 tcc test fail for vlib/math/vec/vec2_test.v. Result is wrong. It may related to issue #24482, #24473 ### Reproduction Steps ``` v vlib/math/vec/vec2_test.v ``` ### Expected Behavior...

Bug
Compiler: TCC
Arch: ARM
Test Fail