Yung-Ching Hsiao
Results
2
issues of
Yung-Ching Hsiao
### Describe the bug The following code is getting a compilation error: ``` import datatypes fn main() { mut m := map[string]&datatypes.Queue[i64]{} println("${m}") } ``` ### Expected Behavior The code...
Bug
libsqlite3 depends on math library for supporting the log() SQL function. #flag in vlib/sqlite/sqlite.v should probably include -lm next to -lsqlite3 to avoid producing cryptic messages. **V version:** V 0.3.1...
Bug