Alex Ionescu

Results 4 comments of Alex Ionescu

Thanks for the suggestion! I'll look into it.

Implementation note: I'm pretty annoyed by the duplicated `if` check. I wanted to use an or-pattern (`PathMember::Int { val, optional, .. } | PathMember::String { val, optional, .. } =>`)...

Ok, I forgot to pass `--workspace` to `cargo test`. That revealed some failing `select` tests. I updated them to expect the question marks in the output's column names. While this...

@sholderbach Yeah, they look easy enough (famous last words?). Should I add them all to this PR, or make a separate one?