mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
Fixes a bad join in `list_of_linearization_of_bases_plus_bases`. Previvously, we joined together `ConsList` and `getBase` before filtering these out using the recursive call. Now we do the recursion first. Co-authored-by: yoff <yoff@github.com>