meander 2021-08-13

The following rules compile under 0.0.602 but not under the latest commit:

(m/rewrite query
             {:as ?query :aggregates [(m/cata !agg) ...]}
             {& ?query :aggregates [!agg ...]}

             {:op "AVG", :args [{:computed ["deal_count_by_user"]}], :alias ?alias :as ?agg}
             {?agg & :op "AVG", :args [{:computed ["user_count_by_deal"]}], :alias ?alias}

             ?? ??)

I'll open an issue

@markaddleman I left an explanation for why that did not compile properly.

OK hopefully that settles most of the problems.

great. I'll give the latest a try in about an hour

with the latest commit, all my tests pass. thanks!

๐Ÿ‘ 1

Congrats on the release! Do you want to update the github readme to point to v643?

Thatโ€™d be a good idea.

๐Ÿคฃ 1

Whew! OK! Several fixes went out with this one.

3
๐ŸŽ‰ 6