Diego Reis

Results 20 comments of Diego Reis

Cool, maybe we can add FreeBSD to `matrix.os` on github actions to catch such errors early.

Hey @freijon, thanks for creating an issue! The current dependency tree for `onig_sys` is: ``` onig_sys v69.8.1 └── onig v6.4.0 └── syntect v5.2.0 └── limbo_cli v0.0.20 (limbo/cli) [build-dependencies] └── limbo_cli...

Yeah, definitely things will move now: https://github.com/rust-onig/rust-onig/issues/195

Hey, I tried to solve this issue but hex made some breaking changes that I couldn't handle 100%. The PR is [here](https://github.com/fedimint/tonic_lnd/pull/25).

Thanks for the replying! In fact it worked, for some reason the first time I change it the type checking didn't work. I didn't know about the current sad state...

I ran it again against the main branch and it gives a different error: ```sql limbo> select c_count, count(*) as custdist from ( select c_custkey, count(o_orderkey) as c_count from customer...

@jussisaurio I think this can be closed, I couldn't reproduce the error with the seed and running it manually, seems to be correct: ![Image](https://github.com/user-attachments/assets/305e031c-c1ce-4fb3-ad8d-e5d2cdc86087)

I'm debugging right now and it seems that `(*_db).err_code` is equal to 0 and for some reason the following snippet doesn't return `std::ptr::null()` when it should. ```rust let err_msg =...

All right, the error occurs on the translation of SQL statements into bytecode. Since the Statement initiates with `BEGIN;` it calls a macro `bail_parse_error!("BEGIN not supported yet")`, since the error...

Hi, I just started implementing this issue. If I have any blocks, I will let you know here