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
Fixing
Fixed
@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!
Congrats on the release! Do you want to update the github readme to point to v643?
Thatโd be a good idea.
Whew! OK! Several fixes went out with this one.