George

Results 5 issues of George

Hi crystal v 0.35 pg version: 0.21.1 exception message is nil, exception cause is not nil ``` require "db" require "pg" begin db =DB.open "postgres://username:[email protected]/somedb" rescue ex p ex.message end...

http://127.0.0.1:7000/stats does not update untill backend disconnected I tried this with proxy and one backend server.

make test ``` gcc -I. -fPIC -g -std=gnu11 -Wno-abi -fsigned-char -fno-tree-sra -fno-ipa-cp-clone -O3 -DNDEBUG -DMIR_PARALLEL_GEN mir.o mir-gen.o mir-tests/readme-example.c -lm -ldl -lpthread -o ./mir-tests/readme-example-test ./mir-tests/readme-example-test MIR_init end -- 93 usec MIR...

GitHub pull request for NIX is 3.26 in https://madnight.github.io/githut/#/pull_requests/2022/3 but it is 0.23 in languish

crystal -v Crystal 0.35.1 [5999ae29b] (2020-06-19) LLVM: 8.0.0 Default target: x86_64-unknown-linux-gnu ``` require "sqlite3" require "db" db =DB.open("sqlite3://luckdb") db.query_all("SELECT * FROM movie") do |rs| rs.each do rs.column_names.each do ... end...

kind:bug
topic:compiler:codegen