Results 5 issues of Jake Wheat

The testing block is picking up the "wrong b": I expected the 'b in test' message to be 1, but it seems to be picking up the shadow b that...

There is a broken link in /Internals/AstInternal.ag to devel.txt.html, see https://github.com/JakeWheat/hssqlppp/pull/14

Is there a way to handle the value-changed signal on an adjustment of a scrolled window? This is the rough Python version: sw = Gtk.ScrolledWindow() sw.get_vadjustment().connect("value-changed", my_on_scroll) Thanks.

Hello, I'm trying to implement a error helper for unmatched delimiters, which will add the source location and quoted source from the suspected unmatched opening delimiter when the close delimiter...

question

### What happens? See the reproduction. The difference between the first query that succeeds, and the second that gives an error is only that a column is referenced in the...

reproduced